class OperatingPoint
Defined at line 148 of file fidling/gen/sdk/fidl/fuchsia.hardware.thermal/fuchsia.hardware.thermal/cpp/fidl/fuchsia.hardware.thermal/cpp/natural_types.h
scpi_opp_t is typedef'd to this.
Public Methods
void OperatingPoint (Storage_ storage)
void OperatingPoint (::std::array< ::fuchsia_hardware_thermal::OperatingPointEntry, 16> opp, uint32_t latency, uint32_t count)
void OperatingPoint ()
Default constructs a |OperatingPoint| only if all of its members are default constructible.
Defined at line 159 of file fidling/gen/sdk/fidl/fuchsia.hardware.thermal/fuchsia.hardware.thermal/cpp/fidl/fuchsia.hardware.thermal/cpp/natural_types.h
void OperatingPoint (OperatingPoint && )
Defined at line 162 of file fidling/gen/sdk/fidl/fuchsia.hardware.thermal/fuchsia.hardware.thermal/cpp/fidl/fuchsia.hardware.thermal/cpp/natural_types.h
void OperatingPoint (const OperatingPoint & other)
OperatingPoint & operator= (OperatingPoint && )
Defined at line 163 of file fidling/gen/sdk/fidl/fuchsia.hardware.thermal/fuchsia.hardware.thermal/cpp/fidl/fuchsia.hardware.thermal/cpp/natural_types.h
OperatingPoint & operator= (const OperatingPoint & other)
bool operator== (const OperatingPoint & other)
bool operator!= (const OperatingPoint & other)
const ::std::array< ::fuchsia_hardware_thermal::OperatingPointEntry, 16> & opp ()
The device's operating points.
::std::array< ::fuchsia_hardware_thermal::OperatingPointEntry, 16> & opp ()
The device's operating points.
OperatingPoint & opp (::std::array< ::fuchsia_hardware_thermal::OperatingPointEntry, 16> value)
The device's operating points.
uint32_t latency ()
In microseconds.
uint32_t & latency ()
In microseconds.
OperatingPoint & latency (uint32_t value)
In microseconds.
uint32_t count ()
The number of operating points in opp.
uint32_t & count ()
The number of operating points in opp.
OperatingPoint & count (uint32_t value)
The number of operating points in opp.
void OperatingPoint (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits