template <>

class WireTableBuilder

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

Public Methods

template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_stats::wire::InspectGaugeConfig> & gauge_name (First && first, Args &&... args_)

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

template <typename First = ::fidl::VectorView<::fuchsia_wlan_stats::wire::GaugeStatistic>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_wlan_stats::wire::GaugeStatistic>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_stats::wire::InspectGaugeConfig> & statistics (First && first, Args &&... args_)

An Inspect time series would be created per statistic.

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

Friends

template <>
class InspectGaugeConfig