class InspectGaugeConfig

Defined at line 1130 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h

Config to associate a driver-specific gauge ID with a gauge name that is

to be used in Inspect.

Public Methods

void InspectGaugeConfig (Storage_ storage)
void InspectGaugeConfig ()

Defined at line 1136 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h

void InspectGaugeConfig (InspectGaugeConfig && )

Defined at line 1137 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h

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

Defined at line 1138 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h

InspectGaugeConfig & operator= (const InspectGaugeConfig & other)
bool operator== (const InspectGaugeConfig & other)
bool operator!= (const InspectGaugeConfig & other)
bool IsEmpty ()
const std::optional<uint16_t> & gauge_id ()
::std::optional<uint16_t> & gauge_id ()
InspectGaugeConfig & gauge_id (std::optional<uint16_t> value)

Setter for gauge_id.

const std::optional< ::std::string> & gauge_name ()
::std::optional< ::std::string> & gauge_name ()
InspectGaugeConfig & gauge_name (std::optional< ::std::string> value)

Setter for gauge_name.

const std::optional< ::std::vector< ::fuchsia_wlan_stats::GaugeStatistic>> & statistics ()

An Inspect time series would be created per statistic.

::std::optional< ::std::vector< ::fuchsia_wlan_stats::GaugeStatistic>> & statistics ()

An Inspect time series would be created per statistic.

InspectGaugeConfig & statistics (std::optional< ::std::vector< ::fuchsia_wlan_stats::GaugeStatistic>> value)

An Inspect time series would be created per statistic.

void InspectGaugeConfig (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits