class InspectGaugeConfig
Defined at line 1026 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_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 ()
Defined at line 1028 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_types.h
void InspectGaugeConfig (const InspectGaugeConfig & other)
Defined at line 1029 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_types.h
InspectGaugeConfig & operator= (const InspectGaugeConfig & other)
Defined at line 1030 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_types.h
void InspectGaugeConfig (InspectGaugeConfig && other)
Defined at line 1031 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_wlan_stats::wire::InspectGaugeConfig> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_wlan_stats::wire::InspectGaugeConfig> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_stats::wire::InspectGaugeConfig>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
uint16_t & gauge_id ()
bool has_gauge_id ()
::fidl::StringView & gauge_name ()
bool has_gauge_name ()
InspectGaugeConfig & operator= (InspectGaugeConfig && other)
Defined at line 1032 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_types.h
::fidl::VectorView< ::fuchsia_wlan_stats::wire::GaugeStatistic> & statistics ()
An Inspect time series would be created per statistic.
bool has_statistics ()
void ~InspectGaugeConfig ()
Defined at line 1034 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder