template <>
class WireTableBuilder
Defined at line 3101 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/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_input_report::wire::SensorFeatureReport> & report_interval (First && first, Args &&... args_)
The time between reports sent by the sensor.
Defined at line 3114 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/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_input_report::wire::SensorFeatureReport> & report_interval (First && first, Args &&... args_)
The time between reports sent by the sensor.
Defined at line 3114 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
template <typename First = ::fidl::VectorView<int64_t>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<int64_t>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_input_report::wire::SensorFeatureReport> & sensitivity (First && first, Args &&... args_)
The sensitivity for various `SensorType`. This vector must be given in
the order of the descriptor's `sensitivity` vector.
Defined at line 3128 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
template <typename First = ::fidl::VectorView<int64_t>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<int64_t>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_input_report::wire::SensorFeatureReport> & sensitivity (First && first, Args &&... args_)
The sensitivity for various `SensorType`. This vector must be given in
the order of the descriptor's `sensitivity` vector.
Defined at line 3128 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
template <typename First = ::fidl::VectorView<int64_t>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<int64_t>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_input_report::wire::SensorFeatureReport> & threshold_high (First && first, Args &&... args_)
The high thresholds for various `SensorType`. This vector must be given in
the order of the descriptor's `threshold_high` vector.
Defined at line 3142 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
template <typename First = ::fidl::VectorView<int64_t>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<int64_t>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_input_report::wire::SensorFeatureReport> & threshold_high (First && first, Args &&... args_)
The high thresholds for various `SensorType`. This vector must be given in
the order of the descriptor's `threshold_high` vector.
Defined at line 3142 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
template <typename First = ::fidl::VectorView<int64_t>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<int64_t>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_input_report::wire::SensorFeatureReport> & threshold_low (First && first, Args &&... args_)
The low thresholds for various `SensorType`. This vector must be given in
the order of the descriptor's `threshold_low` vector.
Defined at line 3156 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
template <typename First = ::fidl::VectorView<int64_t>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<int64_t>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_input_report::wire::SensorFeatureReport> & threshold_low (First && first, Args &&... args_)
The low thresholds for various `SensorType`. This vector must be given in
the order of the descriptor's `threshold_low` vector.
Defined at line 3156 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/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_input_report::wire::SensorFeatureReport> & sampling_rate (First && first, Args &&... args_)
The rate at which the sensor is sampled.
Defined at line 3169 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/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_input_report::wire::SensorFeatureReport> & sampling_rate (First && first, Args &&... args_)
The rate at which the sensor is sampled.
Defined at line 3169 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
Friends
template <>
class SensorFeatureReport