class InspectGaugeConfig

Defined at line 990 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.

InspectGaugeConfig & set_gauge_id (uint16_t _value)
InspectGaugeConfig & set_gauge_name (::std::string _value)
InspectGaugeConfig & set_statistics (::std::vector< ::fuchsia::wlan::stats::GaugeStatistic> _value)
void InspectGaugeConfig ()
void InspectGaugeConfig (InspectGaugeConfig && other)
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)
const uint16_t & gauge_id ()

Defined at line 996 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 1000 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 1004 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 1012 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 1020 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 1024 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 1028 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 1036 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h

const ::std::vector< ::fuchsia::wlan::stats::GaugeStatistic> & statistics ()

An Inspect time series would be created per statistic.

Defined at line 1045 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 1049 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 1054 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 1062 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/hlcpp/fuchsia/wlan/stats/cpp/fidl.h