class InspectGaugeConfig
Defined at line 1374 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
Config to associate a driver-specific gauge ID with a gauge name that is
to be used in Inspect.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
void InspectGaugeConfig ()
void InspectGaugeConfig (InspectGaugeConfig && other)
const uint16_t & gauge_id ()
Defined at line 1380 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
bool has_gauge_id ()
Defined at line 1384 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
uint16_t * mutable_gauge_id ()
Defined at line 1388 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
void clear_gauge_id ()
Defined at line 1396 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
const ::std::string & gauge_name ()
Defined at line 1404 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
bool has_gauge_name ()
Defined at line 1408 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
::std::string * mutable_gauge_name ()
Defined at line 1412 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
void clear_gauge_name ()
Defined at line 1420 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
bool has_statistics ()
Defined at line 1433 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
::std::vector< ::fuchsia::wlan::stats::GaugeStatistic> * mutable_statistics ()
An Inspect time series would be created per statistic.
Defined at line 1438 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
void clear_statistics ()
Defined at line 1446 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
InspectGaugeConfig & set_gauge_id (uint16_t _value)
InspectGaugeConfig & set_gauge_name (::std::string _value)
InspectGaugeConfig & set_statistics (::std::vector< ::fuchsia::wlan::stats::GaugeStatistic> _value)
const ::std::vector< ::fuchsia::wlan::stats::GaugeStatistic> & statistics ()
An Inspect time series would be created per statistic.
Defined at line 1429 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h
void ~InspectGaugeConfig ()
InspectGaugeConfig & operator= (InspectGaugeConfig && other)
::std::unique_ptr<InspectGaugeConfig> New ()
void Encode (::fidl::Encoder *_encoder,size_t_offset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,InspectGaugeConfig *_value,size_t_offset)
zx_status_t Clone (InspectGaugeConfig * _result)