// Generated by the protocol buffer compiler. DO NOT EDIT! // source: notify_message.proto #ifndef PROTOBUF_notify_5fmessage_2eproto__INCLUDED #define PROTOBUF_notify_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" #include "singlechip_msg.pb.h" // @@protoc_insertion_point(includes) namespace protobuf_notify_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 InitDefaultsNotify_request_msgImpl(); void InitDefaultsNotify_request_msg(); void InitDefaultsNotify_response_msgImpl(); void InitDefaultsNotify_response_msg(); void InitDefaultsNotify_status_msgImpl(); void InitDefaultsNotify_status_msg(); inline void InitDefaults() { InitDefaultsNotify_request_msg(); InitDefaultsNotify_response_msg(); InitDefaultsNotify_status_msg(); } } // namespace protobuf_notify_5fmessage_2eproto namespace message { class Notify_request_msg; class Notify_request_msgDefaultTypeInternal; extern Notify_request_msgDefaultTypeInternal _Notify_request_msg_default_instance_; class Notify_response_msg; class Notify_response_msgDefaultTypeInternal; extern Notify_response_msgDefaultTypeInternal _Notify_response_msg_default_instance_; class Notify_status_msg; class Notify_status_msgDefaultTypeInternal; extern Notify_status_msgDefaultTypeInternal _Notify_status_msg_default_instance_; } // namespace message namespace message { // =================================================================== class Notify_request_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Notify_request_msg) */ { public: Notify_request_msg(); virtual ~Notify_request_msg(); Notify_request_msg(const Notify_request_msg& from); inline Notify_request_msg& operator=(const Notify_request_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Notify_request_msg(Notify_request_msg&& from) noexcept : Notify_request_msg() { *this = ::std::move(from); } inline Notify_request_msg& operator=(Notify_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 Notify_request_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Notify_request_msg* internal_default_instance() { return reinterpret_cast( &_Notify_request_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 0; void Swap(Notify_request_msg* other); friend void swap(Notify_request_msg& a, Notify_request_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Notify_request_msg* New() const PROTOBUF_FINAL { return New(NULL); } Notify_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 Notify_request_msg& from); void MergeFrom(const Notify_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(Notify_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 string command_key = 2; bool has_command_key() const; void clear_command_key(); static const int kCommandKeyFieldNumber = 2; const ::std::string& command_key() const; void set_command_key(const ::std::string& value); #if LANG_CXX11 void set_command_key(::std::string&& value); #endif void set_command_key(const char* value); void set_command_key(const char* value, size_t size); ::std::string* mutable_command_key(); ::std::string* release_command_key(); void set_allocated_command_key(::std::string* command_key); // 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.Id_struct id_struct = 3; bool has_id_struct() const; void clear_id_struct(); static const int kIdStructFieldNumber = 3; const ::message::Id_struct& id_struct() const; ::message::Id_struct* release_id_struct(); ::message::Id_struct* mutable_id_struct(); void set_allocated_id_struct(::message::Id_struct* id_struct); // 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); // @@protoc_insertion_point(class_scope:message.Notify_request_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_command_key(); void clear_has_command_key(); void set_has_id_struct(); void clear_has_id_struct(); 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_; ::google::protobuf::internal::ArenaStringPtr command_key_; ::message::Base_info* base_info_; ::message::Id_struct* id_struct_; ::message::Car_info* car_info_; friend struct ::protobuf_notify_5fmessage_2eproto::TableStruct; friend void ::protobuf_notify_5fmessage_2eproto::InitDefaultsNotify_request_msgImpl(); }; // ------------------------------------------------------------------- class Notify_response_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Notify_response_msg) */ { public: Notify_response_msg(); virtual ~Notify_response_msg(); Notify_response_msg(const Notify_response_msg& from); inline Notify_response_msg& operator=(const Notify_response_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Notify_response_msg(Notify_response_msg&& from) noexcept : Notify_response_msg() { *this = ::std::move(from); } inline Notify_response_msg& operator=(Notify_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 Notify_response_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Notify_response_msg* internal_default_instance() { return reinterpret_cast( &_Notify_response_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 1; void Swap(Notify_response_msg* other); friend void swap(Notify_response_msg& a, Notify_response_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Notify_response_msg* New() const PROTOBUF_FINAL { return New(NULL); } Notify_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 Notify_response_msg& from); void MergeFrom(const Notify_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(Notify_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 string command_key = 2; bool has_command_key() const; void clear_command_key(); static const int kCommandKeyFieldNumber = 2; const ::std::string& command_key() const; void set_command_key(const ::std::string& value); #if LANG_CXX11 void set_command_key(::std::string&& value); #endif void set_command_key(const char* value); void set_command_key(const char* value, size_t size); ::std::string* mutable_command_key(); ::std::string* release_command_key(); void set_allocated_command_key(::std::string* command_key); // 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.Id_struct id_struct = 3; bool has_id_struct() const; void clear_id_struct(); static const int kIdStructFieldNumber = 3; const ::message::Id_struct& id_struct() const; ::message::Id_struct* release_id_struct(); ::message::Id_struct* mutable_id_struct(); void set_allocated_id_struct(::message::Id_struct* id_struct); // required .message.Error_manager code = 4; bool has_code() const; void clear_code(); static const int kCodeFieldNumber = 4; const ::message::Error_manager& code() const; ::message::Error_manager* release_code(); ::message::Error_manager* mutable_code(); void set_allocated_code(::message::Error_manager* code); // @@protoc_insertion_point(class_scope:message.Notify_response_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_command_key(); void clear_has_command_key(); void set_has_id_struct(); void clear_has_id_struct(); 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_; ::google::protobuf::internal::ArenaStringPtr command_key_; ::message::Base_info* base_info_; ::message::Id_struct* id_struct_; ::message::Error_manager* code_; friend struct ::protobuf_notify_5fmessage_2eproto::TableStruct; friend void ::protobuf_notify_5fmessage_2eproto::InitDefaultsNotify_response_msgImpl(); }; // ------------------------------------------------------------------- class Notify_status_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Notify_status_msg) */ { public: Notify_status_msg(); virtual ~Notify_status_msg(); Notify_status_msg(const Notify_status_msg& from); inline Notify_status_msg& operator=(const Notify_status_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Notify_status_msg(Notify_status_msg&& from) noexcept : Notify_status_msg() { *this = ::std::move(from); } inline Notify_status_msg& operator=(Notify_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 Notify_status_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Notify_status_msg* internal_default_instance() { return reinterpret_cast( &_Notify_status_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 2; void Swap(Notify_status_msg* other); friend void swap(Notify_status_msg& a, Notify_status_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Notify_status_msg* New() const PROTOBUF_FINAL { return New(NULL); } Notify_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 Notify_status_msg& from); void MergeFrom(const Notify_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(Notify_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 ------------------------------------------------------- // 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.Id_struct id_struct = 2; bool has_id_struct() const; void clear_id_struct(); static const int kIdStructFieldNumber = 2; const ::message::Id_struct& id_struct() const; ::message::Id_struct* release_id_struct(); ::message::Id_struct* mutable_id_struct(); void set_allocated_id_struct(::message::Id_struct* id_struct); // required .message.Error_manager error_manager = 3; bool has_error_manager() const; void clear_error_manager(); static const int kErrorManagerFieldNumber = 3; 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); // optional .message.Singlechip_data singlechipData = 4; bool has_singlechipdata() const; void clear_singlechipdata(); static const int kSinglechipDataFieldNumber = 4; const ::message::Singlechip_data& singlechipdata() const; ::message::Singlechip_data* release_singlechipdata(); ::message::Singlechip_data* mutable_singlechipdata(); void set_allocated_singlechipdata(::message::Singlechip_data* singlechipdata); // optional bool singlechip_validity = 5; bool has_singlechip_validity() const; void clear_singlechip_validity(); static const int kSinglechipValidityFieldNumber = 5; bool singlechip_validity() const; void set_singlechip_validity(bool value); // @@protoc_insertion_point(class_scope:message.Notify_status_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_id_struct(); void clear_has_id_struct(); void set_has_error_manager(); void clear_has_error_manager(); void set_has_singlechipdata(); void clear_has_singlechipdata(); void set_has_singlechip_validity(); void clear_has_singlechip_validity(); // 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::Id_struct* id_struct_; ::message::Error_manager* error_manager_; ::message::Singlechip_data* singlechipdata_; bool singlechip_validity_; friend struct ::protobuf_notify_5fmessage_2eproto::TableStruct; friend void ::protobuf_notify_5fmessage_2eproto::InitDefaultsNotify_status_msgImpl(); }; // =================================================================== // =================================================================== #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ // Notify_request_msg // required .message.Base_info base_info = 1; inline bool Notify_request_msg::has_base_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Notify_request_msg::set_has_base_info() { _has_bits_[0] |= 0x00000002u; } inline void Notify_request_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Base_info& Notify_request_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Notify_request_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Notify_request_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Notify_request_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Notify_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.Notify_request_msg.base_info) return base_info_; } inline void Notify_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.Notify_request_msg.base_info) } // required string command_key = 2; inline bool Notify_request_msg::has_command_key() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Notify_request_msg::set_has_command_key() { _has_bits_[0] |= 0x00000001u; } inline void Notify_request_msg::clear_has_command_key() { _has_bits_[0] &= ~0x00000001u; } inline void Notify_request_msg::clear_command_key() { command_key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_command_key(); } inline const ::std::string& Notify_request_msg::command_key() const { // @@protoc_insertion_point(field_get:message.Notify_request_msg.command_key) return command_key_.GetNoArena(); } inline void Notify_request_msg::set_command_key(const ::std::string& value) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:message.Notify_request_msg.command_key) } #if LANG_CXX11 inline void Notify_request_msg::set_command_key(::std::string&& value) { set_has_command_key(); command_key_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:message.Notify_request_msg.command_key) } #endif inline void Notify_request_msg::set_command_key(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:message.Notify_request_msg.command_key) } inline void Notify_request_msg::set_command_key(const char* value, size_t size) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:message.Notify_request_msg.command_key) } inline ::std::string* Notify_request_msg::mutable_command_key() { set_has_command_key(); // @@protoc_insertion_point(field_mutable:message.Notify_request_msg.command_key) return command_key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Notify_request_msg::release_command_key() { // @@protoc_insertion_point(field_release:message.Notify_request_msg.command_key) clear_has_command_key(); return command_key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Notify_request_msg::set_allocated_command_key(::std::string* command_key) { if (command_key != NULL) { set_has_command_key(); } else { clear_has_command_key(); } command_key_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), command_key); // @@protoc_insertion_point(field_set_allocated:message.Notify_request_msg.command_key) } // required .message.Id_struct id_struct = 3; inline bool Notify_request_msg::has_id_struct() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Notify_request_msg::set_has_id_struct() { _has_bits_[0] |= 0x00000004u; } inline void Notify_request_msg::clear_has_id_struct() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Id_struct& Notify_request_msg::id_struct() const { const ::message::Id_struct* p = id_struct_; // @@protoc_insertion_point(field_get:message.Notify_request_msg.id_struct) return p != NULL ? *p : *reinterpret_cast( &::message::_Id_struct_default_instance_); } inline ::message::Id_struct* Notify_request_msg::release_id_struct() { // @@protoc_insertion_point(field_release:message.Notify_request_msg.id_struct) clear_has_id_struct(); ::message::Id_struct* temp = id_struct_; id_struct_ = NULL; return temp; } inline ::message::Id_struct* Notify_request_msg::mutable_id_struct() { set_has_id_struct(); if (id_struct_ == NULL) { id_struct_ = new ::message::Id_struct; } // @@protoc_insertion_point(field_mutable:message.Notify_request_msg.id_struct) return id_struct_; } inline void Notify_request_msg::set_allocated_id_struct(::message::Id_struct* id_struct) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(id_struct_); } if (id_struct) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { id_struct = ::google::protobuf::internal::GetOwnedMessage( message_arena, id_struct, submessage_arena); } set_has_id_struct(); } else { clear_has_id_struct(); } id_struct_ = id_struct; // @@protoc_insertion_point(field_set_allocated:message.Notify_request_msg.id_struct) } // required .message.Car_info car_info = 4; inline bool Notify_request_msg::has_car_info() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Notify_request_msg::set_has_car_info() { _has_bits_[0] |= 0x00000008u; } inline void Notify_request_msg::clear_has_car_info() { _has_bits_[0] &= ~0x00000008u; } inline const ::message::Car_info& Notify_request_msg::car_info() const { const ::message::Car_info* p = car_info_; // @@protoc_insertion_point(field_get:message.Notify_request_msg.car_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Car_info_default_instance_); } inline ::message::Car_info* Notify_request_msg::release_car_info() { // @@protoc_insertion_point(field_release:message.Notify_request_msg.car_info) clear_has_car_info(); ::message::Car_info* temp = car_info_; car_info_ = NULL; return temp; } inline ::message::Car_info* Notify_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.Notify_request_msg.car_info) return car_info_; } inline void Notify_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.Notify_request_msg.car_info) } // ------------------------------------------------------------------- // Notify_response_msg // required .message.Base_info base_info = 1; inline bool Notify_response_msg::has_base_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Notify_response_msg::set_has_base_info() { _has_bits_[0] |= 0x00000002u; } inline void Notify_response_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Base_info& Notify_response_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Notify_response_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Notify_response_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Notify_response_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Notify_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.Notify_response_msg.base_info) return base_info_; } inline void Notify_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.Notify_response_msg.base_info) } // required string command_key = 2; inline bool Notify_response_msg::has_command_key() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Notify_response_msg::set_has_command_key() { _has_bits_[0] |= 0x00000001u; } inline void Notify_response_msg::clear_has_command_key() { _has_bits_[0] &= ~0x00000001u; } inline void Notify_response_msg::clear_command_key() { command_key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_command_key(); } inline const ::std::string& Notify_response_msg::command_key() const { // @@protoc_insertion_point(field_get:message.Notify_response_msg.command_key) return command_key_.GetNoArena(); } inline void Notify_response_msg::set_command_key(const ::std::string& value) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:message.Notify_response_msg.command_key) } #if LANG_CXX11 inline void Notify_response_msg::set_command_key(::std::string&& value) { set_has_command_key(); command_key_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:message.Notify_response_msg.command_key) } #endif inline void Notify_response_msg::set_command_key(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:message.Notify_response_msg.command_key) } inline void Notify_response_msg::set_command_key(const char* value, size_t size) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:message.Notify_response_msg.command_key) } inline ::std::string* Notify_response_msg::mutable_command_key() { set_has_command_key(); // @@protoc_insertion_point(field_mutable:message.Notify_response_msg.command_key) return command_key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Notify_response_msg::release_command_key() { // @@protoc_insertion_point(field_release:message.Notify_response_msg.command_key) clear_has_command_key(); return command_key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Notify_response_msg::set_allocated_command_key(::std::string* command_key) { if (command_key != NULL) { set_has_command_key(); } else { clear_has_command_key(); } command_key_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), command_key); // @@protoc_insertion_point(field_set_allocated:message.Notify_response_msg.command_key) } // required .message.Id_struct id_struct = 3; inline bool Notify_response_msg::has_id_struct() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Notify_response_msg::set_has_id_struct() { _has_bits_[0] |= 0x00000004u; } inline void Notify_response_msg::clear_has_id_struct() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Id_struct& Notify_response_msg::id_struct() const { const ::message::Id_struct* p = id_struct_; // @@protoc_insertion_point(field_get:message.Notify_response_msg.id_struct) return p != NULL ? *p : *reinterpret_cast( &::message::_Id_struct_default_instance_); } inline ::message::Id_struct* Notify_response_msg::release_id_struct() { // @@protoc_insertion_point(field_release:message.Notify_response_msg.id_struct) clear_has_id_struct(); ::message::Id_struct* temp = id_struct_; id_struct_ = NULL; return temp; } inline ::message::Id_struct* Notify_response_msg::mutable_id_struct() { set_has_id_struct(); if (id_struct_ == NULL) { id_struct_ = new ::message::Id_struct; } // @@protoc_insertion_point(field_mutable:message.Notify_response_msg.id_struct) return id_struct_; } inline void Notify_response_msg::set_allocated_id_struct(::message::Id_struct* id_struct) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(id_struct_); } if (id_struct) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { id_struct = ::google::protobuf::internal::GetOwnedMessage( message_arena, id_struct, submessage_arena); } set_has_id_struct(); } else { clear_has_id_struct(); } id_struct_ = id_struct; // @@protoc_insertion_point(field_set_allocated:message.Notify_response_msg.id_struct) } // required .message.Error_manager code = 4; inline bool Notify_response_msg::has_code() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Notify_response_msg::set_has_code() { _has_bits_[0] |= 0x00000008u; } inline void Notify_response_msg::clear_has_code() { _has_bits_[0] &= ~0x00000008u; } inline const ::message::Error_manager& Notify_response_msg::code() const { const ::message::Error_manager* p = code_; // @@protoc_insertion_point(field_get:message.Notify_response_msg.code) return p != NULL ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline ::message::Error_manager* Notify_response_msg::release_code() { // @@protoc_insertion_point(field_release:message.Notify_response_msg.code) clear_has_code(); ::message::Error_manager* temp = code_; code_ = NULL; return temp; } inline ::message::Error_manager* Notify_response_msg::mutable_code() { set_has_code(); if (code_ == NULL) { code_ = new ::message::Error_manager; } // @@protoc_insertion_point(field_mutable:message.Notify_response_msg.code) return code_; } inline void Notify_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.Notify_response_msg.code) } // ------------------------------------------------------------------- // Notify_status_msg // required .message.Base_info base_info = 1; inline bool Notify_status_msg::has_base_info() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Notify_status_msg::set_has_base_info() { _has_bits_[0] |= 0x00000001u; } inline void Notify_status_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000001u; } inline const ::message::Base_info& Notify_status_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Notify_status_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Notify_status_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Notify_status_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Notify_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.Notify_status_msg.base_info) return base_info_; } inline void Notify_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.Notify_status_msg.base_info) } // required .message.Id_struct id_struct = 2; inline bool Notify_status_msg::has_id_struct() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Notify_status_msg::set_has_id_struct() { _has_bits_[0] |= 0x00000002u; } inline void Notify_status_msg::clear_has_id_struct() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Id_struct& Notify_status_msg::id_struct() const { const ::message::Id_struct* p = id_struct_; // @@protoc_insertion_point(field_get:message.Notify_status_msg.id_struct) return p != NULL ? *p : *reinterpret_cast( &::message::_Id_struct_default_instance_); } inline ::message::Id_struct* Notify_status_msg::release_id_struct() { // @@protoc_insertion_point(field_release:message.Notify_status_msg.id_struct) clear_has_id_struct(); ::message::Id_struct* temp = id_struct_; id_struct_ = NULL; return temp; } inline ::message::Id_struct* Notify_status_msg::mutable_id_struct() { set_has_id_struct(); if (id_struct_ == NULL) { id_struct_ = new ::message::Id_struct; } // @@protoc_insertion_point(field_mutable:message.Notify_status_msg.id_struct) return id_struct_; } inline void Notify_status_msg::set_allocated_id_struct(::message::Id_struct* id_struct) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(id_struct_); } if (id_struct) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { id_struct = ::google::protobuf::internal::GetOwnedMessage( message_arena, id_struct, submessage_arena); } set_has_id_struct(); } else { clear_has_id_struct(); } id_struct_ = id_struct; // @@protoc_insertion_point(field_set_allocated:message.Notify_status_msg.id_struct) } // required .message.Error_manager error_manager = 3; inline bool Notify_status_msg::has_error_manager() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Notify_status_msg::set_has_error_manager() { _has_bits_[0] |= 0x00000004u; } inline void Notify_status_msg::clear_has_error_manager() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Error_manager& Notify_status_msg::error_manager() const { const ::message::Error_manager* p = error_manager_; // @@protoc_insertion_point(field_get:message.Notify_status_msg.error_manager) return p != NULL ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline ::message::Error_manager* Notify_status_msg::release_error_manager() { // @@protoc_insertion_point(field_release:message.Notify_status_msg.error_manager) clear_has_error_manager(); ::message::Error_manager* temp = error_manager_; error_manager_ = NULL; return temp; } inline ::message::Error_manager* Notify_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.Notify_status_msg.error_manager) return error_manager_; } inline void Notify_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.Notify_status_msg.error_manager) } // optional .message.Singlechip_data singlechipData = 4; inline bool Notify_status_msg::has_singlechipdata() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Notify_status_msg::set_has_singlechipdata() { _has_bits_[0] |= 0x00000008u; } inline void Notify_status_msg::clear_has_singlechipdata() { _has_bits_[0] &= ~0x00000008u; } inline const ::message::Singlechip_data& Notify_status_msg::singlechipdata() const { const ::message::Singlechip_data* p = singlechipdata_; // @@protoc_insertion_point(field_get:message.Notify_status_msg.singlechipData) return p != NULL ? *p : *reinterpret_cast( &::message::_Singlechip_data_default_instance_); } inline ::message::Singlechip_data* Notify_status_msg::release_singlechipdata() { // @@protoc_insertion_point(field_release:message.Notify_status_msg.singlechipData) clear_has_singlechipdata(); ::message::Singlechip_data* temp = singlechipdata_; singlechipdata_ = NULL; return temp; } inline ::message::Singlechip_data* Notify_status_msg::mutable_singlechipdata() { set_has_singlechipdata(); if (singlechipdata_ == NULL) { singlechipdata_ = new ::message::Singlechip_data; } // @@protoc_insertion_point(field_mutable:message.Notify_status_msg.singlechipData) return singlechipdata_; } inline void Notify_status_msg::set_allocated_singlechipdata(::message::Singlechip_data* singlechipdata) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(singlechipdata_); } if (singlechipdata) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { singlechipdata = ::google::protobuf::internal::GetOwnedMessage( message_arena, singlechipdata, submessage_arena); } set_has_singlechipdata(); } else { clear_has_singlechipdata(); } singlechipdata_ = singlechipdata; // @@protoc_insertion_point(field_set_allocated:message.Notify_status_msg.singlechipData) } // optional bool singlechip_validity = 5; inline bool Notify_status_msg::has_singlechip_validity() const { return (_has_bits_[0] & 0x00000010u) != 0; } inline void Notify_status_msg::set_has_singlechip_validity() { _has_bits_[0] |= 0x00000010u; } inline void Notify_status_msg::clear_has_singlechip_validity() { _has_bits_[0] &= ~0x00000010u; } inline void Notify_status_msg::clear_singlechip_validity() { singlechip_validity_ = false; clear_has_singlechip_validity(); } inline bool Notify_status_msg::singlechip_validity() const { // @@protoc_insertion_point(field_get:message.Notify_status_msg.singlechip_validity) return singlechip_validity_; } inline void Notify_status_msg::set_singlechip_validity(bool value) { set_has_singlechip_validity(); singlechip_validity_ = value; // @@protoc_insertion_point(field_set:message.Notify_status_msg.singlechip_validity) } #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ // ------------------------------------------------------------------- // ------------------------------------------------------------------- // @@protoc_insertion_point(namespace_scope) } // namespace message // @@protoc_insertion_point(global_scope) #endif // PROTOBUF_notify_5fmessage_2eproto__INCLUDED