class TripPointResult

Defined at line 272 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/cpp/natural_types.h

Public Methods

void TripPointResult (Storage_ storage)
void TripPointResult (float measured_temperature_celsius, uint32_t index)
void TripPointResult ()

Default constructs a |TripPointResult| only if all of its members are default constructible.

Defined at line 283 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/cpp/natural_types.h

void TripPointResult (TripPointResult && )

Defined at line 286 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/cpp/natural_types.h

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

Defined at line 287 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/cpp/natural_types.h

TripPointResult & operator= (const TripPointResult & other)
bool operator== (const TripPointResult & other)
bool operator!= (const TripPointResult & other)
float measured_temperature_celsius ()

The temperature measured by the sensor. NaN if a measurement was not

performed.

float & measured_temperature_celsius ()

The temperature measured by the sensor. NaN if a measurement was not

performed.

TripPointResult & measured_temperature_celsius (float value)

The temperature measured by the sensor. NaN if a measurement was not

performed.

uint32_t index ()

The index of the trip point that was configured.

uint32_t & index ()

The index of the trip point that was configured.

TripPointResult & index (uint32_t value)

The index of the trip point that was configured.

void TripPointResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits