// Generated by the protocol buffer compiler. DO NOT EDIT! // source: dispatch_control.proto #ifndef PROTOBUF_dispatch_5fcontrol_2eproto__INCLUDED #define PROTOBUF_dispatch_5fcontrol_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_5fcontrol_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 InitDefaultsDispatch_plan_request_msgImpl(); void InitDefaultsDispatch_plan_request_msg(); void InitDefaultsDispatch_plan_response_msgImpl(); void InitDefaultsDispatch_plan_response_msg(); void InitDefaultsDispatch_control_request_msgImpl(); void InitDefaultsDispatch_control_request_msg(); void InitDefaultsDispatch_control_response_msgImpl(); void InitDefaultsDispatch_control_response_msg(); inline void InitDefaults() { InitDefaultsDispatch_plan_request_msg(); InitDefaultsDispatch_plan_response_msg(); InitDefaultsDispatch_control_request_msg(); InitDefaultsDispatch_control_response_msg(); } } // namespace protobuf_dispatch_5fcontrol_2eproto namespace message { class Dispatch_control_request_msg; class Dispatch_control_request_msgDefaultTypeInternal; extern Dispatch_control_request_msgDefaultTypeInternal _Dispatch_control_request_msg_default_instance_; class Dispatch_control_response_msg; class Dispatch_control_response_msgDefaultTypeInternal; extern Dispatch_control_response_msgDefaultTypeInternal _Dispatch_control_response_msg_default_instance_; class Dispatch_plan_request_msg; class Dispatch_plan_request_msgDefaultTypeInternal; extern Dispatch_plan_request_msgDefaultTypeInternal _Dispatch_plan_request_msg_default_instance_; class Dispatch_plan_response_msg; class Dispatch_plan_response_msgDefaultTypeInternal; extern Dispatch_plan_response_msgDefaultTypeInternal _Dispatch_plan_response_msg_default_instance_; } // namespace message namespace message { enum Dispatch_task_type { DISPATCH_TASK_TYPE_UNKNOW = 0, DISPATCH_PLAN_STORE = 101, DISPATCH_PLAN_PICKUP = 102, ROBOT_CATCH_CAR_FROM_INLET = 1, ROBOT_PUT_CAR_TO_CARRIER = 2, ROBOT_CATCH_CAR_FROM_CARRIER = 3, ROBOT_PUT_CAR_TO_OUTLET = 4, ROBOT_MOVE = 5, CARRIER_RECEIVE_CAR_FROM_ROBOT = 11, CARRIER_STORE_CAR_TO_PARKINGSPACE = 12, CARRIER_STORE_CAR_TO_PARKINGSPACE_EX = 122, CARRIER_PICKUP_CAR_FROM_PARKINGSPACE = 13, CARRIER_PICKUP_CAR_FROM_PARKINGSPACE_EX = 133, CARRIER_DELIVER_CAR_TO_ROBOT = 14, CARRIER_MOVE = 15, PASSAGEWAY_OPEN_OUTSIDE_DOOR = 21, PASSAGEWAY_CLOSE_OUTSIDE_DOOR = 22, PASSAGEWAY_OPEN_INSIDE_DOOR = 23, PASSAGEWAY_CLOSE_INSIDE_DOOR = 24, PASSAGEWAY_ROTATE_TURNTABLE_TO_CARRIER = 25, PASSAGEWAY_ROTATE_TURNTABLE_TO_OUTLET = 26, DISPATCH_FINISH = 30, DISPATCH_CANCEL = 31, DISPATCH_PAUSE = 40, DISPATCH_RESERVED = 50 }; bool Dispatch_task_type_IsValid(int value); const Dispatch_task_type Dispatch_task_type_MIN = DISPATCH_TASK_TYPE_UNKNOW; const Dispatch_task_type Dispatch_task_type_MAX = CARRIER_PICKUP_CAR_FROM_PARKINGSPACE_EX; const int Dispatch_task_type_ARRAYSIZE = Dispatch_task_type_MAX + 1; const ::google::protobuf::EnumDescriptor* Dispatch_task_type_descriptor(); inline const ::std::string& Dispatch_task_type_Name(Dispatch_task_type value) { return ::google::protobuf::internal::NameOfEnum( Dispatch_task_type_descriptor(), value); } inline bool Dispatch_task_type_Parse( const ::std::string& name, Dispatch_task_type* value) { return ::google::protobuf::internal::ParseNamedEnum( Dispatch_task_type_descriptor(), name, value); } enum Dispatch_device_target_status { E_TARGET_STATUS_UNKNOW = 0, E_TARGET_STATUS_IDLE = 1, E_TARGET_STATUS_BUSY = 2, E_TARGET_STATUS_READY = 3, E_TARGET_STATUS_WAIT = 4 }; bool Dispatch_device_target_status_IsValid(int value); const Dispatch_device_target_status Dispatch_device_target_status_MIN = E_TARGET_STATUS_UNKNOW; const Dispatch_device_target_status Dispatch_device_target_status_MAX = E_TARGET_STATUS_WAIT; const int Dispatch_device_target_status_ARRAYSIZE = Dispatch_device_target_status_MAX + 1; const ::google::protobuf::EnumDescriptor* Dispatch_device_target_status_descriptor(); inline const ::std::string& Dispatch_device_target_status_Name(Dispatch_device_target_status value) { return ::google::protobuf::internal::NameOfEnum( Dispatch_device_target_status_descriptor(), value); } inline bool Dispatch_device_target_status_Parse( const ::std::string& name, Dispatch_device_target_status* value) { return ::google::protobuf::internal::ParseNamedEnum( Dispatch_device_target_status_descriptor(), name, value); } enum Dispatch_device_task_status { E_TASK_CREATED = 0, E_TASK_ISSUE = 1, E_TASK_SIGNED = 2, E_TASK_WORKING = 3, E_TASK_OVER = 4, E_TASK_STOP = 5, E_TASK_ERROR = 11, E_TASK_CANCEL = 21, E_TASK_DEAD = 22, E_TASK_WITHDRAW = 31, E_TASK_FREE = 32 }; bool Dispatch_device_task_status_IsValid(int value); const Dispatch_device_task_status Dispatch_device_task_status_MIN = E_TASK_CREATED; const Dispatch_device_task_status Dispatch_device_task_status_MAX = E_TASK_FREE; const int Dispatch_device_task_status_ARRAYSIZE = Dispatch_device_task_status_MAX + 1; const ::google::protobuf::EnumDescriptor* Dispatch_device_task_status_descriptor(); inline const ::std::string& Dispatch_device_task_status_Name(Dispatch_device_task_status value) { return ::google::protobuf::internal::NameOfEnum( Dispatch_device_task_status_descriptor(), value); } inline bool Dispatch_device_task_status_Parse( const ::std::string& name, Dispatch_device_task_status* value) { return ::google::protobuf::internal::ParseNamedEnum( Dispatch_device_task_status_descriptor(), name, value); } // =================================================================== class Dispatch_plan_request_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Dispatch_plan_request_msg) */ { public: Dispatch_plan_request_msg(); virtual ~Dispatch_plan_request_msg(); Dispatch_plan_request_msg(const Dispatch_plan_request_msg& from); inline Dispatch_plan_request_msg& operator=(const Dispatch_plan_request_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Dispatch_plan_request_msg(Dispatch_plan_request_msg&& from) noexcept : Dispatch_plan_request_msg() { *this = ::std::move(from); } inline Dispatch_plan_request_msg& operator=(Dispatch_plan_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_plan_request_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Dispatch_plan_request_msg* internal_default_instance() { return reinterpret_cast( &_Dispatch_plan_request_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 0; void Swap(Dispatch_plan_request_msg* other); friend void swap(Dispatch_plan_request_msg& a, Dispatch_plan_request_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Dispatch_plan_request_msg* New() const PROTOBUF_FINAL { return New(NULL); } Dispatch_plan_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_plan_request_msg& from); void MergeFrom(const Dispatch_plan_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_plan_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); // optional .message.Error_manager error_manager = 6; bool has_error_manager() const; void clear_error_manager(); static const int kErrorManagerFieldNumber = 6; const ::message::Error_manager& error_manager() const; ::message::Error_manager* release_error_manager(); ::message::Error_manager* mutable_error_manager(); void set_allocated_error_manager(::message::Error_manager* error_manager); // optional .message.Dispatch_task_type dispatch_task_type = 3; bool has_dispatch_task_type() const; void clear_dispatch_task_type(); static const int kDispatchTaskTypeFieldNumber = 3; ::message::Dispatch_task_type dispatch_task_type() const; void set_dispatch_task_type(::message::Dispatch_task_type value); // optional int32 dispatch_source = 4; bool has_dispatch_source() const; void clear_dispatch_source(); static const int kDispatchSourceFieldNumber = 4; ::google::protobuf::int32 dispatch_source() const; void set_dispatch_source(::google::protobuf::int32 value); // optional int32 dispatch_destination = 5; bool has_dispatch_destination() const; void clear_dispatch_destination(); static const int kDispatchDestinationFieldNumber = 5; ::google::protobuf::int32 dispatch_destination() const; void set_dispatch_destination(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:message.Dispatch_plan_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_dispatch_task_type(); void clear_has_dispatch_task_type(); void set_has_dispatch_source(); void clear_has_dispatch_source(); void set_has_dispatch_destination(); void clear_has_dispatch_destination(); void set_has_error_manager(); void clear_has_error_manager(); // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable int _cached_size_; ::google::protobuf::internal::ArenaStringPtr command_key_; ::message::Base_info* base_info_; ::message::Error_manager* error_manager_; int dispatch_task_type_; ::google::protobuf::int32 dispatch_source_; ::google::protobuf::int32 dispatch_destination_; friend struct ::protobuf_dispatch_5fcontrol_2eproto::TableStruct; friend void ::protobuf_dispatch_5fcontrol_2eproto::InitDefaultsDispatch_plan_request_msgImpl(); }; // ------------------------------------------------------------------- class Dispatch_plan_response_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Dispatch_plan_response_msg) */ { public: Dispatch_plan_response_msg(); virtual ~Dispatch_plan_response_msg(); Dispatch_plan_response_msg(const Dispatch_plan_response_msg& from); inline Dispatch_plan_response_msg& operator=(const Dispatch_plan_response_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Dispatch_plan_response_msg(Dispatch_plan_response_msg&& from) noexcept : Dispatch_plan_response_msg() { *this = ::std::move(from); } inline Dispatch_plan_response_msg& operator=(Dispatch_plan_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_plan_response_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Dispatch_plan_response_msg* internal_default_instance() { return reinterpret_cast( &_Dispatch_plan_response_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 1; void Swap(Dispatch_plan_response_msg* other); friend void swap(Dispatch_plan_response_msg& a, Dispatch_plan_response_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Dispatch_plan_response_msg* New() const PROTOBUF_FINAL { return New(NULL); } Dispatch_plan_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_plan_response_msg& from); void MergeFrom(const Dispatch_plan_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_plan_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); // optional .message.Error_manager error_manager = 6; bool has_error_manager() const; void clear_error_manager(); static const int kErrorManagerFieldNumber = 6; const ::message::Error_manager& error_manager() const; ::message::Error_manager* release_error_manager(); ::message::Error_manager* mutable_error_manager(); void set_allocated_error_manager(::message::Error_manager* error_manager); // optional .message.Dispatch_task_type dispatch_task_type = 3; bool has_dispatch_task_type() const; void clear_dispatch_task_type(); static const int kDispatchTaskTypeFieldNumber = 3; ::message::Dispatch_task_type dispatch_task_type() const; void set_dispatch_task_type(::message::Dispatch_task_type value); // optional int32 dispatch_source = 4; bool has_dispatch_source() const; void clear_dispatch_source(); static const int kDispatchSourceFieldNumber = 4; ::google::protobuf::int32 dispatch_source() const; void set_dispatch_source(::google::protobuf::int32 value); // optional int32 dispatch_destination = 5; bool has_dispatch_destination() const; void clear_dispatch_destination(); static const int kDispatchDestinationFieldNumber = 5; ::google::protobuf::int32 dispatch_destination() const; void set_dispatch_destination(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:message.Dispatch_plan_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_dispatch_task_type(); void clear_has_dispatch_task_type(); void set_has_dispatch_source(); void clear_has_dispatch_source(); void set_has_dispatch_destination(); void clear_has_dispatch_destination(); void set_has_error_manager(); void clear_has_error_manager(); // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable int _cached_size_; ::google::protobuf::internal::ArenaStringPtr command_key_; ::message::Base_info* base_info_; ::message::Error_manager* error_manager_; int dispatch_task_type_; ::google::protobuf::int32 dispatch_source_; ::google::protobuf::int32 dispatch_destination_; friend struct ::protobuf_dispatch_5fcontrol_2eproto::TableStruct; friend void ::protobuf_dispatch_5fcontrol_2eproto::InitDefaultsDispatch_plan_response_msgImpl(); }; // ------------------------------------------------------------------- class Dispatch_control_request_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Dispatch_control_request_msg) */ { public: Dispatch_control_request_msg(); virtual ~Dispatch_control_request_msg(); Dispatch_control_request_msg(const Dispatch_control_request_msg& from); inline Dispatch_control_request_msg& operator=(const Dispatch_control_request_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Dispatch_control_request_msg(Dispatch_control_request_msg&& from) noexcept : Dispatch_control_request_msg() { *this = ::std::move(from); } inline Dispatch_control_request_msg& operator=(Dispatch_control_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_control_request_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Dispatch_control_request_msg* internal_default_instance() { return reinterpret_cast( &_Dispatch_control_request_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 2; void Swap(Dispatch_control_request_msg* other); friend void swap(Dispatch_control_request_msg& a, Dispatch_control_request_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Dispatch_control_request_msg* New() const PROTOBUF_FINAL { return New(NULL); } Dispatch_control_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_control_request_msg& from); void MergeFrom(const Dispatch_control_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_control_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); // optional .message.Error_manager error_manager = 7; bool has_error_manager() const; void clear_error_manager(); static const int kErrorManagerFieldNumber = 7; const ::message::Error_manager& error_manager() const; ::message::Error_manager* release_error_manager(); ::message::Error_manager* mutable_error_manager(); void set_allocated_error_manager(::message::Error_manager* error_manager); // required .message.Dispatch_task_type dispatch_task_type = 3; bool has_dispatch_task_type() const; void clear_dispatch_task_type(); static const int kDispatchTaskTypeFieldNumber = 3; ::message::Dispatch_task_type dispatch_task_type() const; void set_dispatch_task_type(::message::Dispatch_task_type value); // optional int32 dispatch_source = 5; bool has_dispatch_source() const; void clear_dispatch_source(); static const int kDispatchSourceFieldNumber = 5; ::google::protobuf::int32 dispatch_source() const; void set_dispatch_source(::google::protobuf::int32 value); // optional int32 dispatch_destination = 6; bool has_dispatch_destination() const; void clear_dispatch_destination(); static const int kDispatchDestinationFieldNumber = 6; ::google::protobuf::int32 dispatch_destination() const; void set_dispatch_destination(::google::protobuf::int32 value); // optional .message.Dispatch_device_target_status dispatch_device_target_status = 8; bool has_dispatch_device_target_status() const; void clear_dispatch_device_target_status(); static const int kDispatchDeviceTargetStatusFieldNumber = 8; ::message::Dispatch_device_target_status dispatch_device_target_status() const; void set_dispatch_device_target_status(::message::Dispatch_device_target_status value); // optional .message.Dispatch_device_task_status dispatch_device_task_status = 9; bool has_dispatch_device_task_status() const; void clear_dispatch_device_task_status(); static const int kDispatchDeviceTaskStatusFieldNumber = 9; ::message::Dispatch_device_task_status dispatch_device_task_status() const; void set_dispatch_device_task_status(::message::Dispatch_device_task_status value); // optional .message.Dispatch_device_type dispatch_device_type = 4; bool has_dispatch_device_type() const; void clear_dispatch_device_type(); static const int kDispatchDeviceTypeFieldNumber = 4; ::message::Dispatch_device_type dispatch_device_type() const; void set_dispatch_device_type(::message::Dispatch_device_type value); // @@protoc_insertion_point(class_scope:message.Dispatch_control_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_dispatch_task_type(); void clear_has_dispatch_task_type(); void set_has_dispatch_device_type(); void clear_has_dispatch_device_type(); void set_has_dispatch_source(); void clear_has_dispatch_source(); void set_has_dispatch_destination(); void clear_has_dispatch_destination(); void set_has_error_manager(); void clear_has_error_manager(); void set_has_dispatch_device_target_status(); void clear_has_dispatch_device_target_status(); void set_has_dispatch_device_task_status(); void clear_has_dispatch_device_task_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_; ::google::protobuf::internal::ArenaStringPtr command_key_; ::message::Base_info* base_info_; ::message::Error_manager* error_manager_; int dispatch_task_type_; ::google::protobuf::int32 dispatch_source_; ::google::protobuf::int32 dispatch_destination_; int dispatch_device_target_status_; int dispatch_device_task_status_; int dispatch_device_type_; friend struct ::protobuf_dispatch_5fcontrol_2eproto::TableStruct; friend void ::protobuf_dispatch_5fcontrol_2eproto::InitDefaultsDispatch_control_request_msgImpl(); }; // ------------------------------------------------------------------- class Dispatch_control_response_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Dispatch_control_response_msg) */ { public: Dispatch_control_response_msg(); virtual ~Dispatch_control_response_msg(); Dispatch_control_response_msg(const Dispatch_control_response_msg& from); inline Dispatch_control_response_msg& operator=(const Dispatch_control_response_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Dispatch_control_response_msg(Dispatch_control_response_msg&& from) noexcept : Dispatch_control_response_msg() { *this = ::std::move(from); } inline Dispatch_control_response_msg& operator=(Dispatch_control_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_control_response_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Dispatch_control_response_msg* internal_default_instance() { return reinterpret_cast( &_Dispatch_control_response_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 3; void Swap(Dispatch_control_response_msg* other); friend void swap(Dispatch_control_response_msg& a, Dispatch_control_response_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Dispatch_control_response_msg* New() const PROTOBUF_FINAL { return New(NULL); } Dispatch_control_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_control_response_msg& from); void MergeFrom(const Dispatch_control_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_control_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); // optional .message.Error_manager error_manager = 7; bool has_error_manager() const; void clear_error_manager(); static const int kErrorManagerFieldNumber = 7; 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.Dispatch_task_type dispatch_task_type = 3; bool has_dispatch_task_type() const; void clear_dispatch_task_type(); static const int kDispatchTaskTypeFieldNumber = 3; ::message::Dispatch_task_type dispatch_task_type() const; void set_dispatch_task_type(::message::Dispatch_task_type value); // optional int32 dispatch_source = 5; bool has_dispatch_source() const; void clear_dispatch_source(); static const int kDispatchSourceFieldNumber = 5; ::google::protobuf::int32 dispatch_source() const; void set_dispatch_source(::google::protobuf::int32 value); // optional int32 dispatch_destination = 6; bool has_dispatch_destination() const; void clear_dispatch_destination(); static const int kDispatchDestinationFieldNumber = 6; ::google::protobuf::int32 dispatch_destination() const; void set_dispatch_destination(::google::protobuf::int32 value); // optional .message.Dispatch_device_target_status dispatch_device_target_status = 8; bool has_dispatch_device_target_status() const; void clear_dispatch_device_target_status(); static const int kDispatchDeviceTargetStatusFieldNumber = 8; ::message::Dispatch_device_target_status dispatch_device_target_status() const; void set_dispatch_device_target_status(::message::Dispatch_device_target_status value); // optional .message.Dispatch_device_task_status dispatch_device_task_status = 9; bool has_dispatch_device_task_status() const; void clear_dispatch_device_task_status(); static const int kDispatchDeviceTaskStatusFieldNumber = 9; ::message::Dispatch_device_task_status dispatch_device_task_status() const; void set_dispatch_device_task_status(::message::Dispatch_device_task_status value); // optional .message.Dispatch_device_type dispatch_device_type = 4; bool has_dispatch_device_type() const; void clear_dispatch_device_type(); static const int kDispatchDeviceTypeFieldNumber = 4; ::message::Dispatch_device_type dispatch_device_type() const; void set_dispatch_device_type(::message::Dispatch_device_type value); // @@protoc_insertion_point(class_scope:message.Dispatch_control_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_dispatch_task_type(); void clear_has_dispatch_task_type(); void set_has_dispatch_device_type(); void clear_has_dispatch_device_type(); void set_has_dispatch_source(); void clear_has_dispatch_source(); void set_has_dispatch_destination(); void clear_has_dispatch_destination(); void set_has_error_manager(); void clear_has_error_manager(); void set_has_dispatch_device_target_status(); void clear_has_dispatch_device_target_status(); void set_has_dispatch_device_task_status(); void clear_has_dispatch_device_task_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_; ::google::protobuf::internal::ArenaStringPtr command_key_; ::message::Base_info* base_info_; ::message::Error_manager* error_manager_; int dispatch_task_type_; ::google::protobuf::int32 dispatch_source_; ::google::protobuf::int32 dispatch_destination_; int dispatch_device_target_status_; int dispatch_device_task_status_; int dispatch_device_type_; friend struct ::protobuf_dispatch_5fcontrol_2eproto::TableStruct; friend void ::protobuf_dispatch_5fcontrol_2eproto::InitDefaultsDispatch_control_response_msgImpl(); }; // =================================================================== // =================================================================== #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ // Dispatch_plan_request_msg // required .message.Base_info base_info = 1; inline bool Dispatch_plan_request_msg::has_base_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Dispatch_plan_request_msg::set_has_base_info() { _has_bits_[0] |= 0x00000002u; } inline void Dispatch_plan_request_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Base_info& Dispatch_plan_request_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Dispatch_plan_request_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Dispatch_plan_request_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Dispatch_plan_request_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Dispatch_plan_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_plan_request_msg.base_info) return base_info_; } inline void Dispatch_plan_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_plan_request_msg.base_info) } // required string command_key = 2; inline bool Dispatch_plan_request_msg::has_command_key() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Dispatch_plan_request_msg::set_has_command_key() { _has_bits_[0] |= 0x00000001u; } inline void Dispatch_plan_request_msg::clear_has_command_key() { _has_bits_[0] &= ~0x00000001u; } inline void Dispatch_plan_request_msg::clear_command_key() { command_key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_command_key(); } inline const ::std::string& Dispatch_plan_request_msg::command_key() const { // @@protoc_insertion_point(field_get:message.Dispatch_plan_request_msg.command_key) return command_key_.GetNoArena(); } inline void Dispatch_plan_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.Dispatch_plan_request_msg.command_key) } #if LANG_CXX11 inline void Dispatch_plan_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.Dispatch_plan_request_msg.command_key) } #endif inline void Dispatch_plan_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.Dispatch_plan_request_msg.command_key) } inline void Dispatch_plan_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.Dispatch_plan_request_msg.command_key) } inline ::std::string* Dispatch_plan_request_msg::mutable_command_key() { set_has_command_key(); // @@protoc_insertion_point(field_mutable:message.Dispatch_plan_request_msg.command_key) return command_key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Dispatch_plan_request_msg::release_command_key() { // @@protoc_insertion_point(field_release:message.Dispatch_plan_request_msg.command_key) clear_has_command_key(); return command_key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Dispatch_plan_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.Dispatch_plan_request_msg.command_key) } // optional .message.Dispatch_task_type dispatch_task_type = 3; inline bool Dispatch_plan_request_msg::has_dispatch_task_type() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Dispatch_plan_request_msg::set_has_dispatch_task_type() { _has_bits_[0] |= 0x00000008u; } inline void Dispatch_plan_request_msg::clear_has_dispatch_task_type() { _has_bits_[0] &= ~0x00000008u; } inline void Dispatch_plan_request_msg::clear_dispatch_task_type() { dispatch_task_type_ = 0; clear_has_dispatch_task_type(); } inline ::message::Dispatch_task_type Dispatch_plan_request_msg::dispatch_task_type() const { // @@protoc_insertion_point(field_get:message.Dispatch_plan_request_msg.dispatch_task_type) return static_cast< ::message::Dispatch_task_type >(dispatch_task_type_); } inline void Dispatch_plan_request_msg::set_dispatch_task_type(::message::Dispatch_task_type value) { assert(::message::Dispatch_task_type_IsValid(value)); set_has_dispatch_task_type(); dispatch_task_type_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_plan_request_msg.dispatch_task_type) } // optional int32 dispatch_source = 4; inline bool Dispatch_plan_request_msg::has_dispatch_source() const { return (_has_bits_[0] & 0x00000010u) != 0; } inline void Dispatch_plan_request_msg::set_has_dispatch_source() { _has_bits_[0] |= 0x00000010u; } inline void Dispatch_plan_request_msg::clear_has_dispatch_source() { _has_bits_[0] &= ~0x00000010u; } inline void Dispatch_plan_request_msg::clear_dispatch_source() { dispatch_source_ = 0; clear_has_dispatch_source(); } inline ::google::protobuf::int32 Dispatch_plan_request_msg::dispatch_source() const { // @@protoc_insertion_point(field_get:message.Dispatch_plan_request_msg.dispatch_source) return dispatch_source_; } inline void Dispatch_plan_request_msg::set_dispatch_source(::google::protobuf::int32 value) { set_has_dispatch_source(); dispatch_source_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_plan_request_msg.dispatch_source) } // optional int32 dispatch_destination = 5; inline bool Dispatch_plan_request_msg::has_dispatch_destination() const { return (_has_bits_[0] & 0x00000020u) != 0; } inline void Dispatch_plan_request_msg::set_has_dispatch_destination() { _has_bits_[0] |= 0x00000020u; } inline void Dispatch_plan_request_msg::clear_has_dispatch_destination() { _has_bits_[0] &= ~0x00000020u; } inline void Dispatch_plan_request_msg::clear_dispatch_destination() { dispatch_destination_ = 0; clear_has_dispatch_destination(); } inline ::google::protobuf::int32 Dispatch_plan_request_msg::dispatch_destination() const { // @@protoc_insertion_point(field_get:message.Dispatch_plan_request_msg.dispatch_destination) return dispatch_destination_; } inline void Dispatch_plan_request_msg::set_dispatch_destination(::google::protobuf::int32 value) { set_has_dispatch_destination(); dispatch_destination_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_plan_request_msg.dispatch_destination) } // optional .message.Error_manager error_manager = 6; inline bool Dispatch_plan_request_msg::has_error_manager() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Dispatch_plan_request_msg::set_has_error_manager() { _has_bits_[0] |= 0x00000004u; } inline void Dispatch_plan_request_msg::clear_has_error_manager() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Error_manager& Dispatch_plan_request_msg::error_manager() const { const ::message::Error_manager* p = error_manager_; // @@protoc_insertion_point(field_get:message.Dispatch_plan_request_msg.error_manager) return p != NULL ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline ::message::Error_manager* Dispatch_plan_request_msg::release_error_manager() { // @@protoc_insertion_point(field_release:message.Dispatch_plan_request_msg.error_manager) clear_has_error_manager(); ::message::Error_manager* temp = error_manager_; error_manager_ = NULL; return temp; } inline ::message::Error_manager* Dispatch_plan_request_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_plan_request_msg.error_manager) return error_manager_; } inline void Dispatch_plan_request_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_plan_request_msg.error_manager) } // ------------------------------------------------------------------- // Dispatch_plan_response_msg // required .message.Base_info base_info = 1; inline bool Dispatch_plan_response_msg::has_base_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Dispatch_plan_response_msg::set_has_base_info() { _has_bits_[0] |= 0x00000002u; } inline void Dispatch_plan_response_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Base_info& Dispatch_plan_response_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Dispatch_plan_response_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Dispatch_plan_response_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Dispatch_plan_response_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Dispatch_plan_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_plan_response_msg.base_info) return base_info_; } inline void Dispatch_plan_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_plan_response_msg.base_info) } // required string command_key = 2; inline bool Dispatch_plan_response_msg::has_command_key() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Dispatch_plan_response_msg::set_has_command_key() { _has_bits_[0] |= 0x00000001u; } inline void Dispatch_plan_response_msg::clear_has_command_key() { _has_bits_[0] &= ~0x00000001u; } inline void Dispatch_plan_response_msg::clear_command_key() { command_key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_command_key(); } inline const ::std::string& Dispatch_plan_response_msg::command_key() const { // @@protoc_insertion_point(field_get:message.Dispatch_plan_response_msg.command_key) return command_key_.GetNoArena(); } inline void Dispatch_plan_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.Dispatch_plan_response_msg.command_key) } #if LANG_CXX11 inline void Dispatch_plan_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.Dispatch_plan_response_msg.command_key) } #endif inline void Dispatch_plan_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.Dispatch_plan_response_msg.command_key) } inline void Dispatch_plan_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.Dispatch_plan_response_msg.command_key) } inline ::std::string* Dispatch_plan_response_msg::mutable_command_key() { set_has_command_key(); // @@protoc_insertion_point(field_mutable:message.Dispatch_plan_response_msg.command_key) return command_key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Dispatch_plan_response_msg::release_command_key() { // @@protoc_insertion_point(field_release:message.Dispatch_plan_response_msg.command_key) clear_has_command_key(); return command_key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Dispatch_plan_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.Dispatch_plan_response_msg.command_key) } // optional .message.Dispatch_task_type dispatch_task_type = 3; inline bool Dispatch_plan_response_msg::has_dispatch_task_type() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Dispatch_plan_response_msg::set_has_dispatch_task_type() { _has_bits_[0] |= 0x00000008u; } inline void Dispatch_plan_response_msg::clear_has_dispatch_task_type() { _has_bits_[0] &= ~0x00000008u; } inline void Dispatch_plan_response_msg::clear_dispatch_task_type() { dispatch_task_type_ = 0; clear_has_dispatch_task_type(); } inline ::message::Dispatch_task_type Dispatch_plan_response_msg::dispatch_task_type() const { // @@protoc_insertion_point(field_get:message.Dispatch_plan_response_msg.dispatch_task_type) return static_cast< ::message::Dispatch_task_type >(dispatch_task_type_); } inline void Dispatch_plan_response_msg::set_dispatch_task_type(::message::Dispatch_task_type value) { assert(::message::Dispatch_task_type_IsValid(value)); set_has_dispatch_task_type(); dispatch_task_type_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_plan_response_msg.dispatch_task_type) } // optional int32 dispatch_source = 4; inline bool Dispatch_plan_response_msg::has_dispatch_source() const { return (_has_bits_[0] & 0x00000010u) != 0; } inline void Dispatch_plan_response_msg::set_has_dispatch_source() { _has_bits_[0] |= 0x00000010u; } inline void Dispatch_plan_response_msg::clear_has_dispatch_source() { _has_bits_[0] &= ~0x00000010u; } inline void Dispatch_plan_response_msg::clear_dispatch_source() { dispatch_source_ = 0; clear_has_dispatch_source(); } inline ::google::protobuf::int32 Dispatch_plan_response_msg::dispatch_source() const { // @@protoc_insertion_point(field_get:message.Dispatch_plan_response_msg.dispatch_source) return dispatch_source_; } inline void Dispatch_plan_response_msg::set_dispatch_source(::google::protobuf::int32 value) { set_has_dispatch_source(); dispatch_source_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_plan_response_msg.dispatch_source) } // optional int32 dispatch_destination = 5; inline bool Dispatch_plan_response_msg::has_dispatch_destination() const { return (_has_bits_[0] & 0x00000020u) != 0; } inline void Dispatch_plan_response_msg::set_has_dispatch_destination() { _has_bits_[0] |= 0x00000020u; } inline void Dispatch_plan_response_msg::clear_has_dispatch_destination() { _has_bits_[0] &= ~0x00000020u; } inline void Dispatch_plan_response_msg::clear_dispatch_destination() { dispatch_destination_ = 0; clear_has_dispatch_destination(); } inline ::google::protobuf::int32 Dispatch_plan_response_msg::dispatch_destination() const { // @@protoc_insertion_point(field_get:message.Dispatch_plan_response_msg.dispatch_destination) return dispatch_destination_; } inline void Dispatch_plan_response_msg::set_dispatch_destination(::google::protobuf::int32 value) { set_has_dispatch_destination(); dispatch_destination_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_plan_response_msg.dispatch_destination) } // optional .message.Error_manager error_manager = 6; inline bool Dispatch_plan_response_msg::has_error_manager() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Dispatch_plan_response_msg::set_has_error_manager() { _has_bits_[0] |= 0x00000004u; } inline void Dispatch_plan_response_msg::clear_has_error_manager() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Error_manager& Dispatch_plan_response_msg::error_manager() const { const ::message::Error_manager* p = error_manager_; // @@protoc_insertion_point(field_get:message.Dispatch_plan_response_msg.error_manager) return p != NULL ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline ::message::Error_manager* Dispatch_plan_response_msg::release_error_manager() { // @@protoc_insertion_point(field_release:message.Dispatch_plan_response_msg.error_manager) clear_has_error_manager(); ::message::Error_manager* temp = error_manager_; error_manager_ = NULL; return temp; } inline ::message::Error_manager* Dispatch_plan_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_plan_response_msg.error_manager) return error_manager_; } inline void Dispatch_plan_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_plan_response_msg.error_manager) } // ------------------------------------------------------------------- // Dispatch_control_request_msg // required .message.Base_info base_info = 1; inline bool Dispatch_control_request_msg::has_base_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Dispatch_control_request_msg::set_has_base_info() { _has_bits_[0] |= 0x00000002u; } inline void Dispatch_control_request_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Base_info& Dispatch_control_request_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Dispatch_control_request_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Dispatch_control_request_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Dispatch_control_request_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Dispatch_control_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_control_request_msg.base_info) return base_info_; } inline void Dispatch_control_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_control_request_msg.base_info) } // required string command_key = 2; inline bool Dispatch_control_request_msg::has_command_key() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Dispatch_control_request_msg::set_has_command_key() { _has_bits_[0] |= 0x00000001u; } inline void Dispatch_control_request_msg::clear_has_command_key() { _has_bits_[0] &= ~0x00000001u; } inline void Dispatch_control_request_msg::clear_command_key() { command_key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_command_key(); } inline const ::std::string& Dispatch_control_request_msg::command_key() const { // @@protoc_insertion_point(field_get:message.Dispatch_control_request_msg.command_key) return command_key_.GetNoArena(); } inline void Dispatch_control_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.Dispatch_control_request_msg.command_key) } #if LANG_CXX11 inline void Dispatch_control_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.Dispatch_control_request_msg.command_key) } #endif inline void Dispatch_control_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.Dispatch_control_request_msg.command_key) } inline void Dispatch_control_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.Dispatch_control_request_msg.command_key) } inline ::std::string* Dispatch_control_request_msg::mutable_command_key() { set_has_command_key(); // @@protoc_insertion_point(field_mutable:message.Dispatch_control_request_msg.command_key) return command_key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Dispatch_control_request_msg::release_command_key() { // @@protoc_insertion_point(field_release:message.Dispatch_control_request_msg.command_key) clear_has_command_key(); return command_key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Dispatch_control_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.Dispatch_control_request_msg.command_key) } // required .message.Dispatch_task_type dispatch_task_type = 3; inline bool Dispatch_control_request_msg::has_dispatch_task_type() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Dispatch_control_request_msg::set_has_dispatch_task_type() { _has_bits_[0] |= 0x00000008u; } inline void Dispatch_control_request_msg::clear_has_dispatch_task_type() { _has_bits_[0] &= ~0x00000008u; } inline void Dispatch_control_request_msg::clear_dispatch_task_type() { dispatch_task_type_ = 0; clear_has_dispatch_task_type(); } inline ::message::Dispatch_task_type Dispatch_control_request_msg::dispatch_task_type() const { // @@protoc_insertion_point(field_get:message.Dispatch_control_request_msg.dispatch_task_type) return static_cast< ::message::Dispatch_task_type >(dispatch_task_type_); } inline void Dispatch_control_request_msg::set_dispatch_task_type(::message::Dispatch_task_type value) { assert(::message::Dispatch_task_type_IsValid(value)); set_has_dispatch_task_type(); dispatch_task_type_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_control_request_msg.dispatch_task_type) } // optional .message.Dispatch_device_type dispatch_device_type = 4; inline bool Dispatch_control_request_msg::has_dispatch_device_type() const { return (_has_bits_[0] & 0x00000100u) != 0; } inline void Dispatch_control_request_msg::set_has_dispatch_device_type() { _has_bits_[0] |= 0x00000100u; } inline void Dispatch_control_request_msg::clear_has_dispatch_device_type() { _has_bits_[0] &= ~0x00000100u; } inline void Dispatch_control_request_msg::clear_dispatch_device_type() { dispatch_device_type_ = 101; clear_has_dispatch_device_type(); } inline ::message::Dispatch_device_type Dispatch_control_request_msg::dispatch_device_type() const { // @@protoc_insertion_point(field_get:message.Dispatch_control_request_msg.dispatch_device_type) return static_cast< ::message::Dispatch_device_type >(dispatch_device_type_); } inline void Dispatch_control_request_msg::set_dispatch_device_type(::message::Dispatch_device_type value) { assert(::message::Dispatch_device_type_IsValid(value)); set_has_dispatch_device_type(); dispatch_device_type_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_control_request_msg.dispatch_device_type) } // optional int32 dispatch_source = 5; inline bool Dispatch_control_request_msg::has_dispatch_source() const { return (_has_bits_[0] & 0x00000010u) != 0; } inline void Dispatch_control_request_msg::set_has_dispatch_source() { _has_bits_[0] |= 0x00000010u; } inline void Dispatch_control_request_msg::clear_has_dispatch_source() { _has_bits_[0] &= ~0x00000010u; } inline void Dispatch_control_request_msg::clear_dispatch_source() { dispatch_source_ = 0; clear_has_dispatch_source(); } inline ::google::protobuf::int32 Dispatch_control_request_msg::dispatch_source() const { // @@protoc_insertion_point(field_get:message.Dispatch_control_request_msg.dispatch_source) return dispatch_source_; } inline void Dispatch_control_request_msg::set_dispatch_source(::google::protobuf::int32 value) { set_has_dispatch_source(); dispatch_source_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_control_request_msg.dispatch_source) } // optional int32 dispatch_destination = 6; inline bool Dispatch_control_request_msg::has_dispatch_destination() const { return (_has_bits_[0] & 0x00000020u) != 0; } inline void Dispatch_control_request_msg::set_has_dispatch_destination() { _has_bits_[0] |= 0x00000020u; } inline void Dispatch_control_request_msg::clear_has_dispatch_destination() { _has_bits_[0] &= ~0x00000020u; } inline void Dispatch_control_request_msg::clear_dispatch_destination() { dispatch_destination_ = 0; clear_has_dispatch_destination(); } inline ::google::protobuf::int32 Dispatch_control_request_msg::dispatch_destination() const { // @@protoc_insertion_point(field_get:message.Dispatch_control_request_msg.dispatch_destination) return dispatch_destination_; } inline void Dispatch_control_request_msg::set_dispatch_destination(::google::protobuf::int32 value) { set_has_dispatch_destination(); dispatch_destination_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_control_request_msg.dispatch_destination) } // optional .message.Error_manager error_manager = 7; inline bool Dispatch_control_request_msg::has_error_manager() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Dispatch_control_request_msg::set_has_error_manager() { _has_bits_[0] |= 0x00000004u; } inline void Dispatch_control_request_msg::clear_has_error_manager() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Error_manager& Dispatch_control_request_msg::error_manager() const { const ::message::Error_manager* p = error_manager_; // @@protoc_insertion_point(field_get:message.Dispatch_control_request_msg.error_manager) return p != NULL ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline ::message::Error_manager* Dispatch_control_request_msg::release_error_manager() { // @@protoc_insertion_point(field_release:message.Dispatch_control_request_msg.error_manager) clear_has_error_manager(); ::message::Error_manager* temp = error_manager_; error_manager_ = NULL; return temp; } inline ::message::Error_manager* Dispatch_control_request_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_control_request_msg.error_manager) return error_manager_; } inline void Dispatch_control_request_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_control_request_msg.error_manager) } // optional .message.Dispatch_device_target_status dispatch_device_target_status = 8; inline bool Dispatch_control_request_msg::has_dispatch_device_target_status() const { return (_has_bits_[0] & 0x00000040u) != 0; } inline void Dispatch_control_request_msg::set_has_dispatch_device_target_status() { _has_bits_[0] |= 0x00000040u; } inline void Dispatch_control_request_msg::clear_has_dispatch_device_target_status() { _has_bits_[0] &= ~0x00000040u; } inline void Dispatch_control_request_msg::clear_dispatch_device_target_status() { dispatch_device_target_status_ = 0; clear_has_dispatch_device_target_status(); } inline ::message::Dispatch_device_target_status Dispatch_control_request_msg::dispatch_device_target_status() const { // @@protoc_insertion_point(field_get:message.Dispatch_control_request_msg.dispatch_device_target_status) return static_cast< ::message::Dispatch_device_target_status >(dispatch_device_target_status_); } inline void Dispatch_control_request_msg::set_dispatch_device_target_status(::message::Dispatch_device_target_status value) { assert(::message::Dispatch_device_target_status_IsValid(value)); set_has_dispatch_device_target_status(); dispatch_device_target_status_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_control_request_msg.dispatch_device_target_status) } // optional .message.Dispatch_device_task_status dispatch_device_task_status = 9; inline bool Dispatch_control_request_msg::has_dispatch_device_task_status() const { return (_has_bits_[0] & 0x00000080u) != 0; } inline void Dispatch_control_request_msg::set_has_dispatch_device_task_status() { _has_bits_[0] |= 0x00000080u; } inline void Dispatch_control_request_msg::clear_has_dispatch_device_task_status() { _has_bits_[0] &= ~0x00000080u; } inline void Dispatch_control_request_msg::clear_dispatch_device_task_status() { dispatch_device_task_status_ = 0; clear_has_dispatch_device_task_status(); } inline ::message::Dispatch_device_task_status Dispatch_control_request_msg::dispatch_device_task_status() const { // @@protoc_insertion_point(field_get:message.Dispatch_control_request_msg.dispatch_device_task_status) return static_cast< ::message::Dispatch_device_task_status >(dispatch_device_task_status_); } inline void Dispatch_control_request_msg::set_dispatch_device_task_status(::message::Dispatch_device_task_status value) { assert(::message::Dispatch_device_task_status_IsValid(value)); set_has_dispatch_device_task_status(); dispatch_device_task_status_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_control_request_msg.dispatch_device_task_status) } // ------------------------------------------------------------------- // Dispatch_control_response_msg // required .message.Base_info base_info = 1; inline bool Dispatch_control_response_msg::has_base_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Dispatch_control_response_msg::set_has_base_info() { _has_bits_[0] |= 0x00000002u; } inline void Dispatch_control_response_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Base_info& Dispatch_control_response_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Dispatch_control_response_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Dispatch_control_response_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Dispatch_control_response_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Dispatch_control_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_control_response_msg.base_info) return base_info_; } inline void Dispatch_control_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_control_response_msg.base_info) } // required string command_key = 2; inline bool Dispatch_control_response_msg::has_command_key() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Dispatch_control_response_msg::set_has_command_key() { _has_bits_[0] |= 0x00000001u; } inline void Dispatch_control_response_msg::clear_has_command_key() { _has_bits_[0] &= ~0x00000001u; } inline void Dispatch_control_response_msg::clear_command_key() { command_key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_command_key(); } inline const ::std::string& Dispatch_control_response_msg::command_key() const { // @@protoc_insertion_point(field_get:message.Dispatch_control_response_msg.command_key) return command_key_.GetNoArena(); } inline void Dispatch_control_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.Dispatch_control_response_msg.command_key) } #if LANG_CXX11 inline void Dispatch_control_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.Dispatch_control_response_msg.command_key) } #endif inline void Dispatch_control_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.Dispatch_control_response_msg.command_key) } inline void Dispatch_control_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.Dispatch_control_response_msg.command_key) } inline ::std::string* Dispatch_control_response_msg::mutable_command_key() { set_has_command_key(); // @@protoc_insertion_point(field_mutable:message.Dispatch_control_response_msg.command_key) return command_key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Dispatch_control_response_msg::release_command_key() { // @@protoc_insertion_point(field_release:message.Dispatch_control_response_msg.command_key) clear_has_command_key(); return command_key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Dispatch_control_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.Dispatch_control_response_msg.command_key) } // optional .message.Dispatch_task_type dispatch_task_type = 3; inline bool Dispatch_control_response_msg::has_dispatch_task_type() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Dispatch_control_response_msg::set_has_dispatch_task_type() { _has_bits_[0] |= 0x00000008u; } inline void Dispatch_control_response_msg::clear_has_dispatch_task_type() { _has_bits_[0] &= ~0x00000008u; } inline void Dispatch_control_response_msg::clear_dispatch_task_type() { dispatch_task_type_ = 0; clear_has_dispatch_task_type(); } inline ::message::Dispatch_task_type Dispatch_control_response_msg::dispatch_task_type() const { // @@protoc_insertion_point(field_get:message.Dispatch_control_response_msg.dispatch_task_type) return static_cast< ::message::Dispatch_task_type >(dispatch_task_type_); } inline void Dispatch_control_response_msg::set_dispatch_task_type(::message::Dispatch_task_type value) { assert(::message::Dispatch_task_type_IsValid(value)); set_has_dispatch_task_type(); dispatch_task_type_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_control_response_msg.dispatch_task_type) } // optional .message.Dispatch_device_type dispatch_device_type = 4; inline bool Dispatch_control_response_msg::has_dispatch_device_type() const { return (_has_bits_[0] & 0x00000100u) != 0; } inline void Dispatch_control_response_msg::set_has_dispatch_device_type() { _has_bits_[0] |= 0x00000100u; } inline void Dispatch_control_response_msg::clear_has_dispatch_device_type() { _has_bits_[0] &= ~0x00000100u; } inline void Dispatch_control_response_msg::clear_dispatch_device_type() { dispatch_device_type_ = 101; clear_has_dispatch_device_type(); } inline ::message::Dispatch_device_type Dispatch_control_response_msg::dispatch_device_type() const { // @@protoc_insertion_point(field_get:message.Dispatch_control_response_msg.dispatch_device_type) return static_cast< ::message::Dispatch_device_type >(dispatch_device_type_); } inline void Dispatch_control_response_msg::set_dispatch_device_type(::message::Dispatch_device_type value) { assert(::message::Dispatch_device_type_IsValid(value)); set_has_dispatch_device_type(); dispatch_device_type_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_control_response_msg.dispatch_device_type) } // optional int32 dispatch_source = 5; inline bool Dispatch_control_response_msg::has_dispatch_source() const { return (_has_bits_[0] & 0x00000010u) != 0; } inline void Dispatch_control_response_msg::set_has_dispatch_source() { _has_bits_[0] |= 0x00000010u; } inline void Dispatch_control_response_msg::clear_has_dispatch_source() { _has_bits_[0] &= ~0x00000010u; } inline void Dispatch_control_response_msg::clear_dispatch_source() { dispatch_source_ = 0; clear_has_dispatch_source(); } inline ::google::protobuf::int32 Dispatch_control_response_msg::dispatch_source() const { // @@protoc_insertion_point(field_get:message.Dispatch_control_response_msg.dispatch_source) return dispatch_source_; } inline void Dispatch_control_response_msg::set_dispatch_source(::google::protobuf::int32 value) { set_has_dispatch_source(); dispatch_source_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_control_response_msg.dispatch_source) } // optional int32 dispatch_destination = 6; inline bool Dispatch_control_response_msg::has_dispatch_destination() const { return (_has_bits_[0] & 0x00000020u) != 0; } inline void Dispatch_control_response_msg::set_has_dispatch_destination() { _has_bits_[0] |= 0x00000020u; } inline void Dispatch_control_response_msg::clear_has_dispatch_destination() { _has_bits_[0] &= ~0x00000020u; } inline void Dispatch_control_response_msg::clear_dispatch_destination() { dispatch_destination_ = 0; clear_has_dispatch_destination(); } inline ::google::protobuf::int32 Dispatch_control_response_msg::dispatch_destination() const { // @@protoc_insertion_point(field_get:message.Dispatch_control_response_msg.dispatch_destination) return dispatch_destination_; } inline void Dispatch_control_response_msg::set_dispatch_destination(::google::protobuf::int32 value) { set_has_dispatch_destination(); dispatch_destination_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_control_response_msg.dispatch_destination) } // optional .message.Error_manager error_manager = 7; inline bool Dispatch_control_response_msg::has_error_manager() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Dispatch_control_response_msg::set_has_error_manager() { _has_bits_[0] |= 0x00000004u; } inline void Dispatch_control_response_msg::clear_has_error_manager() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Error_manager& Dispatch_control_response_msg::error_manager() const { const ::message::Error_manager* p = error_manager_; // @@protoc_insertion_point(field_get:message.Dispatch_control_response_msg.error_manager) return p != NULL ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline ::message::Error_manager* Dispatch_control_response_msg::release_error_manager() { // @@protoc_insertion_point(field_release:message.Dispatch_control_response_msg.error_manager) clear_has_error_manager(); ::message::Error_manager* temp = error_manager_; error_manager_ = NULL; return temp; } inline ::message::Error_manager* Dispatch_control_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_control_response_msg.error_manager) return error_manager_; } inline void Dispatch_control_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_control_response_msg.error_manager) } // optional .message.Dispatch_device_target_status dispatch_device_target_status = 8; inline bool Dispatch_control_response_msg::has_dispatch_device_target_status() const { return (_has_bits_[0] & 0x00000040u) != 0; } inline void Dispatch_control_response_msg::set_has_dispatch_device_target_status() { _has_bits_[0] |= 0x00000040u; } inline void Dispatch_control_response_msg::clear_has_dispatch_device_target_status() { _has_bits_[0] &= ~0x00000040u; } inline void Dispatch_control_response_msg::clear_dispatch_device_target_status() { dispatch_device_target_status_ = 0; clear_has_dispatch_device_target_status(); } inline ::message::Dispatch_device_target_status Dispatch_control_response_msg::dispatch_device_target_status() const { // @@protoc_insertion_point(field_get:message.Dispatch_control_response_msg.dispatch_device_target_status) return static_cast< ::message::Dispatch_device_target_status >(dispatch_device_target_status_); } inline void Dispatch_control_response_msg::set_dispatch_device_target_status(::message::Dispatch_device_target_status value) { assert(::message::Dispatch_device_target_status_IsValid(value)); set_has_dispatch_device_target_status(); dispatch_device_target_status_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_control_response_msg.dispatch_device_target_status) } // optional .message.Dispatch_device_task_status dispatch_device_task_status = 9; inline bool Dispatch_control_response_msg::has_dispatch_device_task_status() const { return (_has_bits_[0] & 0x00000080u) != 0; } inline void Dispatch_control_response_msg::set_has_dispatch_device_task_status() { _has_bits_[0] |= 0x00000080u; } inline void Dispatch_control_response_msg::clear_has_dispatch_device_task_status() { _has_bits_[0] &= ~0x00000080u; } inline void Dispatch_control_response_msg::clear_dispatch_device_task_status() { dispatch_device_task_status_ = 0; clear_has_dispatch_device_task_status(); } inline ::message::Dispatch_device_task_status Dispatch_control_response_msg::dispatch_device_task_status() const { // @@protoc_insertion_point(field_get:message.Dispatch_control_response_msg.dispatch_device_task_status) return static_cast< ::message::Dispatch_device_task_status >(dispatch_device_task_status_); } inline void Dispatch_control_response_msg::set_dispatch_device_task_status(::message::Dispatch_device_task_status value) { assert(::message::Dispatch_device_task_status_IsValid(value)); set_has_dispatch_device_task_status(); dispatch_device_task_status_ = value; // @@protoc_insertion_point(field_set:message.Dispatch_control_response_msg.dispatch_device_task_status) } #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_task_type> : ::google::protobuf::internal::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Dispatch_task_type>() { return ::message::Dispatch_task_type_descriptor(); } template <> struct is_proto_enum< ::message::Dispatch_device_target_status> : ::google::protobuf::internal::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Dispatch_device_target_status>() { return ::message::Dispatch_device_target_status_descriptor(); } template <> struct is_proto_enum< ::message::Dispatch_device_task_status> : ::google::protobuf::internal::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Dispatch_device_task_status>() { return ::message::Dispatch_device_task_status_descriptor(); } } // namespace protobuf } // namespace google // @@protoc_insertion_point(global_scope) #endif // PROTOBUF_dispatch_5fcontrol_2eproto__INCLUDED