class SensorInputReport
Defined at line 1424 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
`SensorReport` gives the values measured by a sensor at a given point in time.
Public Methods
void SensorInputReport (Storage_ storage)
void SensorInputReport ()
Defined at line 1429 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
void SensorInputReport (SensorInputReport && )
Defined at line 1430 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
void SensorInputReport (const SensorInputReport & other)
SensorInputReport & operator= (SensorInputReport && )
Defined at line 1431 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
SensorInputReport & operator= (const SensorInputReport & other)
bool operator== (const SensorInputReport & other)
bool operator!= (const SensorInputReport & other)
bool IsEmpty ()
const std::optional< ::std::vector<int64_t>> & values ()
The size and ordering of `values` must match the sensor axes in
`SensorDescriptor`.
Required.
::std::optional< ::std::vector<int64_t>> & values ()
The size and ordering of `values` must match the sensor axes in
`SensorDescriptor`.
Required.
SensorInputReport & values (std::optional< ::std::vector<int64_t>> value)
The size and ordering of `values` must match the sensor axes in
`SensorDescriptor`.
Required.
void SensorInputReport (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits