// Generated by the protocol buffer compiler. DO NOT EDIT! // source: terminal_message.proto #ifndef PROTOBUF_terminal_5fmessage_2eproto__INCLUDED #define PROTOBUF_terminal_5fmessage_2eproto__INCLUDED #include #include #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 #include #include #include #include #include #include #include // IWYU pragma: export #include // IWYU pragma: export #include #include "message_base.pb.h" // @@protoc_insertion_point(includes) namespace protobuf_terminal_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[4]; 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 InitDefaultsStore_command_request_msgImpl(); void InitDefaultsStore_command_request_msg(); void InitDefaultsStore_command_response_msgImpl(); void InitDefaultsStore_command_response_msg(); void InitDefaultsPickup_command_request_msgImpl(); void InitDefaultsPickup_command_request_msg(); void InitDefaultsPickup_command_response_msgImpl(); void InitDefaultsPickup_command_response_msg(); inline void InitDefaults() { InitDefaultsStore_command_request_msg(); InitDefaultsStore_command_response_msg(); InitDefaultsPickup_command_request_msg(); InitDefaultsPickup_command_response_msg(); } } // namespace protobuf_terminal_5fmessage_2eproto namespace message { class Pickup_command_request_msg; class Pickup_command_request_msgDefaultTypeInternal; extern Pickup_command_request_msgDefaultTypeInternal _Pickup_command_request_msg_default_instance_; class Pickup_command_response_msg; class Pickup_command_response_msgDefaultTypeInternal; extern Pickup_command_response_msgDefaultTypeInternal _Pickup_command_response_msg_default_instance_; class Store_command_request_msg; class Store_command_request_msgDefaultTypeInternal; extern Store_command_request_msgDefaultTypeInternal _Store_command_request_msg_default_instance_; class Store_command_response_msg; class Store_command_response_msgDefaultTypeInternal; extern Store_command_response_msgDefaultTypeInternal _Store_command_response_msg_default_instance_; } // namespace message namespace message { // =================================================================== class Store_command_request_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Store_command_request_msg) */ { public: Store_command_request_msg(); virtual ~Store_command_request_msg(); Store_command_request_msg(const Store_command_request_msg& from); inline Store_command_request_msg& operator=(const Store_command_request_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Store_command_request_msg(Store_command_request_msg&& from) noexcept : Store_command_request_msg() { *this = ::std::move(from); } inline Store_command_request_msg& operator=(Store_command_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 Store_command_request_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Store_command_request_msg* internal_default_instance() { return reinterpret_cast( &_Store_command_request_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 0; void Swap(Store_command_request_msg* other); friend void swap(Store_command_request_msg& a, Store_command_request_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Store_command_request_msg* New() const PROTOBUF_FINAL { return New(NULL); } Store_command_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 Store_command_request_msg& from); void MergeFrom(const Store_command_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(Store_command_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 .message.Locate_information locate_information = 3; bool has_locate_information() const; void clear_locate_information(); static const int kLocateInformationFieldNumber = 3; 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.Car_info car_info = 4; bool has_car_info() const; void clear_car_info(); static const int kCarInfoFieldNumber = 4; const ::message::Car_info& car_info() const; ::message::Car_info* release_car_info(); ::message::Car_info* mutable_car_info(); void set_allocated_car_info(::message::Car_info* car_info); // required int32 terminal_id = 2; bool has_terminal_id() const; void clear_terminal_id(); static const int kTerminalIdFieldNumber = 2; ::google::protobuf::int32 terminal_id() const; void set_terminal_id(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:message.Store_command_request_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_terminal_id(); void clear_has_terminal_id(); void set_has_locate_information(); void clear_has_locate_information(); void set_has_car_info(); void clear_has_car_info(); // 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::Car_info* car_info_; ::google::protobuf::int32 terminal_id_; friend struct ::protobuf_terminal_5fmessage_2eproto::TableStruct; friend void ::protobuf_terminal_5fmessage_2eproto::InitDefaultsStore_command_request_msgImpl(); }; // ------------------------------------------------------------------- class Store_command_response_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Store_command_response_msg) */ { public: Store_command_response_msg(); virtual ~Store_command_response_msg(); Store_command_response_msg(const Store_command_response_msg& from); inline Store_command_response_msg& operator=(const Store_command_response_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Store_command_response_msg(Store_command_response_msg&& from) noexcept : Store_command_response_msg() { *this = ::std::move(from); } inline Store_command_response_msg& operator=(Store_command_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 Store_command_response_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Store_command_response_msg* internal_default_instance() { return reinterpret_cast( &_Store_command_response_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 1; void Swap(Store_command_response_msg* other); friend void swap(Store_command_response_msg& a, Store_command_response_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Store_command_response_msg* New() const PROTOBUF_FINAL { return New(NULL); } Store_command_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 Store_command_response_msg& from); void MergeFrom(const Store_command_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(Store_command_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); // required .message.Error_manager code = 3; bool has_code() const; void clear_code(); static const int kCodeFieldNumber = 3; const ::message::Error_manager& code() const; ::message::Error_manager* release_code(); ::message::Error_manager* mutable_code(); void set_allocated_code(::message::Error_manager* code); // required int32 terminal_id = 2; bool has_terminal_id() const; void clear_terminal_id(); static const int kTerminalIdFieldNumber = 2; ::google::protobuf::int32 terminal_id() const; void set_terminal_id(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:message.Store_command_response_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_terminal_id(); void clear_has_terminal_id(); void set_has_code(); void clear_has_code(); // 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::Error_manager* code_; ::google::protobuf::int32 terminal_id_; friend struct ::protobuf_terminal_5fmessage_2eproto::TableStruct; friend void ::protobuf_terminal_5fmessage_2eproto::InitDefaultsStore_command_response_msgImpl(); }; // ------------------------------------------------------------------- class Pickup_command_request_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Pickup_command_request_msg) */ { public: Pickup_command_request_msg(); virtual ~Pickup_command_request_msg(); Pickup_command_request_msg(const Pickup_command_request_msg& from); inline Pickup_command_request_msg& operator=(const Pickup_command_request_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Pickup_command_request_msg(Pickup_command_request_msg&& from) noexcept : Pickup_command_request_msg() { *this = ::std::move(from); } inline Pickup_command_request_msg& operator=(Pickup_command_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 Pickup_command_request_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Pickup_command_request_msg* internal_default_instance() { return reinterpret_cast( &_Pickup_command_request_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 2; void Swap(Pickup_command_request_msg* other); friend void swap(Pickup_command_request_msg& a, Pickup_command_request_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Pickup_command_request_msg* New() const PROTOBUF_FINAL { return New(NULL); } Pickup_command_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 Pickup_command_request_msg& from); void MergeFrom(const Pickup_command_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(Pickup_command_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 .message.Car_info car_info = 4; bool has_car_info() const; void clear_car_info(); static const int kCarInfoFieldNumber = 4; const ::message::Car_info& car_info() const; ::message::Car_info* release_car_info(); ::message::Car_info* mutable_car_info(); void set_allocated_car_info(::message::Car_info* car_info); // required int32 terminal_id = 2; bool has_terminal_id() const; void clear_terminal_id(); static const int kTerminalIdFieldNumber = 2; ::google::protobuf::int32 terminal_id() const; void set_terminal_id(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:message.Pickup_command_request_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_terminal_id(); void clear_has_terminal_id(); void set_has_car_info(); void clear_has_car_info(); // 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::Car_info* car_info_; ::google::protobuf::int32 terminal_id_; friend struct ::protobuf_terminal_5fmessage_2eproto::TableStruct; friend void ::protobuf_terminal_5fmessage_2eproto::InitDefaultsPickup_command_request_msgImpl(); }; // ------------------------------------------------------------------- class Pickup_command_response_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Pickup_command_response_msg) */ { public: Pickup_command_response_msg(); virtual ~Pickup_command_response_msg(); Pickup_command_response_msg(const Pickup_command_response_msg& from); inline Pickup_command_response_msg& operator=(const Pickup_command_response_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Pickup_command_response_msg(Pickup_command_response_msg&& from) noexcept : Pickup_command_response_msg() { *this = ::std::move(from); } inline Pickup_command_response_msg& operator=(Pickup_command_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 Pickup_command_response_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Pickup_command_response_msg* internal_default_instance() { return reinterpret_cast( &_Pickup_command_response_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 3; void Swap(Pickup_command_response_msg* other); friend void swap(Pickup_command_response_msg& a, Pickup_command_response_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Pickup_command_response_msg* New() const PROTOBUF_FINAL { return New(NULL); } Pickup_command_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 Pickup_command_response_msg& from); void MergeFrom(const Pickup_command_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(Pickup_command_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); // required .message.Error_manager code = 3; bool has_code() const; void clear_code(); static const int kCodeFieldNumber = 3; const ::message::Error_manager& code() const; ::message::Error_manager* release_code(); ::message::Error_manager* mutable_code(); void set_allocated_code(::message::Error_manager* code); // required int32 terminal_id = 2; bool has_terminal_id() const; void clear_terminal_id(); static const int kTerminalIdFieldNumber = 2; ::google::protobuf::int32 terminal_id() const; void set_terminal_id(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:message.Pickup_command_response_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_terminal_id(); void clear_has_terminal_id(); void set_has_code(); void clear_has_code(); // 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::Error_manager* code_; ::google::protobuf::int32 terminal_id_; friend struct ::protobuf_terminal_5fmessage_2eproto::TableStruct; friend void ::protobuf_terminal_5fmessage_2eproto::InitDefaultsPickup_command_response_msgImpl(); }; // =================================================================== // =================================================================== #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ // Store_command_request_msg // required .message.Base_info base_info = 1; inline bool Store_command_request_msg::has_base_info() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Store_command_request_msg::set_has_base_info() { _has_bits_[0] |= 0x00000001u; } inline void Store_command_request_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000001u; } inline const ::message::Base_info& Store_command_request_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Store_command_request_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Store_command_request_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Store_command_request_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Store_command_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.Store_command_request_msg.base_info) return base_info_; } inline void Store_command_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.Store_command_request_msg.base_info) } // required int32 terminal_id = 2; inline bool Store_command_request_msg::has_terminal_id() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Store_command_request_msg::set_has_terminal_id() { _has_bits_[0] |= 0x00000008u; } inline void Store_command_request_msg::clear_has_terminal_id() { _has_bits_[0] &= ~0x00000008u; } inline void Store_command_request_msg::clear_terminal_id() { terminal_id_ = 0; clear_has_terminal_id(); } inline ::google::protobuf::int32 Store_command_request_msg::terminal_id() const { // @@protoc_insertion_point(field_get:message.Store_command_request_msg.terminal_id) return terminal_id_; } inline void Store_command_request_msg::set_terminal_id(::google::protobuf::int32 value) { set_has_terminal_id(); terminal_id_ = value; // @@protoc_insertion_point(field_set:message.Store_command_request_msg.terminal_id) } // required .message.Locate_information locate_information = 3; inline bool Store_command_request_msg::has_locate_information() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Store_command_request_msg::set_has_locate_information() { _has_bits_[0] |= 0x00000002u; } inline void Store_command_request_msg::clear_has_locate_information() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Locate_information& Store_command_request_msg::locate_information() const { const ::message::Locate_information* p = locate_information_; // @@protoc_insertion_point(field_get:message.Store_command_request_msg.locate_information) return p != NULL ? *p : *reinterpret_cast( &::message::_Locate_information_default_instance_); } inline ::message::Locate_information* Store_command_request_msg::release_locate_information() { // @@protoc_insertion_point(field_release:message.Store_command_request_msg.locate_information) clear_has_locate_information(); ::message::Locate_information* temp = locate_information_; locate_information_ = NULL; return temp; } inline ::message::Locate_information* Store_command_request_msg::mutable_locate_information() { set_has_locate_information(); if (locate_information_ == NULL) { locate_information_ = new ::message::Locate_information; } // @@protoc_insertion_point(field_mutable:message.Store_command_request_msg.locate_information) return locate_information_; } inline void Store_command_request_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.Store_command_request_msg.locate_information) } // required .message.Car_info car_info = 4; inline bool Store_command_request_msg::has_car_info() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Store_command_request_msg::set_has_car_info() { _has_bits_[0] |= 0x00000004u; } inline void Store_command_request_msg::clear_has_car_info() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Car_info& Store_command_request_msg::car_info() const { const ::message::Car_info* p = car_info_; // @@protoc_insertion_point(field_get:message.Store_command_request_msg.car_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Car_info_default_instance_); } inline ::message::Car_info* Store_command_request_msg::release_car_info() { // @@protoc_insertion_point(field_release:message.Store_command_request_msg.car_info) clear_has_car_info(); ::message::Car_info* temp = car_info_; car_info_ = NULL; return temp; } inline ::message::Car_info* Store_command_request_msg::mutable_car_info() { set_has_car_info(); if (car_info_ == NULL) { car_info_ = new ::message::Car_info; } // @@protoc_insertion_point(field_mutable:message.Store_command_request_msg.car_info) return car_info_; } inline void Store_command_request_msg::set_allocated_car_info(::message::Car_info* car_info) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(car_info_); } if (car_info) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { car_info = ::google::protobuf::internal::GetOwnedMessage( message_arena, car_info, submessage_arena); } set_has_car_info(); } else { clear_has_car_info(); } car_info_ = car_info; // @@protoc_insertion_point(field_set_allocated:message.Store_command_request_msg.car_info) } // ------------------------------------------------------------------- // Store_command_response_msg // required .message.Base_info base_info = 1; inline bool Store_command_response_msg::has_base_info() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Store_command_response_msg::set_has_base_info() { _has_bits_[0] |= 0x00000001u; } inline void Store_command_response_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000001u; } inline const ::message::Base_info& Store_command_response_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Store_command_response_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Store_command_response_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Store_command_response_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Store_command_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.Store_command_response_msg.base_info) return base_info_; } inline void Store_command_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.Store_command_response_msg.base_info) } // required int32 terminal_id = 2; inline bool Store_command_response_msg::has_terminal_id() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Store_command_response_msg::set_has_terminal_id() { _has_bits_[0] |= 0x00000004u; } inline void Store_command_response_msg::clear_has_terminal_id() { _has_bits_[0] &= ~0x00000004u; } inline void Store_command_response_msg::clear_terminal_id() { terminal_id_ = 0; clear_has_terminal_id(); } inline ::google::protobuf::int32 Store_command_response_msg::terminal_id() const { // @@protoc_insertion_point(field_get:message.Store_command_response_msg.terminal_id) return terminal_id_; } inline void Store_command_response_msg::set_terminal_id(::google::protobuf::int32 value) { set_has_terminal_id(); terminal_id_ = value; // @@protoc_insertion_point(field_set:message.Store_command_response_msg.terminal_id) } // required .message.Error_manager code = 3; inline bool Store_command_response_msg::has_code() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Store_command_response_msg::set_has_code() { _has_bits_[0] |= 0x00000002u; } inline void Store_command_response_msg::clear_has_code() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Error_manager& Store_command_response_msg::code() const { const ::message::Error_manager* p = code_; // @@protoc_insertion_point(field_get:message.Store_command_response_msg.code) return p != NULL ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline ::message::Error_manager* Store_command_response_msg::release_code() { // @@protoc_insertion_point(field_release:message.Store_command_response_msg.code) clear_has_code(); ::message::Error_manager* temp = code_; code_ = NULL; return temp; } inline ::message::Error_manager* Store_command_response_msg::mutable_code() { set_has_code(); if (code_ == NULL) { code_ = new ::message::Error_manager; } // @@protoc_insertion_point(field_mutable:message.Store_command_response_msg.code) return code_; } inline void Store_command_response_msg::set_allocated_code(::message::Error_manager* code) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(code_); } if (code) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { code = ::google::protobuf::internal::GetOwnedMessage( message_arena, code, submessage_arena); } set_has_code(); } else { clear_has_code(); } code_ = code; // @@protoc_insertion_point(field_set_allocated:message.Store_command_response_msg.code) } // ------------------------------------------------------------------- // Pickup_command_request_msg // required .message.Base_info base_info = 1; inline bool Pickup_command_request_msg::has_base_info() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Pickup_command_request_msg::set_has_base_info() { _has_bits_[0] |= 0x00000001u; } inline void Pickup_command_request_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000001u; } inline const ::message::Base_info& Pickup_command_request_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Pickup_command_request_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Pickup_command_request_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Pickup_command_request_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Pickup_command_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.Pickup_command_request_msg.base_info) return base_info_; } inline void Pickup_command_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.Pickup_command_request_msg.base_info) } // required int32 terminal_id = 2; inline bool Pickup_command_request_msg::has_terminal_id() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Pickup_command_request_msg::set_has_terminal_id() { _has_bits_[0] |= 0x00000004u; } inline void Pickup_command_request_msg::clear_has_terminal_id() { _has_bits_[0] &= ~0x00000004u; } inline void Pickup_command_request_msg::clear_terminal_id() { terminal_id_ = 0; clear_has_terminal_id(); } inline ::google::protobuf::int32 Pickup_command_request_msg::terminal_id() const { // @@protoc_insertion_point(field_get:message.Pickup_command_request_msg.terminal_id) return terminal_id_; } inline void Pickup_command_request_msg::set_terminal_id(::google::protobuf::int32 value) { set_has_terminal_id(); terminal_id_ = value; // @@protoc_insertion_point(field_set:message.Pickup_command_request_msg.terminal_id) } // required .message.Car_info car_info = 4; inline bool Pickup_command_request_msg::has_car_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Pickup_command_request_msg::set_has_car_info() { _has_bits_[0] |= 0x00000002u; } inline void Pickup_command_request_msg::clear_has_car_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Car_info& Pickup_command_request_msg::car_info() const { const ::message::Car_info* p = car_info_; // @@protoc_insertion_point(field_get:message.Pickup_command_request_msg.car_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Car_info_default_instance_); } inline ::message::Car_info* Pickup_command_request_msg::release_car_info() { // @@protoc_insertion_point(field_release:message.Pickup_command_request_msg.car_info) clear_has_car_info(); ::message::Car_info* temp = car_info_; car_info_ = NULL; return temp; } inline ::message::Car_info* Pickup_command_request_msg::mutable_car_info() { set_has_car_info(); if (car_info_ == NULL) { car_info_ = new ::message::Car_info; } // @@protoc_insertion_point(field_mutable:message.Pickup_command_request_msg.car_info) return car_info_; } inline void Pickup_command_request_msg::set_allocated_car_info(::message::Car_info* car_info) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(car_info_); } if (car_info) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { car_info = ::google::protobuf::internal::GetOwnedMessage( message_arena, car_info, submessage_arena); } set_has_car_info(); } else { clear_has_car_info(); } car_info_ = car_info; // @@protoc_insertion_point(field_set_allocated:message.Pickup_command_request_msg.car_info) } // ------------------------------------------------------------------- // Pickup_command_response_msg // required .message.Base_info base_info = 1; inline bool Pickup_command_response_msg::has_base_info() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Pickup_command_response_msg::set_has_base_info() { _has_bits_[0] |= 0x00000001u; } inline void Pickup_command_response_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000001u; } inline const ::message::Base_info& Pickup_command_response_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Pickup_command_response_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Pickup_command_response_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Pickup_command_response_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Pickup_command_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.Pickup_command_response_msg.base_info) return base_info_; } inline void Pickup_command_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.Pickup_command_response_msg.base_info) } // required int32 terminal_id = 2; inline bool Pickup_command_response_msg::has_terminal_id() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Pickup_command_response_msg::set_has_terminal_id() { _has_bits_[0] |= 0x00000004u; } inline void Pickup_command_response_msg::clear_has_terminal_id() { _has_bits_[0] &= ~0x00000004u; } inline void Pickup_command_response_msg::clear_terminal_id() { terminal_id_ = 0; clear_has_terminal_id(); } inline ::google::protobuf::int32 Pickup_command_response_msg::terminal_id() const { // @@protoc_insertion_point(field_get:message.Pickup_command_response_msg.terminal_id) return terminal_id_; } inline void Pickup_command_response_msg::set_terminal_id(::google::protobuf::int32 value) { set_has_terminal_id(); terminal_id_ = value; // @@protoc_insertion_point(field_set:message.Pickup_command_response_msg.terminal_id) } // required .message.Error_manager code = 3; inline bool Pickup_command_response_msg::has_code() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Pickup_command_response_msg::set_has_code() { _has_bits_[0] |= 0x00000002u; } inline void Pickup_command_response_msg::clear_has_code() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Error_manager& Pickup_command_response_msg::code() const { const ::message::Error_manager* p = code_; // @@protoc_insertion_point(field_get:message.Pickup_command_response_msg.code) return p != NULL ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline ::message::Error_manager* Pickup_command_response_msg::release_code() { // @@protoc_insertion_point(field_release:message.Pickup_command_response_msg.code) clear_has_code(); ::message::Error_manager* temp = code_; code_ = NULL; return temp; } inline ::message::Error_manager* Pickup_command_response_msg::mutable_code() { set_has_code(); if (code_ == NULL) { code_ = new ::message::Error_manager; } // @@protoc_insertion_point(field_mutable:message.Pickup_command_response_msg.code) return code_; } inline void Pickup_command_response_msg::set_allocated_code(::message::Error_manager* code) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(code_); } if (code) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { code = ::google::protobuf::internal::GetOwnedMessage( message_arena, code, submessage_arena); } set_has_code(); } else { clear_has_code(); } code_ = code; // @@protoc_insertion_point(field_set_allocated:message.Pickup_command_response_msg.code) } #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ // ------------------------------------------------------------------- // ------------------------------------------------------------------- // ------------------------------------------------------------------- // @@protoc_insertion_point(namespace_scope) } // namespace message // @@protoc_insertion_point(global_scope) #endif // PROTOBUF_terminal_5fmessage_2eproto__INCLUDED