class SensorInfo
Defined at line 512 of file gen/src/sensors/playback/proto/types.pb.h
-------------------------------------------------------------------
Public Members
static const int kIndexInFileMessages
Public Methods
void CopyFrom (const SensorInfo & from)
void Clear ()
::size_t ByteSizeLong ()
void SensorInfo ()
Defined at line 515 of file gen/src/sensors/playback/proto/types.pb.h
void SensorInfo (const SensorInfo & from)
Defined at line 530 of file gen/src/sensors/playback/proto/types.pb.h
void SensorInfo (SensorInfo && from)
Defined at line 531 of file gen/src/sensors/playback/proto/types.pb.h
SensorInfo & operator= (const SensorInfo & from)
Defined at line 532 of file gen/src/sensors/playback/proto/types.pb.h
SensorInfo & operator= (SensorInfo && from)
Defined at line 536 of file gen/src/sensors/playback/proto/types.pb.h
const ::google::protobuf::UnknownFieldSet & unknown_fields ()
Defined at line 546 of file gen/src/sensors/playback/proto/types.pb.h
::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
Defined at line 550 of file gen/src/sensors/playback/proto/types.pb.h
const ::google::protobuf::Descriptor * descriptor ()
Defined at line 555 of file gen/src/sensors/playback/proto/types.pb.h
const ::google::protobuf::Descriptor * GetDescriptor ()
Defined at line 558 of file gen/src/sensors/playback/proto/types.pb.h
const ::google::protobuf::Reflection * GetReflection ()
Defined at line 562 of file gen/src/sensors/playback/proto/types.pb.h
const SensorInfo & default_instance ()
Defined at line 565 of file gen/src/sensors/playback/proto/types.pb.h
void Swap (SensorInfo * other)
Defined at line 570 of file gen/src/sensors/playback/proto/types.pb.h
void UnsafeArenaSwap (SensorInfo * other)
Defined at line 578 of file gen/src/sensors/playback/proto/types.pb.h
SensorInfo * New (::google::protobuf::Arena * arena)
implements Message ----------------------------------------------
Defined at line 586 of file gen/src/sensors/playback/proto/types.pb.h
void MergeFrom (const SensorInfo & from)
Defined at line 593 of file gen/src/sensors/playback/proto/types.pb.h
bool IsInitialized ()
Defined at line 600 of file gen/src/sensors/playback/proto/types.pb.h
int GetCachedSize ()
Defined at line 624 of file gen/src/sensors/playback/proto/types.pb.h
void ~SensorInfo ()
template <typename = void>
void SensorInfo (::google::protobuf::internal::ConstantInitialized , const ::google::protobuf::internal::ClassData * class_data)
::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
auto InternalGenerateClassData_ (const MessageLite & prototype, const ::google::protobuf::internal::TcParseTableBase * tc_table)
::google::protobuf::Metadata GetMetadata ()
bool has_name ()
optional string name = 2;
Defined at line 1961 of file gen/src/sensors/playback/proto/types.pb.h
void clear_name ()
Defined at line 1965 of file gen/src/sensors/playback/proto/types.pb.h
const ::std::string & name ()
Defined at line 1970 of file gen/src/sensors/playback/proto/types.pb.h
template <typename Arg_ = const ::std::string&, typename... Args_>
void set_name (Arg_ && arg, Args_... args)
Defined at line 1976 of file gen/src/sensors/playback/proto/types.pb.h
::std::string * mutable_name ()
Defined at line 1982 of file gen/src/sensors/playback/proto/types.pb.h
::std::string * release_name ()
Defined at line 2001 of file gen/src/sensors/playback/proto/types.pb.h
void set_allocated_name (::std::string * value)
Defined at line 2014 of file gen/src/sensors/playback/proto/types.pb.h
bool has_vendor ()
optional string vendor = 3;
Defined at line 2029 of file gen/src/sensors/playback/proto/types.pb.h
void clear_vendor ()
Defined at line 2033 of file gen/src/sensors/playback/proto/types.pb.h
const ::std::string & vendor ()
Defined at line 2038 of file gen/src/sensors/playback/proto/types.pb.h
template <typename Arg_ = const ::std::string&, typename... Args_>
void set_vendor (Arg_ && arg, Args_... args)
Defined at line 2044 of file gen/src/sensors/playback/proto/types.pb.h
::std::string * mutable_vendor ()
Defined at line 2050 of file gen/src/sensors/playback/proto/types.pb.h
::std::string * release_vendor ()
Defined at line 2069 of file gen/src/sensors/playback/proto/types.pb.h
void set_allocated_vendor (::std::string * value)
Defined at line 2082 of file gen/src/sensors/playback/proto/types.pb.h
bool has_sensor_id ()
optional int32 sensor_id = 1;
Defined at line 1933 of file gen/src/sensors/playback/proto/types.pb.h
void clear_sensor_id ()
Defined at line 1937 of file gen/src/sensors/playback/proto/types.pb.h
::int32_t sensor_id ()
Defined at line 1942 of file gen/src/sensors/playback/proto/types.pb.h
void set_sensor_id (::int32_t value)
Defined at line 1946 of file gen/src/sensors/playback/proto/types.pb.h
bool has_version ()
optional int32 version = 4;
Defined at line 2097 of file gen/src/sensors/playback/proto/types.pb.h
void clear_version ()
Defined at line 2101 of file gen/src/sensors/playback/proto/types.pb.h
::int32_t version ()
Defined at line 2106 of file gen/src/sensors/playback/proto/types.pb.h
void set_version (::int32_t value)
Defined at line 2110 of file gen/src/sensors/playback/proto/types.pb.h
bool has_sensor_type ()
optional .fuchsia.sensors.SensorType sensor_type = 5;
Defined at line 2125 of file gen/src/sensors/playback/proto/types.pb.h
void clear_sensor_type ()
Defined at line 2129 of file gen/src/sensors/playback/proto/types.pb.h
::fuchsia::sensors::SensorType sensor_type ()
Defined at line 2134 of file gen/src/sensors/playback/proto/types.pb.h
void set_sensor_type (::fuchsia::sensors::SensorType value)
Defined at line 2138 of file gen/src/sensors/playback/proto/types.pb.h
bool has_wake_up ()
optional .fuchsia.sensors.SensorWakeUpType wake_up = 6;
Defined at line 2153 of file gen/src/sensors/playback/proto/types.pb.h
void clear_wake_up ()
Defined at line 2157 of file gen/src/sensors/playback/proto/types.pb.h
::fuchsia::sensors::SensorWakeUpType wake_up ()
Defined at line 2162 of file gen/src/sensors/playback/proto/types.pb.h
void set_wake_up (::fuchsia::sensors::SensorWakeUpType value)
Defined at line 2166 of file gen/src/sensors/playback/proto/types.pb.h
bool has_reporting_mode ()
optional .fuchsia.sensors.SensorReportingMode reporting_mode = 7;
Defined at line 2181 of file gen/src/sensors/playback/proto/types.pb.h
void clear_reporting_mode ()
Defined at line 2185 of file gen/src/sensors/playback/proto/types.pb.h
::fuchsia::sensors::SensorReportingMode reporting_mode ()
Defined at line 2190 of file gen/src/sensors/playback/proto/types.pb.h
void set_reporting_mode (::fuchsia::sensors::SensorReportingMode value)
Defined at line 2194 of file gen/src/sensors/playback/proto/types.pb.h
Enumerations
enum (unnamed) : int
| Name | Value |
|---|---|
| kNameFieldNumber | 2 |
| kVendorFieldNumber | 3 |
| kSensorIdFieldNumber | 1 |
| kVersionFieldNumber | 4 |
| kSensorTypeFieldNumber | 5 |
| kWakeUpFieldNumber | 6 |
| kReportingModeFieldNumber | 7 |
accessors -------------------------------------------------------
Defined at line 659 of file gen/src/sensors/playback/proto/types.pb.h
Friends
class TableStruct_types_2eproto
template <typename T>
class InternalHelper
class PrivateAccess
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view SensorInfo ()
void SensorInfo (SensorInfo & aSensorInfo & b)