class SensorInfo

Defined at line 431 of file gen/src/sensors/playback/proto/types.pb.h

-------------------------------------------------------------------

Public Members

static const int kIndexInFileMessages

Protected Members

static ClassDataFull _class_data_

Public Methods

template <typename = void>
void SensorInfo (::google::protobuf::internal::ConstantInitialized )
void CopyFrom (const SensorInfo & from)
void Clear ()
::size_t ByteSizeLong ()
::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
::google::protobuf::Metadata GetMetadata ()
void SensorInfo ()

Defined at line 435 of file gen/src/sensors/playback/proto/types.pb.h

void SensorInfo (const SensorInfo & from)

Defined at line 449 of file gen/src/sensors/playback/proto/types.pb.h

void SensorInfo (SensorInfo && from)

Defined at line 450 of file gen/src/sensors/playback/proto/types.pb.h

SensorInfo & operator= (const SensorInfo & from)

Defined at line 452 of file gen/src/sensors/playback/proto/types.pb.h

SensorInfo & operator= (SensorInfo && from)

Defined at line 456 of file gen/src/sensors/playback/proto/types.pb.h

const ::google::protobuf::UnknownFieldSet & unknown_fields ()

Defined at line 466 of file gen/src/sensors/playback/proto/types.pb.h

::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()

Defined at line 470 of file gen/src/sensors/playback/proto/types.pb.h

const ::google::protobuf::Descriptor * descriptor ()

Defined at line 475 of file gen/src/sensors/playback/proto/types.pb.h

const ::google::protobuf::Descriptor * GetDescriptor ()

Defined at line 478 of file gen/src/sensors/playback/proto/types.pb.h

const ::google::protobuf::Reflection * GetReflection ()

Defined at line 481 of file gen/src/sensors/playback/proto/types.pb.h

const SensorInfo & default_instance ()

Defined at line 484 of file gen/src/sensors/playback/proto/types.pb.h

const SensorInfo * internal_default_instance ()

Defined at line 487 of file gen/src/sensors/playback/proto/types.pb.h

void Swap (SensorInfo * other)

Defined at line 493 of file gen/src/sensors/playback/proto/types.pb.h

void UnsafeArenaSwap (SensorInfo * other)

Defined at line 501 of file gen/src/sensors/playback/proto/types.pb.h

SensorInfo * New (::google::protobuf::Arena * arena)

implements Message ----------------------------------------------

Defined at line 509 of file gen/src/sensors/playback/proto/types.pb.h

void MergeFrom (const SensorInfo & from)

Defined at line 515 of file gen/src/sensors/playback/proto/types.pb.h

bool IsInitialized ()

Defined at line 523 of file gen/src/sensors/playback/proto/types.pb.h

int GetCachedSize ()

Defined at line 547 of file gen/src/sensors/playback/proto/types.pb.h

void ~SensorInfo ()
bool has_name ()

optional string name = 2;

Defined at line 1813 of file gen/src/sensors/playback/proto/types.pb.h

void clear_name ()

Defined at line 1817 of file gen/src/sensors/playback/proto/types.pb.h

const std::string & name ()

Defined at line 1822 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 1828 of file gen/src/sensors/playback/proto/types.pb.h

std::string * mutable_name ()

Defined at line 1835 of file gen/src/sensors/playback/proto/types.pb.h

std::string * release_name ()

Defined at line 1854 of file gen/src/sensors/playback/proto/types.pb.h

void set_allocated_name (std::string * value)

Defined at line 1867 of file gen/src/sensors/playback/proto/types.pb.h

bool has_vendor ()

optional string vendor = 3;

Defined at line 1882 of file gen/src/sensors/playback/proto/types.pb.h

void clear_vendor ()

Defined at line 1886 of file gen/src/sensors/playback/proto/types.pb.h

const std::string & vendor ()

Defined at line 1891 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 1897 of file gen/src/sensors/playback/proto/types.pb.h

std::string * mutable_vendor ()

Defined at line 1904 of file gen/src/sensors/playback/proto/types.pb.h

std::string * release_vendor ()

Defined at line 1923 of file gen/src/sensors/playback/proto/types.pb.h

void set_allocated_vendor (std::string * value)

Defined at line 1936 of file gen/src/sensors/playback/proto/types.pb.h

bool has_sensor_id ()

optional int32 sensor_id = 1;

Defined at line 1785 of file gen/src/sensors/playback/proto/types.pb.h

void clear_sensor_id ()

Defined at line 1789 of file gen/src/sensors/playback/proto/types.pb.h

::int32_t sensor_id ()

Defined at line 1794 of file gen/src/sensors/playback/proto/types.pb.h

void set_sensor_id (::int32_t value)

Defined at line 1798 of file gen/src/sensors/playback/proto/types.pb.h

bool has_version ()

optional int32 version = 4;

Defined at line 1951 of file gen/src/sensors/playback/proto/types.pb.h

void clear_version ()

Defined at line 1955 of file gen/src/sensors/playback/proto/types.pb.h

::int32_t version ()

Defined at line 1960 of file gen/src/sensors/playback/proto/types.pb.h

void set_version (::int32_t value)

Defined at line 1964 of file gen/src/sensors/playback/proto/types.pb.h

bool has_sensor_type ()

optional .fuchsia.sensors.SensorType sensor_type = 5;

Defined at line 1979 of file gen/src/sensors/playback/proto/types.pb.h

void clear_sensor_type ()

Defined at line 1983 of file gen/src/sensors/playback/proto/types.pb.h

::fuchsia::sensors::SensorType sensor_type ()

Defined at line 1988 of file gen/src/sensors/playback/proto/types.pb.h

void set_sensor_type (::fuchsia::sensors::SensorType value)

Defined at line 1992 of file gen/src/sensors/playback/proto/types.pb.h

bool has_wake_up ()

optional .fuchsia.sensors.SensorWakeUpType wake_up = 6;

Defined at line 2007 of file gen/src/sensors/playback/proto/types.pb.h

void clear_wake_up ()

Defined at line 2011 of file gen/src/sensors/playback/proto/types.pb.h

::fuchsia::sensors::SensorWakeUpType wake_up ()

Defined at line 2016 of file gen/src/sensors/playback/proto/types.pb.h

void set_wake_up (::fuchsia::sensors::SensorWakeUpType value)

Defined at line 2020 of file gen/src/sensors/playback/proto/types.pb.h

bool has_reporting_mode ()

optional .fuchsia.sensors.SensorReportingMode reporting_mode = 7;

Defined at line 2035 of file gen/src/sensors/playback/proto/types.pb.h

void clear_reporting_mode ()

Defined at line 2039 of file gen/src/sensors/playback/proto/types.pb.h

::fuchsia::sensors::SensorReportingMode reporting_mode ()

Defined at line 2044 of file gen/src/sensors/playback/proto/types.pb.h

void set_reporting_mode (::fuchsia::sensors::SensorReportingMode value)

Defined at line 2048 of file gen/src/sensors/playback/proto/types.pb.h

Protected Methods

const ::google::protobuf::internal::ClassData * GetClassData ()
void SensorInfo (::google::protobuf::Arena * arena)
void SensorInfo (::google::protobuf::Arena * arena, const SensorInfo & from)
void * PlacementNew_ (const void * , void * mem, ::google::protobuf::Arena * arena)
auto InternalNewImpl_ ()
void SensorInfo (::google::protobuf::Arena * arena, SensorInfo && from)

Defined at line 562 of file gen/src/sensors/playback/proto/types.pb.h

Enumerations

enum 
Name Value
kNameFieldNumber 2
kVendorFieldNumber 3
kSensorIdFieldNumber 1
kVersionFieldNumber 4
kSensorTypeFieldNumber 5
kWakeUpFieldNumber 6
kReportingModeFieldNumber 7

accessors -------------------------------------------------------

Defined at line 577 of file gen/src/sensors/playback/proto/types.pb.h

Friends

class TableStruct_types_2eproto
template <typename T>
class InternalHelper
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view SensorInfo ()
void SensorInfo (SensorInfo & aSensorInfo & b)