class SensorInputReport

Defined at line 2590 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h

`SensorReport` gives the values measured by a sensor at a given point in time.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::vector<int64_t> & values ()

The ordering of `values` will always directly correspond to the ordering of

the values in `SensorDescriptor`.

Defined at line 2598 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h

bool has_values ()

Defined at line 2602 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h

::std::vector<int64_t> * mutable_values ()

The ordering of `values` will always directly correspond to the ordering of

the values in `SensorDescriptor`.

Defined at line 2608 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h

void clear_values ()

Defined at line 2616 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h

SensorInputReport & set_values (::std::vector<int64_t> _value)
void SensorInputReport ()
void SensorInputReport (SensorInputReport && other)
void ~SensorInputReport ()
SensorInputReport & operator= (SensorInputReport && other)
::std::unique_ptr<SensorInputReport> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SensorInputReport * _value, size_t _offset)
zx_status_t Clone (SensorInputReport * _result)