template <>
class WireTableBuilder
Defined at line 699 of file fidling/gen/sdk/fidl/fuchsia.sensors.types/fuchsia.sensors.types/cpp/fidl/fuchsia.sensors.types/cpp/wire_types.h
Public Methods
template <typename First = int64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<int64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_sensors_types::wire::SensorRateConfig> & sampling_period_ns (First && first, Args &&... args_)
The desired time period between samples arriving from the hardware.
Required.
Defined at line 713 of file fidling/gen/sdk/fidl/fuchsia.sensors.types/fuchsia.sensors.types/cpp/fidl/fuchsia.sensors.types/cpp/wire_types.h
template <typename First = int64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<int64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_sensors_types::wire::SensorRateConfig> & max_reporting_latency_ns (First && first, Args &&... args_)
How long a sensor value may be buffered before it is emitted. A value of
zero will result in no buffering.
Required.
Defined at line 728 of file fidling/gen/sdk/fidl/fuchsia.sensors.types/fuchsia.sensors.types/cpp/fidl/fuchsia.sensors.types/cpp/wire_types.h
Friends
template <>
class SensorRateConfig