class SensorInputDescriptor

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

Describes the format of the input report that will be sent from the sensor

to the device.

Public Methods

void SensorInputDescriptor (Storage_ storage)
void SensorInputDescriptor ()

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

void SensorInputDescriptor (SensorInputDescriptor && )

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

void SensorInputDescriptor (const SensorInputDescriptor & other)
SensorInputDescriptor & operator= (SensorInputDescriptor && )

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

SensorInputDescriptor & operator= (const SensorInputDescriptor & other)
bool operator== (const SensorInputDescriptor & other)
bool operator!= (const SensorInputDescriptor & other)
bool IsEmpty ()
const std::optional< ::std::vector< ::fuchsia_input_report::SensorAxis>> & values ()

Each `SensorAxis` in `values` describes what a sensor is measuring and its range.

These will directly correspond to the values in `SensorReport`.

::std::optional< ::std::vector< ::fuchsia_input_report::SensorAxis>> & values ()

Each `SensorAxis` in `values` describes what a sensor is measuring and its range.

These will directly correspond to the values in `SensorReport`.

SensorInputDescriptor & values (std::optional< ::std::vector< ::fuchsia_input_report::SensorAxis>> value)

Each `SensorAxis` in `values` describes what a sensor is measuring and its range.

These will directly correspond to the values in `SensorReport`.

const std::optional<uint8_t> & report_id ()

ReportID of current descriptor. Report with same report ID should be

associated with this descriptor.

::std::optional<uint8_t> & report_id ()

ReportID of current descriptor. Report with same report ID should be

associated with this descriptor.

SensorInputDescriptor & report_id (std::optional<uint8_t> value)

ReportID of current descriptor. Report with same report ID should be

associated with this descriptor.

void SensorInputDescriptor (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits