123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185 |
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: measure_message.proto
- #ifndef PROTOBUF_measure_5fmessage_2eproto__INCLUDED
- #define PROTOBUF_measure_5fmessage_2eproto__INCLUDED
- #include <string>
- #include <google/protobuf/stubs/common.h>
- #if GOOGLE_PROTOBUF_VERSION < 3005000
- #error This file was generated by a newer version of protoc which is
- #error incompatible with your Protocol Buffer headers. Please update
- #error your headers.
- #endif
- #if 3005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
- #error This file was generated by an older version of protoc which is
- #error incompatible with your Protocol Buffer headers. Please
- #error regenerate this file with a newer version of protoc.
- #endif
- #include <google/protobuf/io/coded_stream.h>
- #include <google/protobuf/arena.h>
- #include <google/protobuf/arenastring.h>
- #include <google/protobuf/generated_message_table_driven.h>
- #include <google/protobuf/generated_message_util.h>
- #include <google/protobuf/metadata.h>
- #include <google/protobuf/message.h>
- #include <google/protobuf/repeated_field.h> // IWYU pragma: export
- #include <google/protobuf/extension_set.h> // IWYU pragma: export
- #include <google/protobuf/generated_enum_reflection.h>
- #include <google/protobuf/unknown_field_set.h>
- #include "message_base.pb.h"
- // @@protoc_insertion_point(includes)
- namespace protobuf_measure_5fmessage_2eproto {
- // Internal implementation detail -- do not use these members.
- struct TableStruct {
- static const ::google::protobuf::internal::ParseTableField entries[];
- static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
- static const ::google::protobuf::internal::ParseTable schema[3];
- static const ::google::protobuf::internal::FieldMetadata field_metadata[];
- static const ::google::protobuf::internal::SerializationTable serialization_table[];
- static const ::google::protobuf::uint32 offsets[];
- };
- void AddDescriptors();
- void InitDefaultsMeasure_status_msgImpl();
- void InitDefaultsMeasure_status_msg();
- void InitDefaultsMeasure_request_msgImpl();
- void InitDefaultsMeasure_request_msg();
- void InitDefaultsMeasure_response_msgImpl();
- void InitDefaultsMeasure_response_msg();
- inline void InitDefaults() {
- InitDefaultsMeasure_status_msg();
- InitDefaultsMeasure_request_msg();
- InitDefaultsMeasure_response_msg();
- }
- } // namespace protobuf_measure_5fmessage_2eproto
- namespace message {
- class Measure_request_msg;
- class Measure_request_msgDefaultTypeInternal;
- extern Measure_request_msgDefaultTypeInternal _Measure_request_msg_default_instance_;
- class Measure_response_msg;
- class Measure_response_msgDefaultTypeInternal;
- extern Measure_response_msgDefaultTypeInternal _Measure_response_msg_default_instance_;
- class Measure_status_msg;
- class Measure_status_msgDefaultTypeInternal;
- extern Measure_status_msgDefaultTypeInternal _Measure_status_msg_default_instance_;
- } // namespace message
- namespace message {
- enum Laser_manager_status {
- LASER_MANAGER_UNKNOW = 0,
- LASER_MANAGER_READY = 1,
- LASER_MANAGER_ISSUED_TASK = 2,
- LASER_MANAGER_WAIT_REPLY = 3,
- LASER_MANAGER_FAULT = 4
- };
- bool Laser_manager_status_IsValid(int value);
- const Laser_manager_status Laser_manager_status_MIN = LASER_MANAGER_UNKNOW;
- const Laser_manager_status Laser_manager_status_MAX = LASER_MANAGER_FAULT;
- const int Laser_manager_status_ARRAYSIZE = Laser_manager_status_MAX + 1;
- const ::google::protobuf::EnumDescriptor* Laser_manager_status_descriptor();
- inline const ::std::string& Laser_manager_status_Name(Laser_manager_status value) {
- return ::google::protobuf::internal::NameOfEnum(
- Laser_manager_status_descriptor(), value);
- }
- inline bool Laser_manager_status_Parse(
- const ::std::string& name, Laser_manager_status* value) {
- return ::google::protobuf::internal::ParseNamedEnum<Laser_manager_status>(
- Laser_manager_status_descriptor(), name, value);
- }
- enum Laser_statu {
- LASER_DISCONNECT = 0,
- LASER_READY = 1,
- LASER_BUSY = 2,
- LASER_FAULT = 3
- };
- bool Laser_statu_IsValid(int value);
- const Laser_statu Laser_statu_MIN = LASER_DISCONNECT;
- const Laser_statu Laser_statu_MAX = LASER_FAULT;
- const int Laser_statu_ARRAYSIZE = Laser_statu_MAX + 1;
- const ::google::protobuf::EnumDescriptor* Laser_statu_descriptor();
- inline const ::std::string& Laser_statu_Name(Laser_statu value) {
- return ::google::protobuf::internal::NameOfEnum(
- Laser_statu_descriptor(), value);
- }
- inline bool Laser_statu_Parse(
- const ::std::string& name, Laser_statu* value) {
- return ::google::protobuf::internal::ParseNamedEnum<Laser_statu>(
- Laser_statu_descriptor(), name, value);
- }
- enum Locate_manager_status {
- LOCATE_MANAGER_UNKNOW = 0,
- LOCATE_MANAGER_READY = 1,
- LOCATE_MANAGER_SIFT = 2,
- LOCATE_MANAGER_CAR = 3,
- LOCATE_MANAGER_WHEEL = 4,
- LOCATE_MANAGER_FAULT = 5
- };
- bool Locate_manager_status_IsValid(int value);
- const Locate_manager_status Locate_manager_status_MIN = LOCATE_MANAGER_UNKNOW;
- const Locate_manager_status Locate_manager_status_MAX = LOCATE_MANAGER_FAULT;
- const int Locate_manager_status_ARRAYSIZE = Locate_manager_status_MAX + 1;
- const ::google::protobuf::EnumDescriptor* Locate_manager_status_descriptor();
- inline const ::std::string& Locate_manager_status_Name(Locate_manager_status value) {
- return ::google::protobuf::internal::NameOfEnum(
- Locate_manager_status_descriptor(), value);
- }
- inline bool Locate_manager_status_Parse(
- const ::std::string& name, Locate_manager_status* value) {
- return ::google::protobuf::internal::ParseNamedEnum<Locate_manager_status>(
- Locate_manager_status_descriptor(), name, value);
- }
- // ===================================================================
- class Measure_status_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Measure_status_msg) */ {
- public:
- Measure_status_msg();
- virtual ~Measure_status_msg();
- Measure_status_msg(const Measure_status_msg& from);
- inline Measure_status_msg& operator=(const Measure_status_msg& from) {
- CopyFrom(from);
- return *this;
- }
- #if LANG_CXX11
- Measure_status_msg(Measure_status_msg&& from) noexcept
- : Measure_status_msg() {
- *this = ::std::move(from);
- }
- inline Measure_status_msg& operator=(Measure_status_msg&& from) noexcept {
- if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
- if (this != &from) InternalSwap(&from);
- } else {
- CopyFrom(from);
- }
- return *this;
- }
- #endif
- inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
- return _internal_metadata_.unknown_fields();
- }
- inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
- return _internal_metadata_.mutable_unknown_fields();
- }
- static const ::google::protobuf::Descriptor* descriptor();
- static const Measure_status_msg& default_instance();
- static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
- static inline const Measure_status_msg* internal_default_instance() {
- return reinterpret_cast<const Measure_status_msg*>(
- &_Measure_status_msg_default_instance_);
- }
- static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
- 0;
- void Swap(Measure_status_msg* other);
- friend void swap(Measure_status_msg& a, Measure_status_msg& b) {
- a.Swap(&b);
- }
- // implements Message ----------------------------------------------
- inline Measure_status_msg* New() const PROTOBUF_FINAL { return New(NULL); }
- Measure_status_msg* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
- void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
- void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
- void CopyFrom(const Measure_status_msg& from);
- void MergeFrom(const Measure_status_msg& from);
- void Clear() PROTOBUF_FINAL;
- bool IsInitialized() const PROTOBUF_FINAL;
- size_t ByteSizeLong() const PROTOBUF_FINAL;
- bool MergePartialFromCodedStream(
- ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
- void SerializeWithCachedSizes(
- ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
- ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
- bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
- int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
- private:
- void SharedCtor();
- void SharedDtor();
- void SetCachedSize(int size) const PROTOBUF_FINAL;
- void InternalSwap(Measure_status_msg* other);
- private:
- inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
- return NULL;
- }
- inline void* MaybeArenaPtr() const {
- return NULL;
- }
- public:
- ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
- // nested types ----------------------------------------------------
- // accessors -------------------------------------------------------
- // repeated .message.Laser_statu laser_statu_vector = 3;
- int laser_statu_vector_size() const;
- void clear_laser_statu_vector();
- static const int kLaserStatuVectorFieldNumber = 3;
- ::message::Laser_statu laser_statu_vector(int index) const;
- void set_laser_statu_vector(int index, ::message::Laser_statu value);
- void add_laser_statu_vector(::message::Laser_statu value);
- const ::google::protobuf::RepeatedField<int>& laser_statu_vector() const;
- ::google::protobuf::RepeatedField<int>* mutable_laser_statu_vector();
- // required .message.Base_info base_info = 1;
- bool has_base_info() const;
- void clear_base_info();
- static const int kBaseInfoFieldNumber = 1;
- const ::message::Base_info& base_info() const;
- ::message::Base_info* release_base_info();
- ::message::Base_info* mutable_base_info();
- void set_allocated_base_info(::message::Base_info* base_info);
- // optional .message.Locate_information locate_information_realtime = 5;
- bool has_locate_information_realtime() const;
- void clear_locate_information_realtime();
- static const int kLocateInformationRealtimeFieldNumber = 5;
- const ::message::Locate_information& locate_information_realtime() const;
- ::message::Locate_information* release_locate_information_realtime();
- ::message::Locate_information* mutable_locate_information_realtime();
- void set_allocated_locate_information_realtime(::message::Locate_information* locate_information_realtime);
- // required .message.Error_manager error_manager = 6;
- bool has_error_manager() const;
- void clear_error_manager();
- static const int kErrorManagerFieldNumber = 6;
- const ::message::Error_manager& error_manager() const;
- ::message::Error_manager* release_error_manager();
- ::message::Error_manager* mutable_error_manager();
- void set_allocated_error_manager(::message::Error_manager* error_manager);
- // required .message.Laser_manager_status laser_manager_status = 2;
- bool has_laser_manager_status() const;
- void clear_laser_manager_status();
- static const int kLaserManagerStatusFieldNumber = 2;
- ::message::Laser_manager_status laser_manager_status() const;
- void set_laser_manager_status(::message::Laser_manager_status value);
- // required .message.Locate_manager_status locate_manager_status = 4;
- bool has_locate_manager_status() const;
- void clear_locate_manager_status();
- static const int kLocateManagerStatusFieldNumber = 4;
- ::message::Locate_manager_status locate_manager_status() const;
- void set_locate_manager_status(::message::Locate_manager_status value);
- // @@protoc_insertion_point(class_scope:message.Measure_status_msg)
- private:
- void set_has_base_info();
- void clear_has_base_info();
- void set_has_laser_manager_status();
- void clear_has_laser_manager_status();
- void set_has_locate_manager_status();
- void clear_has_locate_manager_status();
- void set_has_locate_information_realtime();
- void clear_has_locate_information_realtime();
- void set_has_error_manager();
- void clear_has_error_manager();
- // helper for ByteSizeLong()
- size_t RequiredFieldsByteSizeFallback() const;
- ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
- ::google::protobuf::internal::HasBits<1> _has_bits_;
- mutable int _cached_size_;
- ::google::protobuf::RepeatedField<int> laser_statu_vector_;
- ::message::Base_info* base_info_;
- ::message::Locate_information* locate_information_realtime_;
- ::message::Error_manager* error_manager_;
- int laser_manager_status_;
- int locate_manager_status_;
- friend struct ::protobuf_measure_5fmessage_2eproto::TableStruct;
- friend void ::protobuf_measure_5fmessage_2eproto::InitDefaultsMeasure_status_msgImpl();
- };
- // -------------------------------------------------------------------
- class Measure_request_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Measure_request_msg) */ {
- public:
- Measure_request_msg();
- virtual ~Measure_request_msg();
- Measure_request_msg(const Measure_request_msg& from);
- inline Measure_request_msg& operator=(const Measure_request_msg& from) {
- CopyFrom(from);
- return *this;
- }
- #if LANG_CXX11
- Measure_request_msg(Measure_request_msg&& from) noexcept
- : Measure_request_msg() {
- *this = ::std::move(from);
- }
- inline Measure_request_msg& operator=(Measure_request_msg&& from) noexcept {
- if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
- if (this != &from) InternalSwap(&from);
- } else {
- CopyFrom(from);
- }
- return *this;
- }
- #endif
- inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
- return _internal_metadata_.unknown_fields();
- }
- inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
- return _internal_metadata_.mutable_unknown_fields();
- }
- static const ::google::protobuf::Descriptor* descriptor();
- static const Measure_request_msg& default_instance();
- static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
- static inline const Measure_request_msg* internal_default_instance() {
- return reinterpret_cast<const Measure_request_msg*>(
- &_Measure_request_msg_default_instance_);
- }
- static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
- 1;
- void Swap(Measure_request_msg* other);
- friend void swap(Measure_request_msg& a, Measure_request_msg& b) {
- a.Swap(&b);
- }
- // implements Message ----------------------------------------------
- inline Measure_request_msg* New() const PROTOBUF_FINAL { return New(NULL); }
- Measure_request_msg* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
- void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
- void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
- void CopyFrom(const Measure_request_msg& from);
- void MergeFrom(const Measure_request_msg& from);
- void Clear() PROTOBUF_FINAL;
- bool IsInitialized() const PROTOBUF_FINAL;
- size_t ByteSizeLong() const PROTOBUF_FINAL;
- bool MergePartialFromCodedStream(
- ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
- void SerializeWithCachedSizes(
- ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
- ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
- bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
- int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
- private:
- void SharedCtor();
- void SharedDtor();
- void SetCachedSize(int size) const PROTOBUF_FINAL;
- void InternalSwap(Measure_request_msg* other);
- private:
- inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
- return NULL;
- }
- inline void* MaybeArenaPtr() const {
- return NULL;
- }
- public:
- ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
- // nested types ----------------------------------------------------
- // accessors -------------------------------------------------------
- // required .message.Base_info base_info = 1;
- bool has_base_info() const;
- void clear_base_info();
- static const int kBaseInfoFieldNumber = 1;
- const ::message::Base_info& base_info() const;
- ::message::Base_info* release_base_info();
- ::message::Base_info* mutable_base_info();
- void set_allocated_base_info(::message::Base_info* base_info);
- // required int32 command_id = 2;
- bool has_command_id() const;
- void clear_command_id();
- static const int kCommandIdFieldNumber = 2;
- ::google::protobuf::int32 command_id() const;
- void set_command_id(::google::protobuf::int32 value);
- // required int32 terminal_id = 3;
- bool has_terminal_id() const;
- void clear_terminal_id();
- static const int kTerminalIdFieldNumber = 3;
- ::google::protobuf::int32 terminal_id() const;
- void set_terminal_id(::google::protobuf::int32 value);
- // @@protoc_insertion_point(class_scope:message.Measure_request_msg)
- private:
- void set_has_base_info();
- void clear_has_base_info();
- void set_has_command_id();
- void clear_has_command_id();
- void set_has_terminal_id();
- void clear_has_terminal_id();
- // helper for ByteSizeLong()
- size_t RequiredFieldsByteSizeFallback() const;
- ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
- ::google::protobuf::internal::HasBits<1> _has_bits_;
- mutable int _cached_size_;
- ::message::Base_info* base_info_;
- ::google::protobuf::int32 command_id_;
- ::google::protobuf::int32 terminal_id_;
- friend struct ::protobuf_measure_5fmessage_2eproto::TableStruct;
- friend void ::protobuf_measure_5fmessage_2eproto::InitDefaultsMeasure_request_msgImpl();
- };
- // -------------------------------------------------------------------
- class Measure_response_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Measure_response_msg) */ {
- public:
- Measure_response_msg();
- virtual ~Measure_response_msg();
- Measure_response_msg(const Measure_response_msg& from);
- inline Measure_response_msg& operator=(const Measure_response_msg& from) {
- CopyFrom(from);
- return *this;
- }
- #if LANG_CXX11
- Measure_response_msg(Measure_response_msg&& from) noexcept
- : Measure_response_msg() {
- *this = ::std::move(from);
- }
- inline Measure_response_msg& operator=(Measure_response_msg&& from) noexcept {
- if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
- if (this != &from) InternalSwap(&from);
- } else {
- CopyFrom(from);
- }
- return *this;
- }
- #endif
- inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
- return _internal_metadata_.unknown_fields();
- }
- inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
- return _internal_metadata_.mutable_unknown_fields();
- }
- static const ::google::protobuf::Descriptor* descriptor();
- static const Measure_response_msg& default_instance();
- static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
- static inline const Measure_response_msg* internal_default_instance() {
- return reinterpret_cast<const Measure_response_msg*>(
- &_Measure_response_msg_default_instance_);
- }
- static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
- 2;
- void Swap(Measure_response_msg* other);
- friend void swap(Measure_response_msg& a, Measure_response_msg& b) {
- a.Swap(&b);
- }
- // implements Message ----------------------------------------------
- inline Measure_response_msg* New() const PROTOBUF_FINAL { return New(NULL); }
- Measure_response_msg* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
- void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
- void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
- void CopyFrom(const Measure_response_msg& from);
- void MergeFrom(const Measure_response_msg& from);
- void Clear() PROTOBUF_FINAL;
- bool IsInitialized() const PROTOBUF_FINAL;
- size_t ByteSizeLong() const PROTOBUF_FINAL;
- bool MergePartialFromCodedStream(
- ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
- void SerializeWithCachedSizes(
- ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
- ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
- bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
- int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
- private:
- void SharedCtor();
- void SharedDtor();
- void SetCachedSize(int size) const PROTOBUF_FINAL;
- void InternalSwap(Measure_response_msg* other);
- private:
- inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
- return NULL;
- }
- inline void* MaybeArenaPtr() const {
- return NULL;
- }
- public:
- ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
- // nested types ----------------------------------------------------
- // accessors -------------------------------------------------------
- // required .message.Base_info base_info = 1;
- bool has_base_info() const;
- void clear_base_info();
- static const int kBaseInfoFieldNumber = 1;
- const ::message::Base_info& base_info() const;
- ::message::Base_info* release_base_info();
- ::message::Base_info* mutable_base_info();
- void set_allocated_base_info(::message::Base_info* base_info);
- // optional .message.Locate_information locate_information = 4;
- bool has_locate_information() const;
- void clear_locate_information();
- static const int kLocateInformationFieldNumber = 4;
- const ::message::Locate_information& locate_information() const;
- ::message::Locate_information* release_locate_information();
- ::message::Locate_information* mutable_locate_information();
- void set_allocated_locate_information(::message::Locate_information* locate_information);
- // required .message.Error_manager error_manager = 5;
- bool has_error_manager() const;
- void clear_error_manager();
- static const int kErrorManagerFieldNumber = 5;
- const ::message::Error_manager& error_manager() const;
- ::message::Error_manager* release_error_manager();
- ::message::Error_manager* mutable_error_manager();
- void set_allocated_error_manager(::message::Error_manager* error_manager);
- // required int32 command_id = 2;
- bool has_command_id() const;
- void clear_command_id();
- static const int kCommandIdFieldNumber = 2;
- ::google::protobuf::int32 command_id() const;
- void set_command_id(::google::protobuf::int32 value);
- // required int32 terminal_id = 3;
- bool has_terminal_id() const;
- void clear_terminal_id();
- static const int kTerminalIdFieldNumber = 3;
- ::google::protobuf::int32 terminal_id() const;
- void set_terminal_id(::google::protobuf::int32 value);
- // @@protoc_insertion_point(class_scope:message.Measure_response_msg)
- private:
- void set_has_base_info();
- void clear_has_base_info();
- void set_has_command_id();
- void clear_has_command_id();
- void set_has_terminal_id();
- void clear_has_terminal_id();
- void set_has_locate_information();
- void clear_has_locate_information();
- void set_has_error_manager();
- void clear_has_error_manager();
- // helper for ByteSizeLong()
- size_t RequiredFieldsByteSizeFallback() const;
- ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
- ::google::protobuf::internal::HasBits<1> _has_bits_;
- mutable int _cached_size_;
- ::message::Base_info* base_info_;
- ::message::Locate_information* locate_information_;
- ::message::Error_manager* error_manager_;
- ::google::protobuf::int32 command_id_;
- ::google::protobuf::int32 terminal_id_;
- friend struct ::protobuf_measure_5fmessage_2eproto::TableStruct;
- friend void ::protobuf_measure_5fmessage_2eproto::InitDefaultsMeasure_response_msgImpl();
- };
- // ===================================================================
- // ===================================================================
- #ifdef __GNUC__
- #pragma GCC diagnostic push
- #pragma GCC diagnostic ignored "-Wstrict-aliasing"
- #endif // __GNUC__
- // Measure_status_msg
- // required .message.Base_info base_info = 1;
- inline bool Measure_status_msg::has_base_info() const {
- return (_has_bits_[0] & 0x00000001u) != 0;
- }
- inline void Measure_status_msg::set_has_base_info() {
- _has_bits_[0] |= 0x00000001u;
- }
- inline void Measure_status_msg::clear_has_base_info() {
- _has_bits_[0] &= ~0x00000001u;
- }
- inline const ::message::Base_info& Measure_status_msg::base_info() const {
- const ::message::Base_info* p = base_info_;
- // @@protoc_insertion_point(field_get:message.Measure_status_msg.base_info)
- return p != NULL ? *p : *reinterpret_cast<const ::message::Base_info*>(
- &::message::_Base_info_default_instance_);
- }
- inline ::message::Base_info* Measure_status_msg::release_base_info() {
- // @@protoc_insertion_point(field_release:message.Measure_status_msg.base_info)
- clear_has_base_info();
- ::message::Base_info* temp = base_info_;
- base_info_ = NULL;
- return temp;
- }
- inline ::message::Base_info* Measure_status_msg::mutable_base_info() {
- set_has_base_info();
- if (base_info_ == NULL) {
- base_info_ = new ::message::Base_info;
- }
- // @@protoc_insertion_point(field_mutable:message.Measure_status_msg.base_info)
- return base_info_;
- }
- inline void Measure_status_msg::set_allocated_base_info(::message::Base_info* base_info) {
- ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
- if (message_arena == NULL) {
- delete reinterpret_cast< ::google::protobuf::MessageLite*>(base_info_);
- }
- if (base_info) {
- ::google::protobuf::Arena* submessage_arena = NULL;
- if (message_arena != submessage_arena) {
- base_info = ::google::protobuf::internal::GetOwnedMessage(
- message_arena, base_info, submessage_arena);
- }
- set_has_base_info();
- } else {
- clear_has_base_info();
- }
- base_info_ = base_info;
- // @@protoc_insertion_point(field_set_allocated:message.Measure_status_msg.base_info)
- }
- // required .message.Laser_manager_status laser_manager_status = 2;
- inline bool Measure_status_msg::has_laser_manager_status() const {
- return (_has_bits_[0] & 0x00000008u) != 0;
- }
- inline void Measure_status_msg::set_has_laser_manager_status() {
- _has_bits_[0] |= 0x00000008u;
- }
- inline void Measure_status_msg::clear_has_laser_manager_status() {
- _has_bits_[0] &= ~0x00000008u;
- }
- inline void Measure_status_msg::clear_laser_manager_status() {
- laser_manager_status_ = 0;
- clear_has_laser_manager_status();
- }
- inline ::message::Laser_manager_status Measure_status_msg::laser_manager_status() const {
- // @@protoc_insertion_point(field_get:message.Measure_status_msg.laser_manager_status)
- return static_cast< ::message::Laser_manager_status >(laser_manager_status_);
- }
- inline void Measure_status_msg::set_laser_manager_status(::message::Laser_manager_status value) {
- assert(::message::Laser_manager_status_IsValid(value));
- set_has_laser_manager_status();
- laser_manager_status_ = value;
- // @@protoc_insertion_point(field_set:message.Measure_status_msg.laser_manager_status)
- }
- // repeated .message.Laser_statu laser_statu_vector = 3;
- inline int Measure_status_msg::laser_statu_vector_size() const {
- return laser_statu_vector_.size();
- }
- inline void Measure_status_msg::clear_laser_statu_vector() {
- laser_statu_vector_.Clear();
- }
- inline ::message::Laser_statu Measure_status_msg::laser_statu_vector(int index) const {
- // @@protoc_insertion_point(field_get:message.Measure_status_msg.laser_statu_vector)
- return static_cast< ::message::Laser_statu >(laser_statu_vector_.Get(index));
- }
- inline void Measure_status_msg::set_laser_statu_vector(int index, ::message::Laser_statu value) {
- assert(::message::Laser_statu_IsValid(value));
- laser_statu_vector_.Set(index, value);
- // @@protoc_insertion_point(field_set:message.Measure_status_msg.laser_statu_vector)
- }
- inline void Measure_status_msg::add_laser_statu_vector(::message::Laser_statu value) {
- assert(::message::Laser_statu_IsValid(value));
- laser_statu_vector_.Add(value);
- // @@protoc_insertion_point(field_add:message.Measure_status_msg.laser_statu_vector)
- }
- inline const ::google::protobuf::RepeatedField<int>&
- Measure_status_msg::laser_statu_vector() const {
- // @@protoc_insertion_point(field_list:message.Measure_status_msg.laser_statu_vector)
- return laser_statu_vector_;
- }
- inline ::google::protobuf::RepeatedField<int>*
- Measure_status_msg::mutable_laser_statu_vector() {
- // @@protoc_insertion_point(field_mutable_list:message.Measure_status_msg.laser_statu_vector)
- return &laser_statu_vector_;
- }
- // required .message.Locate_manager_status locate_manager_status = 4;
- inline bool Measure_status_msg::has_locate_manager_status() const {
- return (_has_bits_[0] & 0x00000010u) != 0;
- }
- inline void Measure_status_msg::set_has_locate_manager_status() {
- _has_bits_[0] |= 0x00000010u;
- }
- inline void Measure_status_msg::clear_has_locate_manager_status() {
- _has_bits_[0] &= ~0x00000010u;
- }
- inline void Measure_status_msg::clear_locate_manager_status() {
- locate_manager_status_ = 0;
- clear_has_locate_manager_status();
- }
- inline ::message::Locate_manager_status Measure_status_msg::locate_manager_status() const {
- // @@protoc_insertion_point(field_get:message.Measure_status_msg.locate_manager_status)
- return static_cast< ::message::Locate_manager_status >(locate_manager_status_);
- }
- inline void Measure_status_msg::set_locate_manager_status(::message::Locate_manager_status value) {
- assert(::message::Locate_manager_status_IsValid(value));
- set_has_locate_manager_status();
- locate_manager_status_ = value;
- // @@protoc_insertion_point(field_set:message.Measure_status_msg.locate_manager_status)
- }
- // optional .message.Locate_information locate_information_realtime = 5;
- inline bool Measure_status_msg::has_locate_information_realtime() const {
- return (_has_bits_[0] & 0x00000002u) != 0;
- }
- inline void Measure_status_msg::set_has_locate_information_realtime() {
- _has_bits_[0] |= 0x00000002u;
- }
- inline void Measure_status_msg::clear_has_locate_information_realtime() {
- _has_bits_[0] &= ~0x00000002u;
- }
- inline const ::message::Locate_information& Measure_status_msg::locate_information_realtime() const {
- const ::message::Locate_information* p = locate_information_realtime_;
- // @@protoc_insertion_point(field_get:message.Measure_status_msg.locate_information_realtime)
- return p != NULL ? *p : *reinterpret_cast<const ::message::Locate_information*>(
- &::message::_Locate_information_default_instance_);
- }
- inline ::message::Locate_information* Measure_status_msg::release_locate_information_realtime() {
- // @@protoc_insertion_point(field_release:message.Measure_status_msg.locate_information_realtime)
- clear_has_locate_information_realtime();
- ::message::Locate_information* temp = locate_information_realtime_;
- locate_information_realtime_ = NULL;
- return temp;
- }
- inline ::message::Locate_information* Measure_status_msg::mutable_locate_information_realtime() {
- set_has_locate_information_realtime();
- if (locate_information_realtime_ == NULL) {
- locate_information_realtime_ = new ::message::Locate_information;
- }
- // @@protoc_insertion_point(field_mutable:message.Measure_status_msg.locate_information_realtime)
- return locate_information_realtime_;
- }
- inline void Measure_status_msg::set_allocated_locate_information_realtime(::message::Locate_information* locate_information_realtime) {
- ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
- if (message_arena == NULL) {
- delete reinterpret_cast< ::google::protobuf::MessageLite*>(locate_information_realtime_);
- }
- if (locate_information_realtime) {
- ::google::protobuf::Arena* submessage_arena = NULL;
- if (message_arena != submessage_arena) {
- locate_information_realtime = ::google::protobuf::internal::GetOwnedMessage(
- message_arena, locate_information_realtime, submessage_arena);
- }
- set_has_locate_information_realtime();
- } else {
- clear_has_locate_information_realtime();
- }
- locate_information_realtime_ = locate_information_realtime;
- // @@protoc_insertion_point(field_set_allocated:message.Measure_status_msg.locate_information_realtime)
- }
- // required .message.Error_manager error_manager = 6;
- inline bool Measure_status_msg::has_error_manager() const {
- return (_has_bits_[0] & 0x00000004u) != 0;
- }
- inline void Measure_status_msg::set_has_error_manager() {
- _has_bits_[0] |= 0x00000004u;
- }
- inline void Measure_status_msg::clear_has_error_manager() {
- _has_bits_[0] &= ~0x00000004u;
- }
- inline const ::message::Error_manager& Measure_status_msg::error_manager() const {
- const ::message::Error_manager* p = error_manager_;
- // @@protoc_insertion_point(field_get:message.Measure_status_msg.error_manager)
- return p != NULL ? *p : *reinterpret_cast<const ::message::Error_manager*>(
- &::message::_Error_manager_default_instance_);
- }
- inline ::message::Error_manager* Measure_status_msg::release_error_manager() {
- // @@protoc_insertion_point(field_release:message.Measure_status_msg.error_manager)
- clear_has_error_manager();
- ::message::Error_manager* temp = error_manager_;
- error_manager_ = NULL;
- return temp;
- }
- inline ::message::Error_manager* Measure_status_msg::mutable_error_manager() {
- set_has_error_manager();
- if (error_manager_ == NULL) {
- error_manager_ = new ::message::Error_manager;
- }
- // @@protoc_insertion_point(field_mutable:message.Measure_status_msg.error_manager)
- return error_manager_;
- }
- inline void Measure_status_msg::set_allocated_error_manager(::message::Error_manager* error_manager) {
- ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
- if (message_arena == NULL) {
- delete reinterpret_cast< ::google::protobuf::MessageLite*>(error_manager_);
- }
- if (error_manager) {
- ::google::protobuf::Arena* submessage_arena = NULL;
- if (message_arena != submessage_arena) {
- error_manager = ::google::protobuf::internal::GetOwnedMessage(
- message_arena, error_manager, submessage_arena);
- }
- set_has_error_manager();
- } else {
- clear_has_error_manager();
- }
- error_manager_ = error_manager;
- // @@protoc_insertion_point(field_set_allocated:message.Measure_status_msg.error_manager)
- }
- // -------------------------------------------------------------------
- // Measure_request_msg
- // required .message.Base_info base_info = 1;
- inline bool Measure_request_msg::has_base_info() const {
- return (_has_bits_[0] & 0x00000001u) != 0;
- }
- inline void Measure_request_msg::set_has_base_info() {
- _has_bits_[0] |= 0x00000001u;
- }
- inline void Measure_request_msg::clear_has_base_info() {
- _has_bits_[0] &= ~0x00000001u;
- }
- inline const ::message::Base_info& Measure_request_msg::base_info() const {
- const ::message::Base_info* p = base_info_;
- // @@protoc_insertion_point(field_get:message.Measure_request_msg.base_info)
- return p != NULL ? *p : *reinterpret_cast<const ::message::Base_info*>(
- &::message::_Base_info_default_instance_);
- }
- inline ::message::Base_info* Measure_request_msg::release_base_info() {
- // @@protoc_insertion_point(field_release:message.Measure_request_msg.base_info)
- clear_has_base_info();
- ::message::Base_info* temp = base_info_;
- base_info_ = NULL;
- return temp;
- }
- inline ::message::Base_info* Measure_request_msg::mutable_base_info() {
- set_has_base_info();
- if (base_info_ == NULL) {
- base_info_ = new ::message::Base_info;
- }
- // @@protoc_insertion_point(field_mutable:message.Measure_request_msg.base_info)
- return base_info_;
- }
- inline void Measure_request_msg::set_allocated_base_info(::message::Base_info* base_info) {
- ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
- if (message_arena == NULL) {
- delete reinterpret_cast< ::google::protobuf::MessageLite*>(base_info_);
- }
- if (base_info) {
- ::google::protobuf::Arena* submessage_arena = NULL;
- if (message_arena != submessage_arena) {
- base_info = ::google::protobuf::internal::GetOwnedMessage(
- message_arena, base_info, submessage_arena);
- }
- set_has_base_info();
- } else {
- clear_has_base_info();
- }
- base_info_ = base_info;
- // @@protoc_insertion_point(field_set_allocated:message.Measure_request_msg.base_info)
- }
- // required int32 command_id = 2;
- inline bool Measure_request_msg::has_command_id() const {
- return (_has_bits_[0] & 0x00000002u) != 0;
- }
- inline void Measure_request_msg::set_has_command_id() {
- _has_bits_[0] |= 0x00000002u;
- }
- inline void Measure_request_msg::clear_has_command_id() {
- _has_bits_[0] &= ~0x00000002u;
- }
- inline void Measure_request_msg::clear_command_id() {
- command_id_ = 0;
- clear_has_command_id();
- }
- inline ::google::protobuf::int32 Measure_request_msg::command_id() const {
- // @@protoc_insertion_point(field_get:message.Measure_request_msg.command_id)
- return command_id_;
- }
- inline void Measure_request_msg::set_command_id(::google::protobuf::int32 value) {
- set_has_command_id();
- command_id_ = value;
- // @@protoc_insertion_point(field_set:message.Measure_request_msg.command_id)
- }
- // required int32 terminal_id = 3;
- inline bool Measure_request_msg::has_terminal_id() const {
- return (_has_bits_[0] & 0x00000004u) != 0;
- }
- inline void Measure_request_msg::set_has_terminal_id() {
- _has_bits_[0] |= 0x00000004u;
- }
- inline void Measure_request_msg::clear_has_terminal_id() {
- _has_bits_[0] &= ~0x00000004u;
- }
- inline void Measure_request_msg::clear_terminal_id() {
- terminal_id_ = 0;
- clear_has_terminal_id();
- }
- inline ::google::protobuf::int32 Measure_request_msg::terminal_id() const {
- // @@protoc_insertion_point(field_get:message.Measure_request_msg.terminal_id)
- return terminal_id_;
- }
- inline void Measure_request_msg::set_terminal_id(::google::protobuf::int32 value) {
- set_has_terminal_id();
- terminal_id_ = value;
- // @@protoc_insertion_point(field_set:message.Measure_request_msg.terminal_id)
- }
- // -------------------------------------------------------------------
- // Measure_response_msg
- // required .message.Base_info base_info = 1;
- inline bool Measure_response_msg::has_base_info() const {
- return (_has_bits_[0] & 0x00000001u) != 0;
- }
- inline void Measure_response_msg::set_has_base_info() {
- _has_bits_[0] |= 0x00000001u;
- }
- inline void Measure_response_msg::clear_has_base_info() {
- _has_bits_[0] &= ~0x00000001u;
- }
- inline const ::message::Base_info& Measure_response_msg::base_info() const {
- const ::message::Base_info* p = base_info_;
- // @@protoc_insertion_point(field_get:message.Measure_response_msg.base_info)
- return p != NULL ? *p : *reinterpret_cast<const ::message::Base_info*>(
- &::message::_Base_info_default_instance_);
- }
- inline ::message::Base_info* Measure_response_msg::release_base_info() {
- // @@protoc_insertion_point(field_release:message.Measure_response_msg.base_info)
- clear_has_base_info();
- ::message::Base_info* temp = base_info_;
- base_info_ = NULL;
- return temp;
- }
- inline ::message::Base_info* Measure_response_msg::mutable_base_info() {
- set_has_base_info();
- if (base_info_ == NULL) {
- base_info_ = new ::message::Base_info;
- }
- // @@protoc_insertion_point(field_mutable:message.Measure_response_msg.base_info)
- return base_info_;
- }
- inline void Measure_response_msg::set_allocated_base_info(::message::Base_info* base_info) {
- ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
- if (message_arena == NULL) {
- delete reinterpret_cast< ::google::protobuf::MessageLite*>(base_info_);
- }
- if (base_info) {
- ::google::protobuf::Arena* submessage_arena = NULL;
- if (message_arena != submessage_arena) {
- base_info = ::google::protobuf::internal::GetOwnedMessage(
- message_arena, base_info, submessage_arena);
- }
- set_has_base_info();
- } else {
- clear_has_base_info();
- }
- base_info_ = base_info;
- // @@protoc_insertion_point(field_set_allocated:message.Measure_response_msg.base_info)
- }
- // required int32 command_id = 2;
- inline bool Measure_response_msg::has_command_id() const {
- return (_has_bits_[0] & 0x00000008u) != 0;
- }
- inline void Measure_response_msg::set_has_command_id() {
- _has_bits_[0] |= 0x00000008u;
- }
- inline void Measure_response_msg::clear_has_command_id() {
- _has_bits_[0] &= ~0x00000008u;
- }
- inline void Measure_response_msg::clear_command_id() {
- command_id_ = 0;
- clear_has_command_id();
- }
- inline ::google::protobuf::int32 Measure_response_msg::command_id() const {
- // @@protoc_insertion_point(field_get:message.Measure_response_msg.command_id)
- return command_id_;
- }
- inline void Measure_response_msg::set_command_id(::google::protobuf::int32 value) {
- set_has_command_id();
- command_id_ = value;
- // @@protoc_insertion_point(field_set:message.Measure_response_msg.command_id)
- }
- // required int32 terminal_id = 3;
- inline bool Measure_response_msg::has_terminal_id() const {
- return (_has_bits_[0] & 0x00000010u) != 0;
- }
- inline void Measure_response_msg::set_has_terminal_id() {
- _has_bits_[0] |= 0x00000010u;
- }
- inline void Measure_response_msg::clear_has_terminal_id() {
- _has_bits_[0] &= ~0x00000010u;
- }
- inline void Measure_response_msg::clear_terminal_id() {
- terminal_id_ = 0;
- clear_has_terminal_id();
- }
- inline ::google::protobuf::int32 Measure_response_msg::terminal_id() const {
- // @@protoc_insertion_point(field_get:message.Measure_response_msg.terminal_id)
- return terminal_id_;
- }
- inline void Measure_response_msg::set_terminal_id(::google::protobuf::int32 value) {
- set_has_terminal_id();
- terminal_id_ = value;
- // @@protoc_insertion_point(field_set:message.Measure_response_msg.terminal_id)
- }
- // optional .message.Locate_information locate_information = 4;
- inline bool Measure_response_msg::has_locate_information() const {
- return (_has_bits_[0] & 0x00000002u) != 0;
- }
- inline void Measure_response_msg::set_has_locate_information() {
- _has_bits_[0] |= 0x00000002u;
- }
- inline void Measure_response_msg::clear_has_locate_information() {
- _has_bits_[0] &= ~0x00000002u;
- }
- inline const ::message::Locate_information& Measure_response_msg::locate_information() const {
- const ::message::Locate_information* p = locate_information_;
- // @@protoc_insertion_point(field_get:message.Measure_response_msg.locate_information)
- return p != NULL ? *p : *reinterpret_cast<const ::message::Locate_information*>(
- &::message::_Locate_information_default_instance_);
- }
- inline ::message::Locate_information* Measure_response_msg::release_locate_information() {
- // @@protoc_insertion_point(field_release:message.Measure_response_msg.locate_information)
- clear_has_locate_information();
- ::message::Locate_information* temp = locate_information_;
- locate_information_ = NULL;
- return temp;
- }
- inline ::message::Locate_information* Measure_response_msg::mutable_locate_information() {
- set_has_locate_information();
- if (locate_information_ == NULL) {
- locate_information_ = new ::message::Locate_information;
- }
- // @@protoc_insertion_point(field_mutable:message.Measure_response_msg.locate_information)
- return locate_information_;
- }
- inline void Measure_response_msg::set_allocated_locate_information(::message::Locate_information* locate_information) {
- ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
- if (message_arena == NULL) {
- delete reinterpret_cast< ::google::protobuf::MessageLite*>(locate_information_);
- }
- if (locate_information) {
- ::google::protobuf::Arena* submessage_arena = NULL;
- if (message_arena != submessage_arena) {
- locate_information = ::google::protobuf::internal::GetOwnedMessage(
- message_arena, locate_information, submessage_arena);
- }
- set_has_locate_information();
- } else {
- clear_has_locate_information();
- }
- locate_information_ = locate_information;
- // @@protoc_insertion_point(field_set_allocated:message.Measure_response_msg.locate_information)
- }
- // required .message.Error_manager error_manager = 5;
- inline bool Measure_response_msg::has_error_manager() const {
- return (_has_bits_[0] & 0x00000004u) != 0;
- }
- inline void Measure_response_msg::set_has_error_manager() {
- _has_bits_[0] |= 0x00000004u;
- }
- inline void Measure_response_msg::clear_has_error_manager() {
- _has_bits_[0] &= ~0x00000004u;
- }
- inline const ::message::Error_manager& Measure_response_msg::error_manager() const {
- const ::message::Error_manager* p = error_manager_;
- // @@protoc_insertion_point(field_get:message.Measure_response_msg.error_manager)
- return p != NULL ? *p : *reinterpret_cast<const ::message::Error_manager*>(
- &::message::_Error_manager_default_instance_);
- }
- inline ::message::Error_manager* Measure_response_msg::release_error_manager() {
- // @@protoc_insertion_point(field_release:message.Measure_response_msg.error_manager)
- clear_has_error_manager();
- ::message::Error_manager* temp = error_manager_;
- error_manager_ = NULL;
- return temp;
- }
- inline ::message::Error_manager* Measure_response_msg::mutable_error_manager() {
- set_has_error_manager();
- if (error_manager_ == NULL) {
- error_manager_ = new ::message::Error_manager;
- }
- // @@protoc_insertion_point(field_mutable:message.Measure_response_msg.error_manager)
- return error_manager_;
- }
- inline void Measure_response_msg::set_allocated_error_manager(::message::Error_manager* error_manager) {
- ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
- if (message_arena == NULL) {
- delete reinterpret_cast< ::google::protobuf::MessageLite*>(error_manager_);
- }
- if (error_manager) {
- ::google::protobuf::Arena* submessage_arena = NULL;
- if (message_arena != submessage_arena) {
- error_manager = ::google::protobuf::internal::GetOwnedMessage(
- message_arena, error_manager, submessage_arena);
- }
- set_has_error_manager();
- } else {
- clear_has_error_manager();
- }
- error_manager_ = error_manager;
- // @@protoc_insertion_point(field_set_allocated:message.Measure_response_msg.error_manager)
- }
- #ifdef __GNUC__
- #pragma GCC diagnostic pop
- #endif // __GNUC__
- // -------------------------------------------------------------------
- // -------------------------------------------------------------------
- // @@protoc_insertion_point(namespace_scope)
- } // namespace message
- namespace google {
- namespace protobuf {
- template <> struct is_proto_enum< ::message::Laser_manager_status> : ::google::protobuf::internal::true_type {};
- template <>
- inline const EnumDescriptor* GetEnumDescriptor< ::message::Laser_manager_status>() {
- return ::message::Laser_manager_status_descriptor();
- }
- template <> struct is_proto_enum< ::message::Laser_statu> : ::google::protobuf::internal::true_type {};
- template <>
- inline const EnumDescriptor* GetEnumDescriptor< ::message::Laser_statu>() {
- return ::message::Laser_statu_descriptor();
- }
- template <> struct is_proto_enum< ::message::Locate_manager_status> : ::google::protobuf::internal::true_type {};
- template <>
- inline const EnumDescriptor* GetEnumDescriptor< ::message::Locate_manager_status>() {
- return ::message::Locate_manager_status_descriptor();
- }
- } // namespace protobuf
- } // namespace google
- // @@protoc_insertion_point(global_scope)
- #endif // PROTOBUF_measure_5fmessage_2eproto__INCLUDED
|