// Generated by the protocol buffer compiler. DO NOT EDIT! // source: dispatch_message.proto #ifndef PROTOBUF_dispatch_5fmessage_2eproto__INCLUDED #define PROTOBUF_dispatch_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 #include "message_base.pb.h" // @@protoc_insertion_point(includes) namespace protobuf_dispatch_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 InitDefaultsCarrier_positionImpl(); void InitDefaultsCarrier_position(); void InitDefaultsDispatch_status_msgImpl(); void InitDefaultsDispatch_status_msg(); void InitDefaultsDispatch_request_msgImpl(); void InitDefaultsDispatch_request_msg(); void InitDefaultsDispatch_response_msgImpl(); void InitDefaultsDispatch_response_msg(); inline void InitDefaults() { InitDefaultsCarrier_position(); InitDefaultsDispatch_status_msg(); InitDefaultsDispatch_request_msg(); InitDefaultsDispatch_response_msg(); } } // namespace protobuf_dispatch_5fmessage_2eproto namespace message { class Carrier_position; class Carrier_positionDefaultTypeInternal; extern Carrier_positionDefaultTypeInternal _Carrier_position_default_instance_; class Dispatch_request_msg; class Dispatch_request_msgDefaultTypeInternal; extern Dispatch_request_msgDefaultTypeInternal _Dispatch_request_msg_default_instance_; class Dispatch_response_msg; class Dispatch_response_msgDefaultTypeInternal; extern Dispatch_response_msgDefaultTypeInternal _Dispatch_response_msg_default_instance_; class Dispatch_status_msg; class Dispatch_status_msgDefaultTypeInternal; extern Dispatch_status_msgDefaultTypeInternal _Dispatch_status_msg_default_instance_; } // namespace message namespace message { enum Dispatch_manager_status { E_DISPATCH_MANAGER_UNKNOW = 0, E_DISPATCH_MANAGER_READY = 1, E_DISPATCH_MANAGER_STORE = 2, E_DISPATCH_MANAGER_PICKUP = 3, E_DISPATCH_MANAGER_FAULT = 10 }; bool Dispatch_manager_status_IsValid(int value); const Dispatch_manager_status Dispatch_manager_status_MIN = E_DISPATCH_MANAGER_UNKNOW; const Dispatch_manager_status Dispatch_manager_status_MAX = E_DISPATCH_MANAGER_FAULT; const int Dispatch_manager_status_ARRAYSIZE = Dispatch_manager_status_MAX + 1; const ::google::protobuf::EnumDescriptor* Dispatch_manager_status_descriptor(); inline const ::std::string& Dispatch_manager_status_Name(Dispatch_manager_status value) { return ::google::protobuf::internal::NameOfEnum( Dispatch_manager_status_descriptor(), value); } inline bool Dispatch_manager_status_Parse( const ::std::string& name, Dispatch_manager_status* value) { return ::google::protobuf::internal::ParseNamedEnum( Dispatch_manager_status_descriptor(), name, value); } enum Carrier_status { E_CARRIER_UNKNOW = 0, E_CARRIER_READY = 1, E_CARRIER_STORE = 2, E_CARRIER_PICKUP = 3, E_CARRIER_FAULT = 10 }; bool Carrier_status_IsValid(int value); const Carrier_status Carrier_status_MIN = E_CARRIER_UNKNOW; const Carrier_status Carrier_status_MAX = E_CARRIER_FAULT; const int Carrier_status_ARRAYSIZE = Carrier_status_MAX + 1; const ::google::protobuf::EnumDescriptor* Carrier_status_descriptor(); inline const ::std::string& Carrier_status_Name(Carrier_status value) { return ::google::protobuf::internal::NameOfEnum( Carrier_status_descriptor(), value); } inline bool Carrier_status_Parse( const ::std::string& name, Carrier_status* value) { return ::google::protobuf::internal::ParseNamedEnum( Carrier_status_descriptor(), name, value); } enum Dispatch_motion_direction { E_STORE_CAR = 0, E_PICKUP_CAR = 1 }; bool Dispatch_motion_direction_IsValid(int value); const Dispatch_motion_direction Dispatch_motion_direction_MIN = E_STORE_CAR; const Dispatch_motion_direction Dispatch_motion_direction_MAX = E_PICKUP_CAR; const int Dispatch_motion_direction_ARRAYSIZE = Dispatch_motion_direction_MAX + 1; const ::google::protobuf::EnumDescriptor* Dispatch_motion_direction_descriptor(); inline const ::std::string& Dispatch_motion_direction_Name(Dispatch_motion_direction value) { return ::google::protobuf::internal::NameOfEnum( Dispatch_motion_direction_descriptor(), value); } inline bool Dispatch_motion_direction_Parse( const ::std::string& name, Dispatch_motion_direction* value) { return ::google::protobuf::internal::ParseNamedEnum( Dispatch_motion_direction_descriptor(), name, value); } // =================================================================== class Carrier_position : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Carrier_position) */ { public: Carrier_position(); virtual ~Carrier_position(); Carrier_position(const Carrier_position& from); inline Carrier_position& operator=(const Carrier_position& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Carrier_position(Carrier_position&& from) noexcept : Carrier_position() { *this = ::std::move(from); } inline Carrier_position& operator=(Carrier_position&& 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 Carrier_position& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Carrier_position* internal_default_instance() { return reinterpret_cast( &_Carrier_position_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 0; void Swap(Carrier_position* other); friend void swap(Carrier_position& a, Carrier_position& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Carrier_position* New() const PROTOBUF_FINAL { return New(NULL); } Carrier_position* 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 Carrier_position& from); void MergeFrom(const Carrier_position& 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(Carrier_position* 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 float x = 1; bool has_x() const; void clear_x(); static const int kXFieldNumber = 1; float x() const; void set_x(float value); // required float y = 2; bool has_y() const; void clear_y(); static const int kYFieldNumber = 2; float y() const; void set_y(float value); // required float z = 3; bool has_z() const; void clear_z(); static const int kZFieldNumber = 3; float z() const; void set_z(float value); // @@protoc_insertion_point(class_scope:message.Carrier_position) private: void set_has_x(); void clear_has_x(); void set_has_y(); void clear_has_y(); void set_has_z(); void clear_has_z(); // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable int _cached_size_; float x_; float y_; float z_; friend struct ::protobuf_dispatch_5fmessage_2eproto::TableStruct; friend void ::protobuf_dispatch_5fmessage_2eproto::InitDefaultsCarrier_positionImpl(); }; // ------------------------------------------------------------------- class Dispatch_status_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Dispatch_status_msg) */ { public: Dispatch_status_msg(); virtual ~Dispatch_status_msg(); Dispatch_status_msg(const Dispatch_status_msg& from); inline Dispatch_status_msg& operator=(const Dispatch_status_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Dispatch_status_msg(Dispatch_status_msg&& from) noexcept : Dispatch_status_msg() { *this = ::std::move(from); } inline Dispatch_status_msg& operator=(Dispatch_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 Dispatch_status_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Dispatch_status_msg* internal_default_instance() { return reinterpret_cast( &_Dispatch_status_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 1; void Swap(Dispatch_status_msg* other); friend void swap(Dispatch_status_msg& a, Dispatch_status_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Dispatch_status_msg* New() const PROTOBUF_FINAL { return New(NULL); } Dispatch_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 Dispatch_status_msg& from); void MergeFrom(const Dispatch_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(Dispatch_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.Dispatch_manager_status dispatch_manager_status = 2; bool has_dispatch_manager_status() const; void clear_dispatch_manager_status(); static const int kDispatchManagerStatusFieldNumber = 2; ::message::Dispatch_manager_status dispatch_manager_status() const; void set_dispatch_manager_status(::message::Dispatch_manager_status value); // @@protoc_insertion_point(class_scope:message.Dispatch_status_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_dispatch_manager_status(); void clear_has_dispatch_manager_status(); // 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_; int dispatch_manager_status_; friend struct ::protobuf_dispatch_5fmessage_2eproto::TableStruct; friend void ::protobuf_dispatch_5fmessage_2eproto::InitDefaultsDispatch_status_msgImpl(); }; // ------------------------------------------------------------------- class Dispatch_request_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Dispatch_request_msg) */ { public: Dispatch_request_msg(); virtual ~Dispatch_request_msg(); Dispatch_request_msg(const Dispatch_request_msg& from); inline Dispatch_request_msg& operator=(const Dispatch_request_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Dispatch_request_msg(Dispatch_request_msg&& from) noexcept : Dispatch_request_msg() { *this = ::std::move(from); } inline Dispatch_request_msg& operator=(Dispatch_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 Dispatch_request_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Dispatch_request_msg* internal_default_instance() { return reinterpret_cast( &_Dispatch_request_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 2; void Swap(Dispatch_request_msg* other); friend void swap(Dispatch_request_msg& a, Dispatch_request_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Dispatch_request_msg* New() const PROTOBUF_FINAL { return New(NULL); } Dispatch_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 Dispatch_request_msg& from); void MergeFrom(const Dispatch_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(Dispatch_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); // optional .message.Locate_information locate_information = 6; bool has_locate_information() const; void clear_locate_information(); static const int kLocateInformationFieldNumber = 6; 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 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 .message.Dispatch_motion_direction dispatch_motion_direction = 3; bool has_dispatch_motion_direction() const; void clear_dispatch_motion_direction(); static const int kDispatchMotionDirectionFieldNumber = 3; ::message::Dispatch_motion_direction dispatch_motion_direction() const; void set_dispatch_motion_direction(::message::Dispatch_motion_direction value); // required int32 terminal_id = 4; bool has_terminal_id() const; void clear_terminal_id(); static const int kTerminalIdFieldNumber = 4; ::google::protobuf::int32 terminal_id() const; void set_terminal_id(::google::protobuf::int32 value); // required int32 parkspace_id = 5; bool has_parkspace_id() const; void clear_parkspace_id(); static const int kParkspaceIdFieldNumber = 5; ::google::protobuf::int32 parkspace_id() const; void set_parkspace_id(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:message.Dispatch_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_dispatch_motion_direction(); void clear_has_dispatch_motion_direction(); void set_has_terminal_id(); void clear_has_terminal_id(); void set_has_parkspace_id(); void clear_has_parkspace_id(); void set_has_locate_information(); void clear_has_locate_information(); // 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_; ::google::protobuf::int32 command_id_; int dispatch_motion_direction_; ::google::protobuf::int32 terminal_id_; ::google::protobuf::int32 parkspace_id_; friend struct ::protobuf_dispatch_5fmessage_2eproto::TableStruct; friend void ::protobuf_dispatch_5fmessage_2eproto::InitDefaultsDispatch_request_msgImpl(); }; // ------------------------------------------------------------------- class Dispatch_response_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Dispatch_response_msg) */ { public: Dispatch_response_msg(); virtual ~Dispatch_response_msg(); Dispatch_response_msg(const Dispatch_response_msg& from); inline Dispatch_response_msg& operator=(const Dispatch_response_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Dispatch_response_msg(Dispatch_response_msg&& from) noexcept : Dispatch_response_msg() { *this = ::std::move(from); } inline Dispatch_response_msg& operator=(Dispatch_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 Dispatch_response_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Dispatch_response_msg* internal_default_instance() { return reinterpret_cast( &_Dispatch_response_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 3; void Swap(Dispatch_response_msg* other); friend void swap(Dispatch_response_msg& a, Dispatch_response_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Dispatch_response_msg* New() const PROTOBUF_FINAL { return New(NULL); } Dispatch_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 Dispatch_response_msg& from); void MergeFrom(const Dispatch_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(Dispatch_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 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); // 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); // @@protoc_insertion_point(class_scope:message.Dispatch_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_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::Error_manager* error_manager_; ::google::protobuf::int32 command_id_; friend struct ::protobuf_dispatch_5fmessage_2eproto::TableStruct; friend void ::protobuf_dispatch_5fmessage_2eproto::InitDefaultsDispatch_response_msgImpl(); }; // =================================================================== // =================================================================== #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ // Carrier_position // required float x = 1; inline bool Carrier_position::has_x() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Carrier_position::set_has_x() { _has_bits_[0] |= 0x00000001u; } inline void Carrier_position::clear_has_x() { _has_bits_[0] &= ~0x00000001u; } inline void Carrier_position::clear_x() { x_ = 0; clear_has_x(); } inline float Carrier_position::x() const { // @@protoc_insertion_point(field_get:message.Carrier_position.x) return x_; } inline void Carrier_position::set_x(float value) { set_has_x(); x_ = value; // @@protoc_insertion_point(field_set:message.Carrier_position.x) } // required float y = 2; inline bool Carrier_position::has_y() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Carrier_position::set_has_y() { _has_bits_[0] |= 0x00000002u; } inline void Carrier_position::clear_has_y() { _has_bits_[0] &= ~0x00000002u; } inline void Carrier_position::clear_y() { y_ = 0; clear_has_y(); } inline float Carrier_position::y() const { // @@protoc_insertion_point(field_get:message.Carrier_position.y) return y_; } inline void Carrier_position::set_y(float value) { set_has_y(); y_ = value; // @@protoc_insertion_point(field_set:message.Carrier_position.y) } // required float z = 3; inline bool Carrier_position::has_z() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Carrier_position::set_has_z() { _has_bits_[0] |= 0x00000004u; } inline void Carrier_position::clear_has_z() { _has_bits_[0] &= ~0x00000004u; } inline void Carrier_position::clear_z() { z_ = 0; clear_has_z(); } inline float Carrier_position::z() const { // @@protoc_insertion_point(field_get:message.Carrier_position.z) return z_; } inline void Carrier_position::set_z(float value) { set_has_z(); z_ = value; // @@protoc_insertion_point(field_set:message.Carrier_position.z) } // ------------------------------------------------------------------- // Dispatch_status_msg // required .message.Base_info base_info = 1; inline bool Dispatch_status_msg::has_base_info() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Dispatch_status_msg::set_has_base_info() { _has_bits_[0] |= 0x00000001u; } inline void Dispatch_status_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000001u; } inline const ::message::Base_info& Dispatch_status_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Dispatch_status_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Dispatch_status_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Dispatch_status_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Dispatch_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.Dispatch_status_msg.base_info) return base_info_; } inline void Dispatch_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.Dispatch_status_msg.base_info) } // required .message.Dispatch_manager_status dispatch_manager_status = 2; inline bool Dispatch_status_msg::has_dispatch_manager_status() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Dispatch_status_msg::set_has_dispatch_manager_status() { _has_bits_[0] |= 0x00000002u; } inline void Dispatch_status_msg::clear_has_dispatch_manager_status() { _has_bits_[0] &= ~0x00000002u; } inline void Dispatch_status_msg::clear_dispatch_manager_status() { dispatch_manager_status_ = 0; clear_has_dispatch_manager_status(); } inline ::message::Dispatch_manager_status Dispatch_status_msg::dispatch_manager_status() const { // @@protoc_insertion_point(field_get:message.Dispatch_status_msg.dispatch_manager_status) return static_cast< ::message::Dispatch_manager_status >(dispatch_manager_status_); } inline void Dispatch_status_msg::set_dispatch_manager_status(::message::Dispatch_manager_status value) { assert(::message::Dispatch_manager_status_IsValid(value)); set_has_dispatch_manager_status(); dispatch_manager_status_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_status_msg.dispatch_manager_status) } // ------------------------------------------------------------------- // Dispatch_request_msg // required .message.Base_info base_info = 1; inline bool Dispatch_request_msg::has_base_info() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Dispatch_request_msg::set_has_base_info() { _has_bits_[0] |= 0x00000001u; } inline void Dispatch_request_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000001u; } inline const ::message::Base_info& Dispatch_request_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Dispatch_request_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Dispatch_request_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Dispatch_request_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Dispatch_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.Dispatch_request_msg.base_info) return base_info_; } inline void Dispatch_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.Dispatch_request_msg.base_info) } // required int32 command_id = 2; inline bool Dispatch_request_msg::has_command_id() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Dispatch_request_msg::set_has_command_id() { _has_bits_[0] |= 0x00000004u; } inline void Dispatch_request_msg::clear_has_command_id() { _has_bits_[0] &= ~0x00000004u; } inline void Dispatch_request_msg::clear_command_id() { command_id_ = 0; clear_has_command_id(); } inline ::google::protobuf::int32 Dispatch_request_msg::command_id() const { // @@protoc_insertion_point(field_get:message.Dispatch_request_msg.command_id) return command_id_; } inline void Dispatch_request_msg::set_command_id(::google::protobuf::int32 value) { set_has_command_id(); command_id_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_request_msg.command_id) } // required .message.Dispatch_motion_direction dispatch_motion_direction = 3; inline bool Dispatch_request_msg::has_dispatch_motion_direction() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Dispatch_request_msg::set_has_dispatch_motion_direction() { _has_bits_[0] |= 0x00000008u; } inline void Dispatch_request_msg::clear_has_dispatch_motion_direction() { _has_bits_[0] &= ~0x00000008u; } inline void Dispatch_request_msg::clear_dispatch_motion_direction() { dispatch_motion_direction_ = 0; clear_has_dispatch_motion_direction(); } inline ::message::Dispatch_motion_direction Dispatch_request_msg::dispatch_motion_direction() const { // @@protoc_insertion_point(field_get:message.Dispatch_request_msg.dispatch_motion_direction) return static_cast< ::message::Dispatch_motion_direction >(dispatch_motion_direction_); } inline void Dispatch_request_msg::set_dispatch_motion_direction(::message::Dispatch_motion_direction value) { assert(::message::Dispatch_motion_direction_IsValid(value)); set_has_dispatch_motion_direction(); dispatch_motion_direction_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_request_msg.dispatch_motion_direction) } // required int32 terminal_id = 4; inline bool Dispatch_request_msg::has_terminal_id() const { return (_has_bits_[0] & 0x00000010u) != 0; } inline void Dispatch_request_msg::set_has_terminal_id() { _has_bits_[0] |= 0x00000010u; } inline void Dispatch_request_msg::clear_has_terminal_id() { _has_bits_[0] &= ~0x00000010u; } inline void Dispatch_request_msg::clear_terminal_id() { terminal_id_ = 0; clear_has_terminal_id(); } inline ::google::protobuf::int32 Dispatch_request_msg::terminal_id() const { // @@protoc_insertion_point(field_get:message.Dispatch_request_msg.terminal_id) return terminal_id_; } inline void Dispatch_request_msg::set_terminal_id(::google::protobuf::int32 value) { set_has_terminal_id(); terminal_id_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_request_msg.terminal_id) } // required int32 parkspace_id = 5; inline bool Dispatch_request_msg::has_parkspace_id() const { return (_has_bits_[0] & 0x00000020u) != 0; } inline void Dispatch_request_msg::set_has_parkspace_id() { _has_bits_[0] |= 0x00000020u; } inline void Dispatch_request_msg::clear_has_parkspace_id() { _has_bits_[0] &= ~0x00000020u; } inline void Dispatch_request_msg::clear_parkspace_id() { parkspace_id_ = 0; clear_has_parkspace_id(); } inline ::google::protobuf::int32 Dispatch_request_msg::parkspace_id() const { // @@protoc_insertion_point(field_get:message.Dispatch_request_msg.parkspace_id) return parkspace_id_; } inline void Dispatch_request_msg::set_parkspace_id(::google::protobuf::int32 value) { set_has_parkspace_id(); parkspace_id_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_request_msg.parkspace_id) } // optional .message.Locate_information locate_information = 6; inline bool Dispatch_request_msg::has_locate_information() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Dispatch_request_msg::set_has_locate_information() { _has_bits_[0] |= 0x00000002u; } inline void Dispatch_request_msg::clear_has_locate_information() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Locate_information& Dispatch_request_msg::locate_information() const { const ::message::Locate_information* p = locate_information_; // @@protoc_insertion_point(field_get:message.Dispatch_request_msg.locate_information) return p != NULL ? *p : *reinterpret_cast( &::message::_Locate_information_default_instance_); } inline ::message::Locate_information* Dispatch_request_msg::release_locate_information() { // @@protoc_insertion_point(field_release:message.Dispatch_request_msg.locate_information) clear_has_locate_information(); ::message::Locate_information* temp = locate_information_; locate_information_ = NULL; return temp; } inline ::message::Locate_information* Dispatch_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.Dispatch_request_msg.locate_information) return locate_information_; } inline void Dispatch_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.Dispatch_request_msg.locate_information) } // ------------------------------------------------------------------- // Dispatch_response_msg // required .message.Base_info base_info = 1; inline bool Dispatch_response_msg::has_base_info() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Dispatch_response_msg::set_has_base_info() { _has_bits_[0] |= 0x00000001u; } inline void Dispatch_response_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000001u; } inline const ::message::Base_info& Dispatch_response_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Dispatch_response_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Dispatch_response_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Dispatch_response_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Dispatch_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.Dispatch_response_msg.base_info) return base_info_; } inline void Dispatch_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.Dispatch_response_msg.base_info) } // required int32 command_id = 2; inline bool Dispatch_response_msg::has_command_id() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Dispatch_response_msg::set_has_command_id() { _has_bits_[0] |= 0x00000004u; } inline void Dispatch_response_msg::clear_has_command_id() { _has_bits_[0] &= ~0x00000004u; } inline void Dispatch_response_msg::clear_command_id() { command_id_ = 0; clear_has_command_id(); } inline ::google::protobuf::int32 Dispatch_response_msg::command_id() const { // @@protoc_insertion_point(field_get:message.Dispatch_response_msg.command_id) return command_id_; } inline void Dispatch_response_msg::set_command_id(::google::protobuf::int32 value) { set_has_command_id(); command_id_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_response_msg.command_id) } // required .message.Error_manager error_manager = 3; inline bool Dispatch_response_msg::has_error_manager() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Dispatch_response_msg::set_has_error_manager() { _has_bits_[0] |= 0x00000002u; } inline void Dispatch_response_msg::clear_has_error_manager() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Error_manager& Dispatch_response_msg::error_manager() const { const ::message::Error_manager* p = error_manager_; // @@protoc_insertion_point(field_get:message.Dispatch_response_msg.error_manager) return p != NULL ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline ::message::Error_manager* Dispatch_response_msg::release_error_manager() { // @@protoc_insertion_point(field_release:message.Dispatch_response_msg.error_manager) clear_has_error_manager(); ::message::Error_manager* temp = error_manager_; error_manager_ = NULL; return temp; } inline ::message::Error_manager* Dispatch_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.Dispatch_response_msg.error_manager) return error_manager_; } inline void Dispatch_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.Dispatch_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::Dispatch_manager_status> : ::google::protobuf::internal::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Dispatch_manager_status>() { return ::message::Dispatch_manager_status_descriptor(); } template <> struct is_proto_enum< ::message::Carrier_status> : ::google::protobuf::internal::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Carrier_status>() { return ::message::Carrier_status_descriptor(); } template <> struct is_proto_enum< ::message::Dispatch_motion_direction> : ::google::protobuf::internal::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Dispatch_motion_direction>() { return ::message::Dispatch_motion_direction_descriptor(); } } // namespace protobuf } // namespace google // @@protoc_insertion_point(global_scope) #endif // PROTOBUF_dispatch_5fmessage_2eproto__INCLUDED