// Generated by the protocol buffer compiler. DO NOT EDIT! // source: dispatch_message.proto #ifndef GOOGLE_PROTOBUF_INCLUDED_dispatch_5fmessage_2eproto #define GOOGLE_PROTOBUF_INCLUDED_dispatch_5fmessage_2eproto #include #include #include #if PROTOBUF_VERSION < 3013000 #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 3013000 < 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 #include #include #include // IWYU pragma: export #include // IWYU pragma: export #include #include #include "message_base.pb.h" // @@protoc_insertion_point(includes) #include #define PROTOBUF_INTERNAL_EXPORT_dispatch_5fmessage_2eproto PROTOBUF_NAMESPACE_OPEN namespace internal { class AnyMetadata; } // namespace internal PROTOBUF_NAMESPACE_CLOSE // Internal implementation detail -- do not use these members. struct TableStruct_dispatch_5fmessage_2eproto { static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[8] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]; static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]; static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]; }; extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_dispatch_5fmessage_2eproto; namespace message { class Carrier_data; class Carrier_dataDefaultTypeInternal; extern Carrier_dataDefaultTypeInternal _Carrier_data_default_instance_; class Catcher_data; class Catcher_dataDefaultTypeInternal; extern Catcher_dataDefaultTypeInternal _Catcher_data_default_instance_; class Dispatch_manager_data_msg; class Dispatch_manager_data_msgDefaultTypeInternal; extern Dispatch_manager_data_msgDefaultTypeInternal _Dispatch_manager_data_msg_default_instance_; class Dispatch_manager_status_msg; class Dispatch_manager_status_msgDefaultTypeInternal; extern Dispatch_manager_status_msgDefaultTypeInternal _Dispatch_manager_status_msg_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_terminal_status_msg; class Dispatch_terminal_status_msgDefaultTypeInternal; extern Dispatch_terminal_status_msgDefaultTypeInternal _Dispatch_terminal_status_msg_default_instance_; class Passageway_data; class Passageway_dataDefaultTypeInternal; extern Passageway_dataDefaultTypeInternal _Passageway_data_default_instance_; } // namespace message PROTOBUF_NAMESPACE_OPEN template<> ::message::Carrier_data* Arena::CreateMaybeMessage<::message::Carrier_data>(Arena*); template<> ::message::Catcher_data* Arena::CreateMaybeMessage<::message::Catcher_data>(Arena*); template<> ::message::Dispatch_manager_data_msg* Arena::CreateMaybeMessage<::message::Dispatch_manager_data_msg>(Arena*); template<> ::message::Dispatch_manager_status_msg* Arena::CreateMaybeMessage<::message::Dispatch_manager_status_msg>(Arena*); template<> ::message::Dispatch_request_msg* Arena::CreateMaybeMessage<::message::Dispatch_request_msg>(Arena*); template<> ::message::Dispatch_response_msg* Arena::CreateMaybeMessage<::message::Dispatch_response_msg>(Arena*); template<> ::message::Dispatch_terminal_status_msg* Arena::CreateMaybeMessage<::message::Dispatch_terminal_status_msg>(Arena*); template<> ::message::Passageway_data* Arena::CreateMaybeMessage<::message::Passageway_data>(Arena*); PROTOBUF_NAMESPACE_CLOSE namespace message { enum Terminal_status : int { E_TERMINAL_UNKNOW = 0, E_TERMINAL_READY = 1, E_TERMINAL_STORE = 2, E_TERMINAL_PICKUP = 3, E_TERMINAL_FAULT = 10 }; bool Terminal_status_IsValid(int value); constexpr Terminal_status Terminal_status_MIN = E_TERMINAL_UNKNOW; constexpr Terminal_status Terminal_status_MAX = E_TERMINAL_FAULT; constexpr int Terminal_status_ARRAYSIZE = Terminal_status_MAX + 1; const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Terminal_status_descriptor(); template inline const std::string& Terminal_status_Name(T enum_t_value) { static_assert(::std::is_same::value || ::std::is_integral::value, "Incorrect type passed to function Terminal_status_Name."); return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( Terminal_status_descriptor(), enum_t_value); } inline bool Terminal_status_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Terminal_status* value) { return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( Terminal_status_descriptor(), name, value); } enum Passageway_direction : int { E_INLET = 0, E_OUTLET = 1, E_BILATERAL = 2 }; bool Passageway_direction_IsValid(int value); constexpr Passageway_direction Passageway_direction_MIN = E_INLET; constexpr Passageway_direction Passageway_direction_MAX = E_BILATERAL; constexpr int Passageway_direction_ARRAYSIZE = Passageway_direction_MAX + 1; const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Passageway_direction_descriptor(); template inline const std::string& Passageway_direction_Name(T enum_t_value) { static_assert(::std::is_same::value || ::std::is_integral::value, "Incorrect type passed to function Passageway_direction_Name."); return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( Passageway_direction_descriptor(), enum_t_value); } inline bool Passageway_direction_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Passageway_direction* value) { return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( Passageway_direction_descriptor(), name, value); } enum Dispatch_motion_direction : int { E_STORE_CAR = 0, E_PICKUP_CAR = 1 }; bool Dispatch_motion_direction_IsValid(int value); constexpr Dispatch_motion_direction Dispatch_motion_direction_MIN = E_STORE_CAR; constexpr Dispatch_motion_direction Dispatch_motion_direction_MAX = E_PICKUP_CAR; constexpr int Dispatch_motion_direction_ARRAYSIZE = Dispatch_motion_direction_MAX + 1; const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Dispatch_motion_direction_descriptor(); template inline const std::string& Dispatch_motion_direction_Name(T enum_t_value) { static_assert(::std::is_same::value || ::std::is_integral::value, "Incorrect type passed to function Dispatch_motion_direction_Name."); return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( Dispatch_motion_direction_descriptor(), enum_t_value); } inline bool Dispatch_motion_direction_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Dispatch_motion_direction* value) { return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( Dispatch_motion_direction_descriptor(), name, value); } enum Dispatch_manager_status : int { E_DISPATCH_MANAGER_UNKNOW = 0, E_DISPATCH_MANAGER_READY = 1, E_DISPATCH_MANAGER_STORE = 2, E_DISPATCH_MANAGER_PICKUP = 3, E_DISPATCH_MANAGER_FAULT = 100 }; bool Dispatch_manager_status_IsValid(int value); constexpr Dispatch_manager_status Dispatch_manager_status_MIN = E_DISPATCH_MANAGER_UNKNOW; constexpr Dispatch_manager_status Dispatch_manager_status_MAX = E_DISPATCH_MANAGER_FAULT; constexpr int Dispatch_manager_status_ARRAYSIZE = Dispatch_manager_status_MAX + 1; const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Dispatch_manager_status_descriptor(); template inline const std::string& Dispatch_manager_status_Name(T enum_t_value) { static_assert(::std::is_same::value || ::std::is_integral::value, "Incorrect type passed to function Dispatch_manager_status_Name."); return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( Dispatch_manager_status_descriptor(), enum_t_value); } inline bool Dispatch_manager_status_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Dispatch_manager_status* value) { return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( Dispatch_manager_status_descriptor(), name, value); } enum Dispatch_device_status : int { DISPATCH_DEVICE_UNKNOW = 0, DISPATCH_DEVICE_READY = 1, DISPATCH_DEVICE_BUSY = 2, DISPATCH_DEVICE_ONE_LEVEL_OVER = 3, DISPATCH_DEVICE_ONE_LEVEL_WORK = 4, DISPATCH_DEVICE_TWO_LEVEL_OVER = 5, DISPATCH_DEVICE_TWO_LEVEL_WORK = 6, DISPATCH_DEVICE_THREE_LEVEL_OVER = 7, DISPATCH_DEVICE_THREE_LEVEL_WORK = 8, DISPATCH_DEVICE_FAULT = 100, DISPATCH_DEVICE_DISCONNECT = 101 }; bool Dispatch_device_status_IsValid(int value); constexpr Dispatch_device_status Dispatch_device_status_MIN = DISPATCH_DEVICE_UNKNOW; constexpr Dispatch_device_status Dispatch_device_status_MAX = DISPATCH_DEVICE_DISCONNECT; constexpr int Dispatch_device_status_ARRAYSIZE = Dispatch_device_status_MAX + 1; const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Dispatch_device_status_descriptor(); template inline const std::string& Dispatch_device_status_Name(T enum_t_value) { static_assert(::std::is_same::value || ::std::is_integral::value, "Incorrect type passed to function Dispatch_device_status_Name."); return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( Dispatch_device_status_descriptor(), enum_t_value); } inline bool Dispatch_device_status_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Dispatch_device_status* value) { return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( Dispatch_device_status_descriptor(), name, value); } enum Dispatch_task_level : int { DISPATCH_TASK_ONE_LEVEL = 1, DISPATCH_TASK_TWO_LEVEL = 2, DISPATCH_TASK_THREE_LEVEL = 3 }; bool Dispatch_task_level_IsValid(int value); constexpr Dispatch_task_level Dispatch_task_level_MIN = DISPATCH_TASK_ONE_LEVEL; constexpr Dispatch_task_level Dispatch_task_level_MAX = DISPATCH_TASK_THREE_LEVEL; constexpr int Dispatch_task_level_ARRAYSIZE = Dispatch_task_level_MAX + 1; const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Dispatch_task_level_descriptor(); template inline const std::string& Dispatch_task_level_Name(T enum_t_value) { static_assert(::std::is_same::value || ::std::is_integral::value, "Incorrect type passed to function Dispatch_task_level_Name."); return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( Dispatch_task_level_descriptor(), enum_t_value); } inline bool Dispatch_task_level_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Dispatch_task_level* value) { return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( Dispatch_task_level_descriptor(), name, value); } enum Clamp_motion : int { E_CLAMP_NO_ACTION = 0, E_CLAMP_TIGHT = 1, E_CLAMP_LOOSE = 2 }; bool Clamp_motion_IsValid(int value); constexpr Clamp_motion Clamp_motion_MIN = E_CLAMP_NO_ACTION; constexpr Clamp_motion Clamp_motion_MAX = E_CLAMP_LOOSE; constexpr int Clamp_motion_ARRAYSIZE = Clamp_motion_MAX + 1; const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Clamp_motion_descriptor(); template inline const std::string& Clamp_motion_Name(T enum_t_value) { static_assert(::std::is_same::value || ::std::is_integral::value, "Incorrect type passed to function Clamp_motion_Name."); return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( Clamp_motion_descriptor(), enum_t_value); } inline bool Clamp_motion_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Clamp_motion* value) { return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( Clamp_motion_descriptor(), name, value); } enum Joint_motion : int { E_JOINT_NO_ACTION = 0, E_JOINT_HOLD_OUT = 1, E_JOINT_TAKE_BACK = 2 }; bool Joint_motion_IsValid(int value); constexpr Joint_motion Joint_motion_MIN = E_JOINT_NO_ACTION; constexpr Joint_motion Joint_motion_MAX = E_JOINT_TAKE_BACK; constexpr int Joint_motion_ARRAYSIZE = Joint_motion_MAX + 1; const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Joint_motion_descriptor(); template inline const std::string& Joint_motion_Name(T enum_t_value) { static_assert(::std::is_same::value || ::std::is_integral::value, "Incorrect type passed to function Joint_motion_Name."); return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( Joint_motion_descriptor(), enum_t_value); } inline bool Joint_motion_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Joint_motion* value) { return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( Joint_motion_descriptor(), name, value); } enum Small_sports_car_motion : int { E_SMALL_SPORTS_NO_ACTION = 0, E_SMALL_SPORTS_CAR_GET_AWAY = 1, E_SMALL_SPORTS_CAR_GET_BACK = 2 }; bool Small_sports_car_motion_IsValid(int value); constexpr Small_sports_car_motion Small_sports_car_motion_MIN = E_SMALL_SPORTS_NO_ACTION; constexpr Small_sports_car_motion Small_sports_car_motion_MAX = E_SMALL_SPORTS_CAR_GET_BACK; constexpr int Small_sports_car_motion_ARRAYSIZE = Small_sports_car_motion_MAX + 1; const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Small_sports_car_motion_descriptor(); template inline const std::string& Small_sports_car_motion_Name(T enum_t_value) { static_assert(::std::is_same::value || ::std::is_integral::value, "Incorrect type passed to function Small_sports_car_motion_Name."); return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( Small_sports_car_motion_descriptor(), enum_t_value); } inline bool Small_sports_car_motion_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Small_sports_car_motion* value) { return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( Small_sports_car_motion_descriptor(), name, value); } enum Respons_status : int { RESPONS_WORKING = 0, RESPONS_OVER = 1, RESPONS_MINOR_ERROR = 100, RESPONS_CRITICAL_ERROR = 101 }; bool Respons_status_IsValid(int value); constexpr Respons_status Respons_status_MIN = RESPONS_WORKING; constexpr Respons_status Respons_status_MAX = RESPONS_CRITICAL_ERROR; constexpr int Respons_status_ARRAYSIZE = Respons_status_MAX + 1; const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Respons_status_descriptor(); template inline const std::string& Respons_status_Name(T enum_t_value) { static_assert(::std::is_same::value || ::std::is_integral::value, "Incorrect type passed to function Respons_status_Name."); return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( Respons_status_descriptor(), enum_t_value); } inline bool Respons_status_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Respons_status* value) { return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( Respons_status_descriptor(), name, value); } enum Hardware_device_status : int { DEVICE_UNKNOWN = 0, DEVICE_READY = 1, DEVICE_WORKING = 2, DEVICE_EMERGENCY_STOP = 3, DEVICE_UNSAFETY = 4, DEVICE_COLLISION = 5, DEVICE_FAULT = 6 }; bool Hardware_device_status_IsValid(int value); constexpr Hardware_device_status Hardware_device_status_MIN = DEVICE_UNKNOWN; constexpr Hardware_device_status Hardware_device_status_MAX = DEVICE_FAULT; constexpr int Hardware_device_status_ARRAYSIZE = Hardware_device_status_MAX + 1; const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Hardware_device_status_descriptor(); template inline const std::string& Hardware_device_status_Name(T enum_t_value) { static_assert(::std::is_same::value || ::std::is_integral::value, "Incorrect type passed to function Hardware_device_status_Name."); return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( Hardware_device_status_descriptor(), enum_t_value); } inline bool Hardware_device_status_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Hardware_device_status* value) { return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( Hardware_device_status_descriptor(), name, value); } enum Load_status : int { LOAD_UNKNOWN = 0, HAVE_CAR = 1, NO_CAR = 2 }; bool Load_status_IsValid(int value); constexpr Load_status Load_status_MIN = LOAD_UNKNOWN; constexpr Load_status Load_status_MAX = NO_CAR; constexpr int Load_status_ARRAYSIZE = Load_status_MAX + 1; const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Load_status_descriptor(); template inline const std::string& Load_status_Name(T enum_t_value) { static_assert(::std::is_same::value || ::std::is_integral::value, "Incorrect type passed to function Load_status_Name."); return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( Load_status_descriptor(), enum_t_value); } inline bool Load_status_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Load_status* value) { return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( Load_status_descriptor(), name, value); } enum Turntable_direction : int { TURNTABLE_DIRECTION_UNKNOWN = 0, TURNTABLE_DIRECTION_INSIDE = 1, TURNTABLE_DIRECTION_OUTSIDE = 2 }; bool Turntable_direction_IsValid(int value); constexpr Turntable_direction Turntable_direction_MIN = TURNTABLE_DIRECTION_UNKNOWN; constexpr Turntable_direction Turntable_direction_MAX = TURNTABLE_DIRECTION_OUTSIDE; constexpr int Turntable_direction_ARRAYSIZE = Turntable_direction_MAX + 1; const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Turntable_direction_descriptor(); template inline const std::string& Turntable_direction_Name(T enum_t_value) { static_assert(::std::is_same::value || ::std::is_integral::value, "Incorrect type passed to function Turntable_direction_Name."); return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( Turntable_direction_descriptor(), enum_t_value); } inline bool Turntable_direction_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Turntable_direction* value) { return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( Turntable_direction_descriptor(), name, value); } enum Door_motion : int { DOOR_UNKNOWN = 0, DOOR_OPEN = 1, DOOR_CLOSE = 2, DOOR_ERROR = 3 }; bool Door_motion_IsValid(int value); constexpr Door_motion Door_motion_MIN = DOOR_UNKNOWN; constexpr Door_motion Door_motion_MAX = DOOR_ERROR; constexpr int Door_motion_ARRAYSIZE = Door_motion_MAX + 1; const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Door_motion_descriptor(); template inline const std::string& Door_motion_Name(T enum_t_value) { static_assert(::std::is_same::value || ::std::is_integral::value, "Incorrect type passed to function Door_motion_Name."); return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( Door_motion_descriptor(), enum_t_value); } inline bool Door_motion_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Door_motion* value) { return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( Door_motion_descriptor(), name, value); } enum Overstep_the_boundary : int { BOUNDARY_NORMAL = 0, BOUNDARY_OVERSTEP = 1 }; bool Overstep_the_boundary_IsValid(int value); constexpr Overstep_the_boundary Overstep_the_boundary_MIN = BOUNDARY_NORMAL; constexpr Overstep_the_boundary Overstep_the_boundary_MAX = BOUNDARY_OVERSTEP; constexpr int Overstep_the_boundary_ARRAYSIZE = Overstep_the_boundary_MAX + 1; const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Overstep_the_boundary_descriptor(); template inline const std::string& Overstep_the_boundary_Name(T enum_t_value) { static_assert(::std::is_same::value || ::std::is_integral::value, "Incorrect type passed to function Overstep_the_boundary_Name."); return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum( Overstep_the_boundary_descriptor(), enum_t_value); } inline bool Overstep_the_boundary_Parse( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Overstep_the_boundary* value) { return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum( Overstep_the_boundary_descriptor(), name, value); } // =================================================================== class Dispatch_terminal_status_msg PROTOBUF_FINAL : public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:message.Dispatch_terminal_status_msg) */ { public: inline Dispatch_terminal_status_msg() : Dispatch_terminal_status_msg(nullptr) {} virtual ~Dispatch_terminal_status_msg(); Dispatch_terminal_status_msg(const Dispatch_terminal_status_msg& from); Dispatch_terminal_status_msg(Dispatch_terminal_status_msg&& from) noexcept : Dispatch_terminal_status_msg() { *this = ::std::move(from); } inline Dispatch_terminal_status_msg& operator=(const Dispatch_terminal_status_msg& from) { CopyFrom(from); return *this; } inline Dispatch_terminal_status_msg& operator=(Dispatch_terminal_status_msg&& from) noexcept { if (GetArena() == from.GetArena()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const { return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance); } inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() { return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { return GetDescriptor(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { return GetMetadataStatic().descriptor; } static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return GetMetadataStatic().reflection; } static const Dispatch_terminal_status_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Dispatch_terminal_status_msg* internal_default_instance() { return reinterpret_cast( &_Dispatch_terminal_status_msg_default_instance_); } static constexpr int kIndexInFileMessages = 0; friend void swap(Dispatch_terminal_status_msg& a, Dispatch_terminal_status_msg& b) { a.Swap(&b); } inline void Swap(Dispatch_terminal_status_msg* other) { if (other == this) return; if (GetArena() == other->GetArena()) { InternalSwap(other); } else { ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } void UnsafeArenaSwap(Dispatch_terminal_status_msg* other) { if (other == this) return; GOOGLE_DCHECK(GetArena() == other->GetArena()); InternalSwap(other); } // implements Message ---------------------------------------------- inline Dispatch_terminal_status_msg* New() const final { return CreateMaybeMessage(nullptr); } Dispatch_terminal_status_msg* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void CopyFrom(const Dispatch_terminal_status_msg& from); void MergeFrom(const Dispatch_terminal_status_msg& from); PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: inline void SharedCtor(); inline void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Dispatch_terminal_status_msg* other); friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { return "message.Dispatch_terminal_status_msg"; } protected: explicit Dispatch_terminal_status_msg(::PROTOBUF_NAMESPACE_ID::Arena* arena); private: static void ArenaDtor(void* object); inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena); public: ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; private: static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_dispatch_5fmessage_2eproto); return ::descriptor_table_dispatch_5fmessage_2eproto.file_level_metadata[kIndexInFileMessages]; } public: // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- enum : int { kBaseInfoFieldNumber = 1, kIdStructFieldNumber = 2, kTerminalStatusFieldNumber = 3, kPassagewayDirectionFieldNumber = 4, }; // required .message.Base_info base_info = 1; bool has_base_info() const; private: bool _internal_has_base_info() const; public: void clear_base_info(); 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); private: const ::message::Base_info& _internal_base_info() const; ::message::Base_info* _internal_mutable_base_info(); public: void unsafe_arena_set_allocated_base_info( ::message::Base_info* base_info); ::message::Base_info* unsafe_arena_release_base_info(); // required .message.Id_struct id_struct = 2; bool has_id_struct() const; private: bool _internal_has_id_struct() const; public: void clear_id_struct(); const ::message::Id_struct& id_struct() const; ::message::Id_struct* release_id_struct(); ::message::Id_struct* mutable_id_struct(); void set_allocated_id_struct(::message::Id_struct* id_struct); private: const ::message::Id_struct& _internal_id_struct() const; ::message::Id_struct* _internal_mutable_id_struct(); public: void unsafe_arena_set_allocated_id_struct( ::message::Id_struct* id_struct); ::message::Id_struct* unsafe_arena_release_id_struct(); // required .message.Terminal_status terminal_status = 3; bool has_terminal_status() const; private: bool _internal_has_terminal_status() const; public: void clear_terminal_status(); ::message::Terminal_status terminal_status() const; void set_terminal_status(::message::Terminal_status value); private: ::message::Terminal_status _internal_terminal_status() const; void _internal_set_terminal_status(::message::Terminal_status value); public: // required .message.Passageway_direction passageway_direction = 4; bool has_passageway_direction() const; private: bool _internal_has_passageway_direction() const; public: void clear_passageway_direction(); ::message::Passageway_direction passageway_direction() const; void set_passageway_direction(::message::Passageway_direction value); private: ::message::Passageway_direction _internal_passageway_direction() const; void _internal_set_passageway_direction(::message::Passageway_direction value); public: // @@protoc_insertion_point(class_scope:message.Dispatch_terminal_status_msg) private: class _Internal; // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; ::message::Base_info* base_info_; ::message::Id_struct* id_struct_; int terminal_status_; int passageway_direction_; friend struct ::TableStruct_dispatch_5fmessage_2eproto; }; // ------------------------------------------------------------------- class Dispatch_request_msg PROTOBUF_FINAL : public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:message.Dispatch_request_msg) */ { public: inline Dispatch_request_msg() : Dispatch_request_msg(nullptr) {} virtual ~Dispatch_request_msg(); Dispatch_request_msg(const Dispatch_request_msg& from); Dispatch_request_msg(Dispatch_request_msg&& from) noexcept : Dispatch_request_msg() { *this = ::std::move(from); } inline Dispatch_request_msg& operator=(const Dispatch_request_msg& from) { CopyFrom(from); return *this; } inline Dispatch_request_msg& operator=(Dispatch_request_msg&& from) noexcept { if (GetArena() == from.GetArena()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const { return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance); } inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() { return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { return GetDescriptor(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { return GetMetadataStatic().descriptor; } static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return GetMetadataStatic().reflection; } 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 constexpr int kIndexInFileMessages = 1; friend void swap(Dispatch_request_msg& a, Dispatch_request_msg& b) { a.Swap(&b); } inline void Swap(Dispatch_request_msg* other) { if (other == this) return; if (GetArena() == other->GetArena()) { InternalSwap(other); } else { ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } void UnsafeArenaSwap(Dispatch_request_msg* other) { if (other == this) return; GOOGLE_DCHECK(GetArena() == other->GetArena()); InternalSwap(other); } // implements Message ---------------------------------------------- inline Dispatch_request_msg* New() const final { return CreateMaybeMessage(nullptr); } Dispatch_request_msg* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void CopyFrom(const Dispatch_request_msg& from); void MergeFrom(const Dispatch_request_msg& from); PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: inline void SharedCtor(); inline void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Dispatch_request_msg* other); friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { return "message.Dispatch_request_msg"; } protected: explicit Dispatch_request_msg(::PROTOBUF_NAMESPACE_ID::Arena* arena); private: static void ArenaDtor(void* object); inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena); public: ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; private: static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_dispatch_5fmessage_2eproto); return ::descriptor_table_dispatch_5fmessage_2eproto.file_level_metadata[kIndexInFileMessages]; } public: // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- enum : int { kParkspaceInfoExFieldNumber = 6, kCommandKeyFieldNumber = 2, kBaseInfoFieldNumber = 1, kIdStructFieldNumber = 4, kLocateInformationFieldNumber = 5, kDispatchMotionDirectionFieldNumber = 3, kCarTypeFieldNumber = 7, }; // repeated .message.Parkspace_info parkspace_info_ex = 6; int parkspace_info_ex_size() const; private: int _internal_parkspace_info_ex_size() const; public: void clear_parkspace_info_ex(); ::message::Parkspace_info* mutable_parkspace_info_ex(int index); ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Parkspace_info >* mutable_parkspace_info_ex(); private: const ::message::Parkspace_info& _internal_parkspace_info_ex(int index) const; ::message::Parkspace_info* _internal_add_parkspace_info_ex(); public: const ::message::Parkspace_info& parkspace_info_ex(int index) const; ::message::Parkspace_info* add_parkspace_info_ex(); const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Parkspace_info >& parkspace_info_ex() const; // required string command_key = 2; bool has_command_key() const; private: bool _internal_has_command_key() const; public: void clear_command_key(); const std::string& command_key() const; void set_command_key(const std::string& value); void set_command_key(std::string&& value); 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); private: const std::string& _internal_command_key() const; void _internal_set_command_key(const std::string& value); std::string* _internal_mutable_command_key(); public: // required .message.Base_info base_info = 1; bool has_base_info() const; private: bool _internal_has_base_info() const; public: void clear_base_info(); 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); private: const ::message::Base_info& _internal_base_info() const; ::message::Base_info* _internal_mutable_base_info(); public: void unsafe_arena_set_allocated_base_info( ::message::Base_info* base_info); ::message::Base_info* unsafe_arena_release_base_info(); // optional .message.Id_struct id_struct = 4; bool has_id_struct() const; private: bool _internal_has_id_struct() const; public: void clear_id_struct(); const ::message::Id_struct& id_struct() const; ::message::Id_struct* release_id_struct(); ::message::Id_struct* mutable_id_struct(); void set_allocated_id_struct(::message::Id_struct* id_struct); private: const ::message::Id_struct& _internal_id_struct() const; ::message::Id_struct* _internal_mutable_id_struct(); public: void unsafe_arena_set_allocated_id_struct( ::message::Id_struct* id_struct); ::message::Id_struct* unsafe_arena_release_id_struct(); // optional .message.Locate_information locate_information = 5; bool has_locate_information() const; private: bool _internal_has_locate_information() const; public: void clear_locate_information(); 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); private: const ::message::Locate_information& _internal_locate_information() const; ::message::Locate_information* _internal_mutable_locate_information(); public: void unsafe_arena_set_allocated_locate_information( ::message::Locate_information* locate_information); ::message::Locate_information* unsafe_arena_release_locate_information(); // optional .message.Dispatch_motion_direction dispatch_motion_direction = 3; bool has_dispatch_motion_direction() const; private: bool _internal_has_dispatch_motion_direction() const; public: void clear_dispatch_motion_direction(); ::message::Dispatch_motion_direction dispatch_motion_direction() const; void set_dispatch_motion_direction(::message::Dispatch_motion_direction value); private: ::message::Dispatch_motion_direction _internal_dispatch_motion_direction() const; void _internal_set_dispatch_motion_direction(::message::Dispatch_motion_direction value); public: // optional .message.Car_type car_type = 7; bool has_car_type() const; private: bool _internal_has_car_type() const; public: void clear_car_type(); ::message::Car_type car_type() const; void set_car_type(::message::Car_type value); private: ::message::Car_type _internal_car_type() const; void _internal_set_car_type(::message::Car_type value); public: // @@protoc_insertion_point(class_scope:message.Dispatch_request_msg) private: class _Internal; // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Parkspace_info > parkspace_info_ex_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr command_key_; ::message::Base_info* base_info_; ::message::Id_struct* id_struct_; ::message::Locate_information* locate_information_; int dispatch_motion_direction_; int car_type_; friend struct ::TableStruct_dispatch_5fmessage_2eproto; }; // ------------------------------------------------------------------- class Dispatch_response_msg PROTOBUF_FINAL : public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:message.Dispatch_response_msg) */ { public: inline Dispatch_response_msg() : Dispatch_response_msg(nullptr) {} virtual ~Dispatch_response_msg(); Dispatch_response_msg(const Dispatch_response_msg& from); Dispatch_response_msg(Dispatch_response_msg&& from) noexcept : Dispatch_response_msg() { *this = ::std::move(from); } inline Dispatch_response_msg& operator=(const Dispatch_response_msg& from) { CopyFrom(from); return *this; } inline Dispatch_response_msg& operator=(Dispatch_response_msg&& from) noexcept { if (GetArena() == from.GetArena()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const { return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance); } inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() { return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { return GetDescriptor(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { return GetMetadataStatic().descriptor; } static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return GetMetadataStatic().reflection; } 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 constexpr int kIndexInFileMessages = 2; friend void swap(Dispatch_response_msg& a, Dispatch_response_msg& b) { a.Swap(&b); } inline void Swap(Dispatch_response_msg* other) { if (other == this) return; if (GetArena() == other->GetArena()) { InternalSwap(other); } else { ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } void UnsafeArenaSwap(Dispatch_response_msg* other) { if (other == this) return; GOOGLE_DCHECK(GetArena() == other->GetArena()); InternalSwap(other); } // implements Message ---------------------------------------------- inline Dispatch_response_msg* New() const final { return CreateMaybeMessage(nullptr); } Dispatch_response_msg* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void CopyFrom(const Dispatch_response_msg& from); void MergeFrom(const Dispatch_response_msg& from); PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: inline void SharedCtor(); inline void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Dispatch_response_msg* other); friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { return "message.Dispatch_response_msg"; } protected: explicit Dispatch_response_msg(::PROTOBUF_NAMESPACE_ID::Arena* arena); private: static void ArenaDtor(void* object); inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena); public: ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; private: static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_dispatch_5fmessage_2eproto); return ::descriptor_table_dispatch_5fmessage_2eproto.file_level_metadata[kIndexInFileMessages]; } public: // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- enum : int { kParkspaceInfoExFieldNumber = 6, kCommandKeyFieldNumber = 2, kBaseInfoFieldNumber = 1, kIdStructFieldNumber = 4, kLocateInformationFieldNumber = 5, kErrorManagerFieldNumber = 8, kDispatchMotionDirectionFieldNumber = 3, kCarTypeFieldNumber = 7, }; // repeated .message.Parkspace_info parkspace_info_ex = 6; int parkspace_info_ex_size() const; private: int _internal_parkspace_info_ex_size() const; public: void clear_parkspace_info_ex(); ::message::Parkspace_info* mutable_parkspace_info_ex(int index); ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Parkspace_info >* mutable_parkspace_info_ex(); private: const ::message::Parkspace_info& _internal_parkspace_info_ex(int index) const; ::message::Parkspace_info* _internal_add_parkspace_info_ex(); public: const ::message::Parkspace_info& parkspace_info_ex(int index) const; ::message::Parkspace_info* add_parkspace_info_ex(); const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Parkspace_info >& parkspace_info_ex() const; // required string command_key = 2; bool has_command_key() const; private: bool _internal_has_command_key() const; public: void clear_command_key(); const std::string& command_key() const; void set_command_key(const std::string& value); void set_command_key(std::string&& value); 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); private: const std::string& _internal_command_key() const; void _internal_set_command_key(const std::string& value); std::string* _internal_mutable_command_key(); public: // required .message.Base_info base_info = 1; bool has_base_info() const; private: bool _internal_has_base_info() const; public: void clear_base_info(); 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); private: const ::message::Base_info& _internal_base_info() const; ::message::Base_info* _internal_mutable_base_info(); public: void unsafe_arena_set_allocated_base_info( ::message::Base_info* base_info); ::message::Base_info* unsafe_arena_release_base_info(); // optional .message.Id_struct id_struct = 4; bool has_id_struct() const; private: bool _internal_has_id_struct() const; public: void clear_id_struct(); const ::message::Id_struct& id_struct() const; ::message::Id_struct* release_id_struct(); ::message::Id_struct* mutable_id_struct(); void set_allocated_id_struct(::message::Id_struct* id_struct); private: const ::message::Id_struct& _internal_id_struct() const; ::message::Id_struct* _internal_mutable_id_struct(); public: void unsafe_arena_set_allocated_id_struct( ::message::Id_struct* id_struct); ::message::Id_struct* unsafe_arena_release_id_struct(); // optional .message.Locate_information locate_information = 5; bool has_locate_information() const; private: bool _internal_has_locate_information() const; public: void clear_locate_information(); 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); private: const ::message::Locate_information& _internal_locate_information() const; ::message::Locate_information* _internal_mutable_locate_information(); public: void unsafe_arena_set_allocated_locate_information( ::message::Locate_information* locate_information); ::message::Locate_information* unsafe_arena_release_locate_information(); // optional .message.Error_manager error_manager = 8; bool has_error_manager() const; private: bool _internal_has_error_manager() const; public: void clear_error_manager(); 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); private: const ::message::Error_manager& _internal_error_manager() const; ::message::Error_manager* _internal_mutable_error_manager(); public: void unsafe_arena_set_allocated_error_manager( ::message::Error_manager* error_manager); ::message::Error_manager* unsafe_arena_release_error_manager(); // optional .message.Dispatch_motion_direction dispatch_motion_direction = 3; bool has_dispatch_motion_direction() const; private: bool _internal_has_dispatch_motion_direction() const; public: void clear_dispatch_motion_direction(); ::message::Dispatch_motion_direction dispatch_motion_direction() const; void set_dispatch_motion_direction(::message::Dispatch_motion_direction value); private: ::message::Dispatch_motion_direction _internal_dispatch_motion_direction() const; void _internal_set_dispatch_motion_direction(::message::Dispatch_motion_direction value); public: // optional .message.Car_type car_type = 7; bool has_car_type() const; private: bool _internal_has_car_type() const; public: void clear_car_type(); ::message::Car_type car_type() const; void set_car_type(::message::Car_type value); private: ::message::Car_type _internal_car_type() const; void _internal_set_car_type(::message::Car_type value); public: // @@protoc_insertion_point(class_scope:message.Dispatch_response_msg) private: class _Internal; // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Parkspace_info > parkspace_info_ex_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr command_key_; ::message::Base_info* base_info_; ::message::Id_struct* id_struct_; ::message::Locate_information* locate_information_; ::message::Error_manager* error_manager_; int dispatch_motion_direction_; int car_type_; friend struct ::TableStruct_dispatch_5fmessage_2eproto; }; // ------------------------------------------------------------------- class Catcher_data PROTOBUF_FINAL : public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:message.Catcher_data) */ { public: inline Catcher_data() : Catcher_data(nullptr) {} virtual ~Catcher_data(); Catcher_data(const Catcher_data& from); Catcher_data(Catcher_data&& from) noexcept : Catcher_data() { *this = ::std::move(from); } inline Catcher_data& operator=(const Catcher_data& from) { CopyFrom(from); return *this; } inline Catcher_data& operator=(Catcher_data&& from) noexcept { if (GetArena() == from.GetArena()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const { return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance); } inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() { return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { return GetDescriptor(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { return GetMetadataStatic().descriptor; } static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return GetMetadataStatic().reflection; } static const Catcher_data& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Catcher_data* internal_default_instance() { return reinterpret_cast( &_Catcher_data_default_instance_); } static constexpr int kIndexInFileMessages = 3; friend void swap(Catcher_data& a, Catcher_data& b) { a.Swap(&b); } inline void Swap(Catcher_data* other) { if (other == this) return; if (GetArena() == other->GetArena()) { InternalSwap(other); } else { ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } void UnsafeArenaSwap(Catcher_data* other) { if (other == this) return; GOOGLE_DCHECK(GetArena() == other->GetArena()); InternalSwap(other); } // implements Message ---------------------------------------------- inline Catcher_data* New() const final { return CreateMaybeMessage(nullptr); } Catcher_data* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void CopyFrom(const Catcher_data& from); void MergeFrom(const Catcher_data& from); PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: inline void SharedCtor(); inline void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Catcher_data* other); friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { return "message.Catcher_data"; } protected: explicit Catcher_data(::PROTOBUF_NAMESPACE_ID::Arena* arena); private: static void ArenaDtor(void* object); inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena); public: ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; private: static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_dispatch_5fmessage_2eproto); return ::descriptor_table_dispatch_5fmessage_2eproto.file_level_metadata[kIndexInFileMessages]; } public: // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- enum : int { kActualErrorCodeFieldNumber = 17, kActualWarningCodeFieldNumber = 18, kActualErrorDescriptionFieldNumber = 19, kDispatchDeviceStatusFieldNumber = 2, kDeviceIdFieldNumber = 3, kActualDeviceStatusFieldNumber = 4, kActualLoadStatusFieldNumber = 5, kActualCoordinatesIdFieldNumber = 6, kActualXFieldNumber = 7, kActualYFieldNumber = 8, kActualBFieldNumber = 9, kActualZFieldNumber = 10, kActualD1FieldNumber = 11, kActualD2FieldNumber = 12, kActualClampMotion1FieldNumber = 13, kActualClampMotion2FieldNumber = 14, kActualClampMotion3FieldNumber = 15, kActualClampMotion4FieldNumber = 16, kDispatchDeviceTypeFieldNumber = 1, }; // optional string actual_error_code = 17; bool has_actual_error_code() const; private: bool _internal_has_actual_error_code() const; public: void clear_actual_error_code(); const std::string& actual_error_code() const; void set_actual_error_code(const std::string& value); void set_actual_error_code(std::string&& value); void set_actual_error_code(const char* value); void set_actual_error_code(const char* value, size_t size); std::string* mutable_actual_error_code(); std::string* release_actual_error_code(); void set_allocated_actual_error_code(std::string* actual_error_code); private: const std::string& _internal_actual_error_code() const; void _internal_set_actual_error_code(const std::string& value); std::string* _internal_mutable_actual_error_code(); public: // optional string actual_warning_code = 18; bool has_actual_warning_code() const; private: bool _internal_has_actual_warning_code() const; public: void clear_actual_warning_code(); const std::string& actual_warning_code() const; void set_actual_warning_code(const std::string& value); void set_actual_warning_code(std::string&& value); void set_actual_warning_code(const char* value); void set_actual_warning_code(const char* value, size_t size); std::string* mutable_actual_warning_code(); std::string* release_actual_warning_code(); void set_allocated_actual_warning_code(std::string* actual_warning_code); private: const std::string& _internal_actual_warning_code() const; void _internal_set_actual_warning_code(const std::string& value); std::string* _internal_mutable_actual_warning_code(); public: // optional string actual_error_description = 19; bool has_actual_error_description() const; private: bool _internal_has_actual_error_description() const; public: void clear_actual_error_description(); const std::string& actual_error_description() const; void set_actual_error_description(const std::string& value); void set_actual_error_description(std::string&& value); void set_actual_error_description(const char* value); void set_actual_error_description(const char* value, size_t size); std::string* mutable_actual_error_description(); std::string* release_actual_error_description(); void set_allocated_actual_error_description(std::string* actual_error_description); private: const std::string& _internal_actual_error_description() const; void _internal_set_actual_error_description(const std::string& value); std::string* _internal_mutable_actual_error_description(); public: // required .message.Dispatch_device_status dispatch_device_status = 2; bool has_dispatch_device_status() const; private: bool _internal_has_dispatch_device_status() const; public: void clear_dispatch_device_status(); ::message::Dispatch_device_status dispatch_device_status() const; void set_dispatch_device_status(::message::Dispatch_device_status value); private: ::message::Dispatch_device_status _internal_dispatch_device_status() const; void _internal_set_dispatch_device_status(::message::Dispatch_device_status value); public: // required int32 device_id = 3; bool has_device_id() const; private: bool _internal_has_device_id() const; public: void clear_device_id(); ::PROTOBUF_NAMESPACE_ID::int32 device_id() const; void set_device_id(::PROTOBUF_NAMESPACE_ID::int32 value); private: ::PROTOBUF_NAMESPACE_ID::int32 _internal_device_id() const; void _internal_set_device_id(::PROTOBUF_NAMESPACE_ID::int32 value); public: // optional .message.Hardware_device_status actual_device_status = 4; bool has_actual_device_status() const; private: bool _internal_has_actual_device_status() const; public: void clear_actual_device_status(); ::message::Hardware_device_status actual_device_status() const; void set_actual_device_status(::message::Hardware_device_status value); private: ::message::Hardware_device_status _internal_actual_device_status() const; void _internal_set_actual_device_status(::message::Hardware_device_status value); public: // optional .message.Load_status actual_load_status = 5; bool has_actual_load_status() const; private: bool _internal_has_actual_load_status() const; public: void clear_actual_load_status(); ::message::Load_status actual_load_status() const; void set_actual_load_status(::message::Load_status value); private: ::message::Load_status _internal_actual_load_status() const; void _internal_set_actual_load_status(::message::Load_status value); public: // optional int32 actual_coordinates_id = 6; bool has_actual_coordinates_id() const; private: bool _internal_has_actual_coordinates_id() const; public: void clear_actual_coordinates_id(); ::PROTOBUF_NAMESPACE_ID::int32 actual_coordinates_id() const; void set_actual_coordinates_id(::PROTOBUF_NAMESPACE_ID::int32 value); private: ::PROTOBUF_NAMESPACE_ID::int32 _internal_actual_coordinates_id() const; void _internal_set_actual_coordinates_id(::PROTOBUF_NAMESPACE_ID::int32 value); public: // optional float actual_x = 7; bool has_actual_x() const; private: bool _internal_has_actual_x() const; public: void clear_actual_x(); float actual_x() const; void set_actual_x(float value); private: float _internal_actual_x() const; void _internal_set_actual_x(float value); public: // optional float actual_y = 8; bool has_actual_y() const; private: bool _internal_has_actual_y() const; public: void clear_actual_y(); float actual_y() const; void set_actual_y(float value); private: float _internal_actual_y() const; void _internal_set_actual_y(float value); public: // optional float actual_b = 9; bool has_actual_b() const; private: bool _internal_has_actual_b() const; public: void clear_actual_b(); float actual_b() const; void set_actual_b(float value); private: float _internal_actual_b() const; void _internal_set_actual_b(float value); public: // optional float actual_z = 10; bool has_actual_z() const; private: bool _internal_has_actual_z() const; public: void clear_actual_z(); float actual_z() const; void set_actual_z(float value); private: float _internal_actual_z() const; void _internal_set_actual_z(float value); public: // optional float actual_d1 = 11; bool has_actual_d1() const; private: bool _internal_has_actual_d1() const; public: void clear_actual_d1(); float actual_d1() const; void set_actual_d1(float value); private: float _internal_actual_d1() const; void _internal_set_actual_d1(float value); public: // optional float actual_d2 = 12; bool has_actual_d2() const; private: bool _internal_has_actual_d2() const; public: void clear_actual_d2(); float actual_d2() const; void set_actual_d2(float value); private: float _internal_actual_d2() const; void _internal_set_actual_d2(float value); public: // optional .message.Clamp_motion actual_clamp_motion1 = 13; bool has_actual_clamp_motion1() const; private: bool _internal_has_actual_clamp_motion1() const; public: void clear_actual_clamp_motion1(); ::message::Clamp_motion actual_clamp_motion1() const; void set_actual_clamp_motion1(::message::Clamp_motion value); private: ::message::Clamp_motion _internal_actual_clamp_motion1() const; void _internal_set_actual_clamp_motion1(::message::Clamp_motion value); public: // optional .message.Clamp_motion actual_clamp_motion2 = 14; bool has_actual_clamp_motion2() const; private: bool _internal_has_actual_clamp_motion2() const; public: void clear_actual_clamp_motion2(); ::message::Clamp_motion actual_clamp_motion2() const; void set_actual_clamp_motion2(::message::Clamp_motion value); private: ::message::Clamp_motion _internal_actual_clamp_motion2() const; void _internal_set_actual_clamp_motion2(::message::Clamp_motion value); public: // optional .message.Clamp_motion actual_clamp_motion3 = 15; bool has_actual_clamp_motion3() const; private: bool _internal_has_actual_clamp_motion3() const; public: void clear_actual_clamp_motion3(); ::message::Clamp_motion actual_clamp_motion3() const; void set_actual_clamp_motion3(::message::Clamp_motion value); private: ::message::Clamp_motion _internal_actual_clamp_motion3() const; void _internal_set_actual_clamp_motion3(::message::Clamp_motion value); public: // optional .message.Clamp_motion actual_clamp_motion4 = 16; bool has_actual_clamp_motion4() const; private: bool _internal_has_actual_clamp_motion4() const; public: void clear_actual_clamp_motion4(); ::message::Clamp_motion actual_clamp_motion4() const; void set_actual_clamp_motion4(::message::Clamp_motion value); private: ::message::Clamp_motion _internal_actual_clamp_motion4() const; void _internal_set_actual_clamp_motion4(::message::Clamp_motion value); public: // required .message.Dispatch_device_type dispatch_device_type = 1; bool has_dispatch_device_type() const; private: bool _internal_has_dispatch_device_type() const; public: void clear_dispatch_device_type(); ::message::Dispatch_device_type dispatch_device_type() const; void set_dispatch_device_type(::message::Dispatch_device_type value); private: ::message::Dispatch_device_type _internal_dispatch_device_type() const; void _internal_set_dispatch_device_type(::message::Dispatch_device_type value); public: // @@protoc_insertion_point(class_scope:message.Catcher_data) private: class _Internal; // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr actual_error_code_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr actual_warning_code_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr actual_error_description_; int dispatch_device_status_; ::PROTOBUF_NAMESPACE_ID::int32 device_id_; int actual_device_status_; int actual_load_status_; ::PROTOBUF_NAMESPACE_ID::int32 actual_coordinates_id_; float actual_x_; float actual_y_; float actual_b_; float actual_z_; float actual_d1_; float actual_d2_; int actual_clamp_motion1_; int actual_clamp_motion2_; int actual_clamp_motion3_; int actual_clamp_motion4_; int dispatch_device_type_; friend struct ::TableStruct_dispatch_5fmessage_2eproto; }; // ------------------------------------------------------------------- class Carrier_data PROTOBUF_FINAL : public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:message.Carrier_data) */ { public: inline Carrier_data() : Carrier_data(nullptr) {} virtual ~Carrier_data(); Carrier_data(const Carrier_data& from); Carrier_data(Carrier_data&& from) noexcept : Carrier_data() { *this = ::std::move(from); } inline Carrier_data& operator=(const Carrier_data& from) { CopyFrom(from); return *this; } inline Carrier_data& operator=(Carrier_data&& from) noexcept { if (GetArena() == from.GetArena()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const { return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance); } inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() { return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { return GetDescriptor(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { return GetMetadataStatic().descriptor; } static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return GetMetadataStatic().reflection; } static const Carrier_data& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Carrier_data* internal_default_instance() { return reinterpret_cast( &_Carrier_data_default_instance_); } static constexpr int kIndexInFileMessages = 4; friend void swap(Carrier_data& a, Carrier_data& b) { a.Swap(&b); } inline void Swap(Carrier_data* other) { if (other == this) return; if (GetArena() == other->GetArena()) { InternalSwap(other); } else { ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } void UnsafeArenaSwap(Carrier_data* other) { if (other == this) return; GOOGLE_DCHECK(GetArena() == other->GetArena()); InternalSwap(other); } // implements Message ---------------------------------------------- inline Carrier_data* New() const final { return CreateMaybeMessage(nullptr); } Carrier_data* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void CopyFrom(const Carrier_data& from); void MergeFrom(const Carrier_data& from); PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: inline void SharedCtor(); inline void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Carrier_data* other); friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { return "message.Carrier_data"; } protected: explicit Carrier_data(::PROTOBUF_NAMESPACE_ID::Arena* arena); private: static void ArenaDtor(void* object); inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena); public: ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; private: static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_dispatch_5fmessage_2eproto); return ::descriptor_table_dispatch_5fmessage_2eproto.file_level_metadata[kIndexInFileMessages]; } public: // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- enum : int { kActualErrorCodeFieldNumber = 17, kActualWarningCodeFieldNumber = 18, kActualErrorDescriptionFieldNumber = 19, kDispatchDeviceStatusFieldNumber = 2, kDeviceIdFieldNumber = 3, kActualDeviceStatusFieldNumber = 4, kActualLoadStatusFieldNumber = 5, kActualCoordinatesIdFieldNumber = 6, kActualXFieldNumber = 7, kActualYFieldNumber = 8, kActualZFieldNumber = 9, kActualY1FieldNumber = 10, kActualY2FieldNumber = 11, kActualClampMotion1FieldNumber = 12, kActualClampMotion2FieldNumber = 13, kActualSmallSportsCarMotionFieldNumber = 14, kActualJointMotionX1FieldNumber = 15, kActualJointMotionX2FieldNumber = 16, kDispatchDeviceTypeFieldNumber = 1, }; // optional string actual_error_code = 17; bool has_actual_error_code() const; private: bool _internal_has_actual_error_code() const; public: void clear_actual_error_code(); const std::string& actual_error_code() const; void set_actual_error_code(const std::string& value); void set_actual_error_code(std::string&& value); void set_actual_error_code(const char* value); void set_actual_error_code(const char* value, size_t size); std::string* mutable_actual_error_code(); std::string* release_actual_error_code(); void set_allocated_actual_error_code(std::string* actual_error_code); private: const std::string& _internal_actual_error_code() const; void _internal_set_actual_error_code(const std::string& value); std::string* _internal_mutable_actual_error_code(); public: // optional string actual_warning_code = 18; bool has_actual_warning_code() const; private: bool _internal_has_actual_warning_code() const; public: void clear_actual_warning_code(); const std::string& actual_warning_code() const; void set_actual_warning_code(const std::string& value); void set_actual_warning_code(std::string&& value); void set_actual_warning_code(const char* value); void set_actual_warning_code(const char* value, size_t size); std::string* mutable_actual_warning_code(); std::string* release_actual_warning_code(); void set_allocated_actual_warning_code(std::string* actual_warning_code); private: const std::string& _internal_actual_warning_code() const; void _internal_set_actual_warning_code(const std::string& value); std::string* _internal_mutable_actual_warning_code(); public: // optional string actual_error_description = 19; bool has_actual_error_description() const; private: bool _internal_has_actual_error_description() const; public: void clear_actual_error_description(); const std::string& actual_error_description() const; void set_actual_error_description(const std::string& value); void set_actual_error_description(std::string&& value); void set_actual_error_description(const char* value); void set_actual_error_description(const char* value, size_t size); std::string* mutable_actual_error_description(); std::string* release_actual_error_description(); void set_allocated_actual_error_description(std::string* actual_error_description); private: const std::string& _internal_actual_error_description() const; void _internal_set_actual_error_description(const std::string& value); std::string* _internal_mutable_actual_error_description(); public: // required .message.Dispatch_device_status dispatch_device_status = 2; bool has_dispatch_device_status() const; private: bool _internal_has_dispatch_device_status() const; public: void clear_dispatch_device_status(); ::message::Dispatch_device_status dispatch_device_status() const; void set_dispatch_device_status(::message::Dispatch_device_status value); private: ::message::Dispatch_device_status _internal_dispatch_device_status() const; void _internal_set_dispatch_device_status(::message::Dispatch_device_status value); public: // required int32 device_id = 3; bool has_device_id() const; private: bool _internal_has_device_id() const; public: void clear_device_id(); ::PROTOBUF_NAMESPACE_ID::int32 device_id() const; void set_device_id(::PROTOBUF_NAMESPACE_ID::int32 value); private: ::PROTOBUF_NAMESPACE_ID::int32 _internal_device_id() const; void _internal_set_device_id(::PROTOBUF_NAMESPACE_ID::int32 value); public: // optional .message.Hardware_device_status actual_device_status = 4; bool has_actual_device_status() const; private: bool _internal_has_actual_device_status() const; public: void clear_actual_device_status(); ::message::Hardware_device_status actual_device_status() const; void set_actual_device_status(::message::Hardware_device_status value); private: ::message::Hardware_device_status _internal_actual_device_status() const; void _internal_set_actual_device_status(::message::Hardware_device_status value); public: // optional .message.Load_status actual_load_status = 5; bool has_actual_load_status() const; private: bool _internal_has_actual_load_status() const; public: void clear_actual_load_status(); ::message::Load_status actual_load_status() const; void set_actual_load_status(::message::Load_status value); private: ::message::Load_status _internal_actual_load_status() const; void _internal_set_actual_load_status(::message::Load_status value); public: // optional int32 actual_coordinates_id = 6; bool has_actual_coordinates_id() const; private: bool _internal_has_actual_coordinates_id() const; public: void clear_actual_coordinates_id(); ::PROTOBUF_NAMESPACE_ID::int32 actual_coordinates_id() const; void set_actual_coordinates_id(::PROTOBUF_NAMESPACE_ID::int32 value); private: ::PROTOBUF_NAMESPACE_ID::int32 _internal_actual_coordinates_id() const; void _internal_set_actual_coordinates_id(::PROTOBUF_NAMESPACE_ID::int32 value); public: // optional float actual_x = 7; bool has_actual_x() const; private: bool _internal_has_actual_x() const; public: void clear_actual_x(); float actual_x() const; void set_actual_x(float value); private: float _internal_actual_x() const; void _internal_set_actual_x(float value); public: // optional float actual_y = 8; bool has_actual_y() const; private: bool _internal_has_actual_y() const; public: void clear_actual_y(); float actual_y() const; void set_actual_y(float value); private: float _internal_actual_y() const; void _internal_set_actual_y(float value); public: // optional float actual_z = 9; bool has_actual_z() const; private: bool _internal_has_actual_z() const; public: void clear_actual_z(); float actual_z() const; void set_actual_z(float value); private: float _internal_actual_z() const; void _internal_set_actual_z(float value); public: // optional float actual_y1 = 10; bool has_actual_y1() const; private: bool _internal_has_actual_y1() const; public: void clear_actual_y1(); float actual_y1() const; void set_actual_y1(float value); private: float _internal_actual_y1() const; void _internal_set_actual_y1(float value); public: // optional float actual_y2 = 11; bool has_actual_y2() const; private: bool _internal_has_actual_y2() const; public: void clear_actual_y2(); float actual_y2() const; void set_actual_y2(float value); private: float _internal_actual_y2() const; void _internal_set_actual_y2(float value); public: // optional .message.Clamp_motion actual_clamp_motion1 = 12; bool has_actual_clamp_motion1() const; private: bool _internal_has_actual_clamp_motion1() const; public: void clear_actual_clamp_motion1(); ::message::Clamp_motion actual_clamp_motion1() const; void set_actual_clamp_motion1(::message::Clamp_motion value); private: ::message::Clamp_motion _internal_actual_clamp_motion1() const; void _internal_set_actual_clamp_motion1(::message::Clamp_motion value); public: // optional .message.Clamp_motion actual_clamp_motion2 = 13; bool has_actual_clamp_motion2() const; private: bool _internal_has_actual_clamp_motion2() const; public: void clear_actual_clamp_motion2(); ::message::Clamp_motion actual_clamp_motion2() const; void set_actual_clamp_motion2(::message::Clamp_motion value); private: ::message::Clamp_motion _internal_actual_clamp_motion2() const; void _internal_set_actual_clamp_motion2(::message::Clamp_motion value); public: // optional .message.Small_sports_car_motion actual_small_sports_car_motion = 14; bool has_actual_small_sports_car_motion() const; private: bool _internal_has_actual_small_sports_car_motion() const; public: void clear_actual_small_sports_car_motion(); ::message::Small_sports_car_motion actual_small_sports_car_motion() const; void set_actual_small_sports_car_motion(::message::Small_sports_car_motion value); private: ::message::Small_sports_car_motion _internal_actual_small_sports_car_motion() const; void _internal_set_actual_small_sports_car_motion(::message::Small_sports_car_motion value); public: // optional .message.Joint_motion actual_joint_motion_x1 = 15; bool has_actual_joint_motion_x1() const; private: bool _internal_has_actual_joint_motion_x1() const; public: void clear_actual_joint_motion_x1(); ::message::Joint_motion actual_joint_motion_x1() const; void set_actual_joint_motion_x1(::message::Joint_motion value); private: ::message::Joint_motion _internal_actual_joint_motion_x1() const; void _internal_set_actual_joint_motion_x1(::message::Joint_motion value); public: // optional .message.Joint_motion actual_joint_motion_x2 = 16; bool has_actual_joint_motion_x2() const; private: bool _internal_has_actual_joint_motion_x2() const; public: void clear_actual_joint_motion_x2(); ::message::Joint_motion actual_joint_motion_x2() const; void set_actual_joint_motion_x2(::message::Joint_motion value); private: ::message::Joint_motion _internal_actual_joint_motion_x2() const; void _internal_set_actual_joint_motion_x2(::message::Joint_motion value); public: // required .message.Dispatch_device_type dispatch_device_type = 1; bool has_dispatch_device_type() const; private: bool _internal_has_dispatch_device_type() const; public: void clear_dispatch_device_type(); ::message::Dispatch_device_type dispatch_device_type() const; void set_dispatch_device_type(::message::Dispatch_device_type value); private: ::message::Dispatch_device_type _internal_dispatch_device_type() const; void _internal_set_dispatch_device_type(::message::Dispatch_device_type value); public: // @@protoc_insertion_point(class_scope:message.Carrier_data) private: class _Internal; // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr actual_error_code_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr actual_warning_code_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr actual_error_description_; int dispatch_device_status_; ::PROTOBUF_NAMESPACE_ID::int32 device_id_; int actual_device_status_; int actual_load_status_; ::PROTOBUF_NAMESPACE_ID::int32 actual_coordinates_id_; float actual_x_; float actual_y_; float actual_z_; float actual_y1_; float actual_y2_; int actual_clamp_motion1_; int actual_clamp_motion2_; int actual_small_sports_car_motion_; int actual_joint_motion_x1_; int actual_joint_motion_x2_; int dispatch_device_type_; friend struct ::TableStruct_dispatch_5fmessage_2eproto; }; // ------------------------------------------------------------------- class Passageway_data PROTOBUF_FINAL : public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:message.Passageway_data) */ { public: inline Passageway_data() : Passageway_data(nullptr) {} virtual ~Passageway_data(); Passageway_data(const Passageway_data& from); Passageway_data(Passageway_data&& from) noexcept : Passageway_data() { *this = ::std::move(from); } inline Passageway_data& operator=(const Passageway_data& from) { CopyFrom(from); return *this; } inline Passageway_data& operator=(Passageway_data&& from) noexcept { if (GetArena() == from.GetArena()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const { return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance); } inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() { return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { return GetDescriptor(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { return GetMetadataStatic().descriptor; } static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return GetMetadataStatic().reflection; } static const Passageway_data& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Passageway_data* internal_default_instance() { return reinterpret_cast( &_Passageway_data_default_instance_); } static constexpr int kIndexInFileMessages = 5; friend void swap(Passageway_data& a, Passageway_data& b) { a.Swap(&b); } inline void Swap(Passageway_data* other) { if (other == this) return; if (GetArena() == other->GetArena()) { InternalSwap(other); } else { ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } void UnsafeArenaSwap(Passageway_data* other) { if (other == this) return; GOOGLE_DCHECK(GetArena() == other->GetArena()); InternalSwap(other); } // implements Message ---------------------------------------------- inline Passageway_data* New() const final { return CreateMaybeMessage(nullptr); } Passageway_data* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void CopyFrom(const Passageway_data& from); void MergeFrom(const Passageway_data& from); PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: inline void SharedCtor(); inline void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Passageway_data* other); friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { return "message.Passageway_data"; } protected: explicit Passageway_data(::PROTOBUF_NAMESPACE_ID::Arena* arena); private: static void ArenaDtor(void* object); inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena); public: ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; private: static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_dispatch_5fmessage_2eproto); return ::descriptor_table_dispatch_5fmessage_2eproto.file_level_metadata[kIndexInFileMessages]; } public: // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- enum : int { kActualErrorCodeFieldNumber = 15, kActualWarningCodeFieldNumber = 16, kActualErrorDescriptionFieldNumber = 17, kDispatchDeviceStatusFieldNumber = 2, kDeviceIdFieldNumber = 3, kActualDeviceStatusFieldNumber = 4, kActualInsideLoadStatusFieldNumber = 5, kActualOutsideLoadStatusFieldNumber = 6, kActualFrontOverstepTheBoundaryFieldNumber = 7, kActualBackOverstepTheBoundaryFieldNumber = 8, kActualHeightOverstepTheBoundaryFieldNumber = 9, kActualOutsideDoorSensorFieldNumber = 10, kActualInsideDoorMotionFieldNumber = 11, kActualOutsideDoorMotionFieldNumber = 12, kActualTurntableLoadStatusFieldNumber = 13, kActualTurntableDirectionFieldNumber = 14, kDispatchDeviceTypeFieldNumber = 1, }; // optional string actual_error_code = 15; bool has_actual_error_code() const; private: bool _internal_has_actual_error_code() const; public: void clear_actual_error_code(); const std::string& actual_error_code() const; void set_actual_error_code(const std::string& value); void set_actual_error_code(std::string&& value); void set_actual_error_code(const char* value); void set_actual_error_code(const char* value, size_t size); std::string* mutable_actual_error_code(); std::string* release_actual_error_code(); void set_allocated_actual_error_code(std::string* actual_error_code); private: const std::string& _internal_actual_error_code() const; void _internal_set_actual_error_code(const std::string& value); std::string* _internal_mutable_actual_error_code(); public: // optional string actual_warning_code = 16; bool has_actual_warning_code() const; private: bool _internal_has_actual_warning_code() const; public: void clear_actual_warning_code(); const std::string& actual_warning_code() const; void set_actual_warning_code(const std::string& value); void set_actual_warning_code(std::string&& value); void set_actual_warning_code(const char* value); void set_actual_warning_code(const char* value, size_t size); std::string* mutable_actual_warning_code(); std::string* release_actual_warning_code(); void set_allocated_actual_warning_code(std::string* actual_warning_code); private: const std::string& _internal_actual_warning_code() const; void _internal_set_actual_warning_code(const std::string& value); std::string* _internal_mutable_actual_warning_code(); public: // optional string actual_error_description = 17; bool has_actual_error_description() const; private: bool _internal_has_actual_error_description() const; public: void clear_actual_error_description(); const std::string& actual_error_description() const; void set_actual_error_description(const std::string& value); void set_actual_error_description(std::string&& value); void set_actual_error_description(const char* value); void set_actual_error_description(const char* value, size_t size); std::string* mutable_actual_error_description(); std::string* release_actual_error_description(); void set_allocated_actual_error_description(std::string* actual_error_description); private: const std::string& _internal_actual_error_description() const; void _internal_set_actual_error_description(const std::string& value); std::string* _internal_mutable_actual_error_description(); public: // required .message.Dispatch_device_status dispatch_device_status = 2; bool has_dispatch_device_status() const; private: bool _internal_has_dispatch_device_status() const; public: void clear_dispatch_device_status(); ::message::Dispatch_device_status dispatch_device_status() const; void set_dispatch_device_status(::message::Dispatch_device_status value); private: ::message::Dispatch_device_status _internal_dispatch_device_status() const; void _internal_set_dispatch_device_status(::message::Dispatch_device_status value); public: // required int32 device_id = 3; bool has_device_id() const; private: bool _internal_has_device_id() const; public: void clear_device_id(); ::PROTOBUF_NAMESPACE_ID::int32 device_id() const; void set_device_id(::PROTOBUF_NAMESPACE_ID::int32 value); private: ::PROTOBUF_NAMESPACE_ID::int32 _internal_device_id() const; void _internal_set_device_id(::PROTOBUF_NAMESPACE_ID::int32 value); public: // optional .message.Hardware_device_status actual_device_status = 4; bool has_actual_device_status() const; private: bool _internal_has_actual_device_status() const; public: void clear_actual_device_status(); ::message::Hardware_device_status actual_device_status() const; void set_actual_device_status(::message::Hardware_device_status value); private: ::message::Hardware_device_status _internal_actual_device_status() const; void _internal_set_actual_device_status(::message::Hardware_device_status value); public: // optional .message.Load_status actual_inside_load_status = 5; bool has_actual_inside_load_status() const; private: bool _internal_has_actual_inside_load_status() const; public: void clear_actual_inside_load_status(); ::message::Load_status actual_inside_load_status() const; void set_actual_inside_load_status(::message::Load_status value); private: ::message::Load_status _internal_actual_inside_load_status() const; void _internal_set_actual_inside_load_status(::message::Load_status value); public: // optional .message.Load_status actual_outside_load_status = 6; bool has_actual_outside_load_status() const; private: bool _internal_has_actual_outside_load_status() const; public: void clear_actual_outside_load_status(); ::message::Load_status actual_outside_load_status() const; void set_actual_outside_load_status(::message::Load_status value); private: ::message::Load_status _internal_actual_outside_load_status() const; void _internal_set_actual_outside_load_status(::message::Load_status value); public: // optional .message.Overstep_the_boundary actual_front_overstep_the_boundary = 7; bool has_actual_front_overstep_the_boundary() const; private: bool _internal_has_actual_front_overstep_the_boundary() const; public: void clear_actual_front_overstep_the_boundary(); ::message::Overstep_the_boundary actual_front_overstep_the_boundary() const; void set_actual_front_overstep_the_boundary(::message::Overstep_the_boundary value); private: ::message::Overstep_the_boundary _internal_actual_front_overstep_the_boundary() const; void _internal_set_actual_front_overstep_the_boundary(::message::Overstep_the_boundary value); public: // optional .message.Overstep_the_boundary actual_back_overstep_the_boundary = 8; bool has_actual_back_overstep_the_boundary() const; private: bool _internal_has_actual_back_overstep_the_boundary() const; public: void clear_actual_back_overstep_the_boundary(); ::message::Overstep_the_boundary actual_back_overstep_the_boundary() const; void set_actual_back_overstep_the_boundary(::message::Overstep_the_boundary value); private: ::message::Overstep_the_boundary _internal_actual_back_overstep_the_boundary() const; void _internal_set_actual_back_overstep_the_boundary(::message::Overstep_the_boundary value); public: // optional .message.Overstep_the_boundary actual_height_overstep_the_boundary = 9; bool has_actual_height_overstep_the_boundary() const; private: bool _internal_has_actual_height_overstep_the_boundary() const; public: void clear_actual_height_overstep_the_boundary(); ::message::Overstep_the_boundary actual_height_overstep_the_boundary() const; void set_actual_height_overstep_the_boundary(::message::Overstep_the_boundary value); private: ::message::Overstep_the_boundary _internal_actual_height_overstep_the_boundary() const; void _internal_set_actual_height_overstep_the_boundary(::message::Overstep_the_boundary value); public: // optional .message.Load_status actual_outside_door_sensor = 10; bool has_actual_outside_door_sensor() const; private: bool _internal_has_actual_outside_door_sensor() const; public: void clear_actual_outside_door_sensor(); ::message::Load_status actual_outside_door_sensor() const; void set_actual_outside_door_sensor(::message::Load_status value); private: ::message::Load_status _internal_actual_outside_door_sensor() const; void _internal_set_actual_outside_door_sensor(::message::Load_status value); public: // optional .message.Door_motion actual_inside_door_motion = 11; bool has_actual_inside_door_motion() const; private: bool _internal_has_actual_inside_door_motion() const; public: void clear_actual_inside_door_motion(); ::message::Door_motion actual_inside_door_motion() const; void set_actual_inside_door_motion(::message::Door_motion value); private: ::message::Door_motion _internal_actual_inside_door_motion() const; void _internal_set_actual_inside_door_motion(::message::Door_motion value); public: // optional .message.Door_motion actual_outside_door_motion = 12; bool has_actual_outside_door_motion() const; private: bool _internal_has_actual_outside_door_motion() const; public: void clear_actual_outside_door_motion(); ::message::Door_motion actual_outside_door_motion() const; void set_actual_outside_door_motion(::message::Door_motion value); private: ::message::Door_motion _internal_actual_outside_door_motion() const; void _internal_set_actual_outside_door_motion(::message::Door_motion value); public: // optional .message.Load_status actual_turntable_load_status = 13; bool has_actual_turntable_load_status() const; private: bool _internal_has_actual_turntable_load_status() const; public: void clear_actual_turntable_load_status(); ::message::Load_status actual_turntable_load_status() const; void set_actual_turntable_load_status(::message::Load_status value); private: ::message::Load_status _internal_actual_turntable_load_status() const; void _internal_set_actual_turntable_load_status(::message::Load_status value); public: // optional .message.Turntable_direction actual_turntable_direction = 14; bool has_actual_turntable_direction() const; private: bool _internal_has_actual_turntable_direction() const; public: void clear_actual_turntable_direction(); ::message::Turntable_direction actual_turntable_direction() const; void set_actual_turntable_direction(::message::Turntable_direction value); private: ::message::Turntable_direction _internal_actual_turntable_direction() const; void _internal_set_actual_turntable_direction(::message::Turntable_direction value); public: // required .message.Dispatch_device_type dispatch_device_type = 1; bool has_dispatch_device_type() const; private: bool _internal_has_dispatch_device_type() const; public: void clear_dispatch_device_type(); ::message::Dispatch_device_type dispatch_device_type() const; void set_dispatch_device_type(::message::Dispatch_device_type value); private: ::message::Dispatch_device_type _internal_dispatch_device_type() const; void _internal_set_dispatch_device_type(::message::Dispatch_device_type value); public: // @@protoc_insertion_point(class_scope:message.Passageway_data) private: class _Internal; // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr actual_error_code_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr actual_warning_code_; ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr actual_error_description_; int dispatch_device_status_; ::PROTOBUF_NAMESPACE_ID::int32 device_id_; int actual_device_status_; int actual_inside_load_status_; int actual_outside_load_status_; int actual_front_overstep_the_boundary_; int actual_back_overstep_the_boundary_; int actual_height_overstep_the_boundary_; int actual_outside_door_sensor_; int actual_inside_door_motion_; int actual_outside_door_motion_; int actual_turntable_load_status_; int actual_turntable_direction_; int dispatch_device_type_; friend struct ::TableStruct_dispatch_5fmessage_2eproto; }; // ------------------------------------------------------------------- class Dispatch_manager_status_msg PROTOBUF_FINAL : public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:message.Dispatch_manager_status_msg) */ { public: inline Dispatch_manager_status_msg() : Dispatch_manager_status_msg(nullptr) {} virtual ~Dispatch_manager_status_msg(); Dispatch_manager_status_msg(const Dispatch_manager_status_msg& from); Dispatch_manager_status_msg(Dispatch_manager_status_msg&& from) noexcept : Dispatch_manager_status_msg() { *this = ::std::move(from); } inline Dispatch_manager_status_msg& operator=(const Dispatch_manager_status_msg& from) { CopyFrom(from); return *this; } inline Dispatch_manager_status_msg& operator=(Dispatch_manager_status_msg&& from) noexcept { if (GetArena() == from.GetArena()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const { return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance); } inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() { return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { return GetDescriptor(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { return GetMetadataStatic().descriptor; } static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return GetMetadataStatic().reflection; } static const Dispatch_manager_status_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Dispatch_manager_status_msg* internal_default_instance() { return reinterpret_cast( &_Dispatch_manager_status_msg_default_instance_); } static constexpr int kIndexInFileMessages = 6; friend void swap(Dispatch_manager_status_msg& a, Dispatch_manager_status_msg& b) { a.Swap(&b); } inline void Swap(Dispatch_manager_status_msg* other) { if (other == this) return; if (GetArena() == other->GetArena()) { InternalSwap(other); } else { ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } void UnsafeArenaSwap(Dispatch_manager_status_msg* other) { if (other == this) return; GOOGLE_DCHECK(GetArena() == other->GetArena()); InternalSwap(other); } // implements Message ---------------------------------------------- inline Dispatch_manager_status_msg* New() const final { return CreateMaybeMessage(nullptr); } Dispatch_manager_status_msg* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void CopyFrom(const Dispatch_manager_status_msg& from); void MergeFrom(const Dispatch_manager_status_msg& from); PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: inline void SharedCtor(); inline void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Dispatch_manager_status_msg* other); friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { return "message.Dispatch_manager_status_msg"; } protected: explicit Dispatch_manager_status_msg(::PROTOBUF_NAMESPACE_ID::Arena* arena); private: static void ArenaDtor(void* object); inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena); public: ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; private: static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_dispatch_5fmessage_2eproto); return ::descriptor_table_dispatch_5fmessage_2eproto.file_level_metadata[kIndexInFileMessages]; } public: // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- enum : int { kCatcherDataMapFieldNumber = 4, kCarrierDataMapFieldNumber = 5, kPassagewayDataMapFieldNumber = 6, kBaseInfoFieldNumber = 1, kDispatchIdFieldNumber = 2, kDispatchManagerStatusFieldNumber = 3, }; // repeated .message.Catcher_data catcher_data_map = 4; int catcher_data_map_size() const; private: int _internal_catcher_data_map_size() const; public: void clear_catcher_data_map(); ::message::Catcher_data* mutable_catcher_data_map(int index); ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Catcher_data >* mutable_catcher_data_map(); private: const ::message::Catcher_data& _internal_catcher_data_map(int index) const; ::message::Catcher_data* _internal_add_catcher_data_map(); public: const ::message::Catcher_data& catcher_data_map(int index) const; ::message::Catcher_data* add_catcher_data_map(); const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Catcher_data >& catcher_data_map() const; // repeated .message.Carrier_data carrier_data_map = 5; int carrier_data_map_size() const; private: int _internal_carrier_data_map_size() const; public: void clear_carrier_data_map(); ::message::Carrier_data* mutable_carrier_data_map(int index); ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Carrier_data >* mutable_carrier_data_map(); private: const ::message::Carrier_data& _internal_carrier_data_map(int index) const; ::message::Carrier_data* _internal_add_carrier_data_map(); public: const ::message::Carrier_data& carrier_data_map(int index) const; ::message::Carrier_data* add_carrier_data_map(); const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Carrier_data >& carrier_data_map() const; // repeated .message.Passageway_data passageway_data_map = 6; int passageway_data_map_size() const; private: int _internal_passageway_data_map_size() const; public: void clear_passageway_data_map(); ::message::Passageway_data* mutable_passageway_data_map(int index); ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Passageway_data >* mutable_passageway_data_map(); private: const ::message::Passageway_data& _internal_passageway_data_map(int index) const; ::message::Passageway_data* _internal_add_passageway_data_map(); public: const ::message::Passageway_data& passageway_data_map(int index) const; ::message::Passageway_data* add_passageway_data_map(); const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Passageway_data >& passageway_data_map() const; // required .message.Base_info base_info = 1; bool has_base_info() const; private: bool _internal_has_base_info() const; public: void clear_base_info(); 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); private: const ::message::Base_info& _internal_base_info() const; ::message::Base_info* _internal_mutable_base_info(); public: void unsafe_arena_set_allocated_base_info( ::message::Base_info* base_info); ::message::Base_info* unsafe_arena_release_base_info(); // required int32 dispatch_id = 2; bool has_dispatch_id() const; private: bool _internal_has_dispatch_id() const; public: void clear_dispatch_id(); ::PROTOBUF_NAMESPACE_ID::int32 dispatch_id() const; void set_dispatch_id(::PROTOBUF_NAMESPACE_ID::int32 value); private: ::PROTOBUF_NAMESPACE_ID::int32 _internal_dispatch_id() const; void _internal_set_dispatch_id(::PROTOBUF_NAMESPACE_ID::int32 value); public: // required .message.Dispatch_manager_status dispatch_manager_status = 3; bool has_dispatch_manager_status() const; private: bool _internal_has_dispatch_manager_status() const; public: void clear_dispatch_manager_status(); ::message::Dispatch_manager_status dispatch_manager_status() const; void set_dispatch_manager_status(::message::Dispatch_manager_status value); private: ::message::Dispatch_manager_status _internal_dispatch_manager_status() const; void _internal_set_dispatch_manager_status(::message::Dispatch_manager_status value); public: // @@protoc_insertion_point(class_scope:message.Dispatch_manager_status_msg) private: class _Internal; // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Catcher_data > catcher_data_map_; ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Carrier_data > carrier_data_map_; ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Passageway_data > passageway_data_map_; ::message::Base_info* base_info_; ::PROTOBUF_NAMESPACE_ID::int32 dispatch_id_; int dispatch_manager_status_; friend struct ::TableStruct_dispatch_5fmessage_2eproto; }; // ------------------------------------------------------------------- class Dispatch_manager_data_msg PROTOBUF_FINAL : public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:message.Dispatch_manager_data_msg) */ { public: inline Dispatch_manager_data_msg() : Dispatch_manager_data_msg(nullptr) {} virtual ~Dispatch_manager_data_msg(); Dispatch_manager_data_msg(const Dispatch_manager_data_msg& from); Dispatch_manager_data_msg(Dispatch_manager_data_msg&& from) noexcept : Dispatch_manager_data_msg() { *this = ::std::move(from); } inline Dispatch_manager_data_msg& operator=(const Dispatch_manager_data_msg& from) { CopyFrom(from); return *this; } inline Dispatch_manager_data_msg& operator=(Dispatch_manager_data_msg&& from) noexcept { if (GetArena() == from.GetArena()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const { return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance); } inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() { return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { return GetDescriptor(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { return GetMetadataStatic().descriptor; } static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return GetMetadataStatic().reflection; } static const Dispatch_manager_data_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Dispatch_manager_data_msg* internal_default_instance() { return reinterpret_cast( &_Dispatch_manager_data_msg_default_instance_); } static constexpr int kIndexInFileMessages = 7; friend void swap(Dispatch_manager_data_msg& a, Dispatch_manager_data_msg& b) { a.Swap(&b); } inline void Swap(Dispatch_manager_data_msg* other) { if (other == this) return; if (GetArena() == other->GetArena()) { InternalSwap(other); } else { ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); } } void UnsafeArenaSwap(Dispatch_manager_data_msg* other) { if (other == this) return; GOOGLE_DCHECK(GetArena() == other->GetArena()); InternalSwap(other); } // implements Message ---------------------------------------------- inline Dispatch_manager_data_msg* New() const final { return CreateMaybeMessage(nullptr); } Dispatch_manager_data_msg* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void CopyFrom(const Dispatch_manager_data_msg& from); void MergeFrom(const Dispatch_manager_data_msg& from); PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: inline void SharedCtor(); inline void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Dispatch_manager_data_msg* other); friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { return "message.Dispatch_manager_data_msg"; } protected: explicit Dispatch_manager_data_msg(::PROTOBUF_NAMESPACE_ID::Arena* arena); private: static void ArenaDtor(void* object); inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena); public: ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; private: static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_dispatch_5fmessage_2eproto); return ::descriptor_table_dispatch_5fmessage_2eproto.file_level_metadata[kIndexInFileMessages]; } public: // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // @@protoc_insertion_point(class_scope:message.Dispatch_manager_data_msg) private: class _Internal; template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_dispatch_5fmessage_2eproto; }; // =================================================================== // =================================================================== #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ // Dispatch_terminal_status_msg // required .message.Base_info base_info = 1; inline bool Dispatch_terminal_status_msg::_internal_has_base_info() const { bool value = (_has_bits_[0] & 0x00000001u) != 0; PROTOBUF_ASSUME(!value || base_info_ != nullptr); return value; } inline bool Dispatch_terminal_status_msg::has_base_info() const { return _internal_has_base_info(); } inline const ::message::Base_info& Dispatch_terminal_status_msg::_internal_base_info() const { const ::message::Base_info* p = base_info_; return p != nullptr ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline const ::message::Base_info& Dispatch_terminal_status_msg::base_info() const { // @@protoc_insertion_point(field_get:message.Dispatch_terminal_status_msg.base_info) return _internal_base_info(); } inline void Dispatch_terminal_status_msg::unsafe_arena_set_allocated_base_info( ::message::Base_info* base_info) { if (GetArena() == nullptr) { delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(base_info_); } base_info_ = base_info; if (base_info) { _has_bits_[0] |= 0x00000001u; } else { _has_bits_[0] &= ~0x00000001u; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:message.Dispatch_terminal_status_msg.base_info) } inline ::message::Base_info* Dispatch_terminal_status_msg::release_base_info() { _has_bits_[0] &= ~0x00000001u; ::message::Base_info* temp = base_info_; base_info_ = nullptr; if (GetArena() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } return temp; } inline ::message::Base_info* Dispatch_terminal_status_msg::unsafe_arena_release_base_info() { // @@protoc_insertion_point(field_release:message.Dispatch_terminal_status_msg.base_info) _has_bits_[0] &= ~0x00000001u; ::message::Base_info* temp = base_info_; base_info_ = nullptr; return temp; } inline ::message::Base_info* Dispatch_terminal_status_msg::_internal_mutable_base_info() { _has_bits_[0] |= 0x00000001u; if (base_info_ == nullptr) { auto* p = CreateMaybeMessage<::message::Base_info>(GetArena()); base_info_ = p; } return base_info_; } inline ::message::Base_info* Dispatch_terminal_status_msg::mutable_base_info() { // @@protoc_insertion_point(field_mutable:message.Dispatch_terminal_status_msg.base_info) return _internal_mutable_base_info(); } inline void Dispatch_terminal_status_msg::set_allocated_base_info(::message::Base_info* base_info) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena(); if (message_arena == nullptr) { delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(base_info_); } if (base_info) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(base_info)->GetArena(); if (message_arena != submessage_arena) { base_info = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( message_arena, base_info, submessage_arena); } _has_bits_[0] |= 0x00000001u; } else { _has_bits_[0] &= ~0x00000001u; } base_info_ = base_info; // @@protoc_insertion_point(field_set_allocated:message.Dispatch_terminal_status_msg.base_info) } // required .message.Id_struct id_struct = 2; inline bool Dispatch_terminal_status_msg::_internal_has_id_struct() const { bool value = (_has_bits_[0] & 0x00000002u) != 0; PROTOBUF_ASSUME(!value || id_struct_ != nullptr); return value; } inline bool Dispatch_terminal_status_msg::has_id_struct() const { return _internal_has_id_struct(); } inline const ::message::Id_struct& Dispatch_terminal_status_msg::_internal_id_struct() const { const ::message::Id_struct* p = id_struct_; return p != nullptr ? *p : *reinterpret_cast( &::message::_Id_struct_default_instance_); } inline const ::message::Id_struct& Dispatch_terminal_status_msg::id_struct() const { // @@protoc_insertion_point(field_get:message.Dispatch_terminal_status_msg.id_struct) return _internal_id_struct(); } inline void Dispatch_terminal_status_msg::unsafe_arena_set_allocated_id_struct( ::message::Id_struct* id_struct) { if (GetArena() == nullptr) { delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(id_struct_); } id_struct_ = id_struct; if (id_struct) { _has_bits_[0] |= 0x00000002u; } else { _has_bits_[0] &= ~0x00000002u; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:message.Dispatch_terminal_status_msg.id_struct) } inline ::message::Id_struct* Dispatch_terminal_status_msg::release_id_struct() { _has_bits_[0] &= ~0x00000002u; ::message::Id_struct* temp = id_struct_; id_struct_ = nullptr; if (GetArena() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } return temp; } inline ::message::Id_struct* Dispatch_terminal_status_msg::unsafe_arena_release_id_struct() { // @@protoc_insertion_point(field_release:message.Dispatch_terminal_status_msg.id_struct) _has_bits_[0] &= ~0x00000002u; ::message::Id_struct* temp = id_struct_; id_struct_ = nullptr; return temp; } inline ::message::Id_struct* Dispatch_terminal_status_msg::_internal_mutable_id_struct() { _has_bits_[0] |= 0x00000002u; if (id_struct_ == nullptr) { auto* p = CreateMaybeMessage<::message::Id_struct>(GetArena()); id_struct_ = p; } return id_struct_; } inline ::message::Id_struct* Dispatch_terminal_status_msg::mutable_id_struct() { // @@protoc_insertion_point(field_mutable:message.Dispatch_terminal_status_msg.id_struct) return _internal_mutable_id_struct(); } inline void Dispatch_terminal_status_msg::set_allocated_id_struct(::message::Id_struct* id_struct) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena(); if (message_arena == nullptr) { delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(id_struct_); } if (id_struct) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(id_struct)->GetArena(); if (message_arena != submessage_arena) { id_struct = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( message_arena, id_struct, submessage_arena); } _has_bits_[0] |= 0x00000002u; } else { _has_bits_[0] &= ~0x00000002u; } id_struct_ = id_struct; // @@protoc_insertion_point(field_set_allocated:message.Dispatch_terminal_status_msg.id_struct) } // required .message.Terminal_status terminal_status = 3; inline bool Dispatch_terminal_status_msg::_internal_has_terminal_status() const { bool value = (_has_bits_[0] & 0x00000004u) != 0; return value; } inline bool Dispatch_terminal_status_msg::has_terminal_status() const { return _internal_has_terminal_status(); } inline void Dispatch_terminal_status_msg::clear_terminal_status() { terminal_status_ = 0; _has_bits_[0] &= ~0x00000004u; } inline ::message::Terminal_status Dispatch_terminal_status_msg::_internal_terminal_status() const { return static_cast< ::message::Terminal_status >(terminal_status_); } inline ::message::Terminal_status Dispatch_terminal_status_msg::terminal_status() const { // @@protoc_insertion_point(field_get:message.Dispatch_terminal_status_msg.terminal_status) return _internal_terminal_status(); } inline void Dispatch_terminal_status_msg::_internal_set_terminal_status(::message::Terminal_status value) { assert(::message::Terminal_status_IsValid(value)); _has_bits_[0] |= 0x00000004u; terminal_status_ = value; } inline void Dispatch_terminal_status_msg::set_terminal_status(::message::Terminal_status value) { _internal_set_terminal_status(value); // @@protoc_insertion_point(field_set:message.Dispatch_terminal_status_msg.terminal_status) } // required .message.Passageway_direction passageway_direction = 4; inline bool Dispatch_terminal_status_msg::_internal_has_passageway_direction() const { bool value = (_has_bits_[0] & 0x00000008u) != 0; return value; } inline bool Dispatch_terminal_status_msg::has_passageway_direction() const { return _internal_has_passageway_direction(); } inline void Dispatch_terminal_status_msg::clear_passageway_direction() { passageway_direction_ = 0; _has_bits_[0] &= ~0x00000008u; } inline ::message::Passageway_direction Dispatch_terminal_status_msg::_internal_passageway_direction() const { return static_cast< ::message::Passageway_direction >(passageway_direction_); } inline ::message::Passageway_direction Dispatch_terminal_status_msg::passageway_direction() const { // @@protoc_insertion_point(field_get:message.Dispatch_terminal_status_msg.passageway_direction) return _internal_passageway_direction(); } inline void Dispatch_terminal_status_msg::_internal_set_passageway_direction(::message::Passageway_direction value) { assert(::message::Passageway_direction_IsValid(value)); _has_bits_[0] |= 0x00000008u; passageway_direction_ = value; } inline void Dispatch_terminal_status_msg::set_passageway_direction(::message::Passageway_direction value) { _internal_set_passageway_direction(value); // @@protoc_insertion_point(field_set:message.Dispatch_terminal_status_msg.passageway_direction) } // ------------------------------------------------------------------- // Dispatch_request_msg // required .message.Base_info base_info = 1; inline bool Dispatch_request_msg::_internal_has_base_info() const { bool value = (_has_bits_[0] & 0x00000002u) != 0; PROTOBUF_ASSUME(!value || base_info_ != nullptr); return value; } inline bool Dispatch_request_msg::has_base_info() const { return _internal_has_base_info(); } inline const ::message::Base_info& Dispatch_request_msg::_internal_base_info() const { const ::message::Base_info* p = base_info_; return p != nullptr ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline const ::message::Base_info& Dispatch_request_msg::base_info() const { // @@protoc_insertion_point(field_get:message.Dispatch_request_msg.base_info) return _internal_base_info(); } inline void Dispatch_request_msg::unsafe_arena_set_allocated_base_info( ::message::Base_info* base_info) { if (GetArena() == nullptr) { delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(base_info_); } base_info_ = base_info; if (base_info) { _has_bits_[0] |= 0x00000002u; } else { _has_bits_[0] &= ~0x00000002u; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:message.Dispatch_request_msg.base_info) } inline ::message::Base_info* Dispatch_request_msg::release_base_info() { _has_bits_[0] &= ~0x00000002u; ::message::Base_info* temp = base_info_; base_info_ = nullptr; if (GetArena() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } return temp; } inline ::message::Base_info* Dispatch_request_msg::unsafe_arena_release_base_info() { // @@protoc_insertion_point(field_release:message.Dispatch_request_msg.base_info) _has_bits_[0] &= ~0x00000002u; ::message::Base_info* temp = base_info_; base_info_ = nullptr; return temp; } inline ::message::Base_info* Dispatch_request_msg::_internal_mutable_base_info() { _has_bits_[0] |= 0x00000002u; if (base_info_ == nullptr) { auto* p = CreateMaybeMessage<::message::Base_info>(GetArena()); base_info_ = p; } return base_info_; } inline ::message::Base_info* Dispatch_request_msg::mutable_base_info() { // @@protoc_insertion_point(field_mutable:message.Dispatch_request_msg.base_info) return _internal_mutable_base_info(); } inline void Dispatch_request_msg::set_allocated_base_info(::message::Base_info* base_info) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena(); if (message_arena == nullptr) { delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(base_info_); } if (base_info) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(base_info)->GetArena(); if (message_arena != submessage_arena) { base_info = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( message_arena, base_info, submessage_arena); } _has_bits_[0] |= 0x00000002u; } else { _has_bits_[0] &= ~0x00000002u; } base_info_ = base_info; // @@protoc_insertion_point(field_set_allocated:message.Dispatch_request_msg.base_info) } // required string command_key = 2; inline bool Dispatch_request_msg::_internal_has_command_key() const { bool value = (_has_bits_[0] & 0x00000001u) != 0; return value; } inline bool Dispatch_request_msg::has_command_key() const { return _internal_has_command_key(); } inline void Dispatch_request_msg::clear_command_key() { command_key_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); _has_bits_[0] &= ~0x00000001u; } inline const std::string& Dispatch_request_msg::command_key() const { // @@protoc_insertion_point(field_get:message.Dispatch_request_msg.command_key) return _internal_command_key(); } inline void Dispatch_request_msg::set_command_key(const std::string& value) { _internal_set_command_key(value); // @@protoc_insertion_point(field_set:message.Dispatch_request_msg.command_key) } inline std::string* Dispatch_request_msg::mutable_command_key() { // @@protoc_insertion_point(field_mutable:message.Dispatch_request_msg.command_key) return _internal_mutable_command_key(); } inline const std::string& Dispatch_request_msg::_internal_command_key() const { return command_key_.Get(); } inline void Dispatch_request_msg::_internal_set_command_key(const std::string& value) { _has_bits_[0] |= 0x00000001u; command_key_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); } inline void Dispatch_request_msg::set_command_key(std::string&& value) { _has_bits_[0] |= 0x00000001u; command_key_.Set( &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena()); // @@protoc_insertion_point(field_set_rvalue:message.Dispatch_request_msg.command_key) } inline void Dispatch_request_msg::set_command_key(const char* value) { GOOGLE_DCHECK(value != nullptr); _has_bits_[0] |= 0x00000001u; command_key_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value), GetArena()); // @@protoc_insertion_point(field_set_char:message.Dispatch_request_msg.command_key) } inline void Dispatch_request_msg::set_command_key(const char* value, size_t size) { _has_bits_[0] |= 0x00000001u; command_key_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string( reinterpret_cast(value), size), GetArena()); // @@protoc_insertion_point(field_set_pointer:message.Dispatch_request_msg.command_key) } inline std::string* Dispatch_request_msg::_internal_mutable_command_key() { _has_bits_[0] |= 0x00000001u; return command_key_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline std::string* Dispatch_request_msg::release_command_key() { // @@protoc_insertion_point(field_release:message.Dispatch_request_msg.command_key) if (!_internal_has_command_key()) { return nullptr; } _has_bits_[0] &= ~0x00000001u; return command_key_.ReleaseNonDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline void Dispatch_request_msg::set_allocated_command_key(std::string* command_key) { if (command_key != nullptr) { _has_bits_[0] |= 0x00000001u; } else { _has_bits_[0] &= ~0x00000001u; } command_key_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), command_key, GetArena()); // @@protoc_insertion_point(field_set_allocated:message.Dispatch_request_msg.command_key) } // optional .message.Dispatch_motion_direction dispatch_motion_direction = 3; inline bool Dispatch_request_msg::_internal_has_dispatch_motion_direction() const { bool value = (_has_bits_[0] & 0x00000010u) != 0; return value; } inline bool Dispatch_request_msg::has_dispatch_motion_direction() const { return _internal_has_dispatch_motion_direction(); } inline void Dispatch_request_msg::clear_dispatch_motion_direction() { dispatch_motion_direction_ = 0; _has_bits_[0] &= ~0x00000010u; } inline ::message::Dispatch_motion_direction Dispatch_request_msg::_internal_dispatch_motion_direction() const { return static_cast< ::message::Dispatch_motion_direction >(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 _internal_dispatch_motion_direction(); } inline void Dispatch_request_msg::_internal_set_dispatch_motion_direction(::message::Dispatch_motion_direction value) { assert(::message::Dispatch_motion_direction_IsValid(value)); _has_bits_[0] |= 0x00000010u; dispatch_motion_direction_ = value; } inline void Dispatch_request_msg::set_dispatch_motion_direction(::message::Dispatch_motion_direction value) { _internal_set_dispatch_motion_direction(value); // @@protoc_insertion_point(field_set:message.Dispatch_request_msg.dispatch_motion_direction) } // optional .message.Id_struct id_struct = 4; inline bool Dispatch_request_msg::_internal_has_id_struct() const { bool value = (_has_bits_[0] & 0x00000004u) != 0; PROTOBUF_ASSUME(!value || id_struct_ != nullptr); return value; } inline bool Dispatch_request_msg::has_id_struct() const { return _internal_has_id_struct(); } inline const ::message::Id_struct& Dispatch_request_msg::_internal_id_struct() const { const ::message::Id_struct* p = id_struct_; return p != nullptr ? *p : *reinterpret_cast( &::message::_Id_struct_default_instance_); } inline const ::message::Id_struct& Dispatch_request_msg::id_struct() const { // @@protoc_insertion_point(field_get:message.Dispatch_request_msg.id_struct) return _internal_id_struct(); } inline void Dispatch_request_msg::unsafe_arena_set_allocated_id_struct( ::message::Id_struct* id_struct) { if (GetArena() == nullptr) { delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(id_struct_); } id_struct_ = id_struct; if (id_struct) { _has_bits_[0] |= 0x00000004u; } else { _has_bits_[0] &= ~0x00000004u; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:message.Dispatch_request_msg.id_struct) } inline ::message::Id_struct* Dispatch_request_msg::release_id_struct() { _has_bits_[0] &= ~0x00000004u; ::message::Id_struct* temp = id_struct_; id_struct_ = nullptr; if (GetArena() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } return temp; } inline ::message::Id_struct* Dispatch_request_msg::unsafe_arena_release_id_struct() { // @@protoc_insertion_point(field_release:message.Dispatch_request_msg.id_struct) _has_bits_[0] &= ~0x00000004u; ::message::Id_struct* temp = id_struct_; id_struct_ = nullptr; return temp; } inline ::message::Id_struct* Dispatch_request_msg::_internal_mutable_id_struct() { _has_bits_[0] |= 0x00000004u; if (id_struct_ == nullptr) { auto* p = CreateMaybeMessage<::message::Id_struct>(GetArena()); id_struct_ = p; } return id_struct_; } inline ::message::Id_struct* Dispatch_request_msg::mutable_id_struct() { // @@protoc_insertion_point(field_mutable:message.Dispatch_request_msg.id_struct) return _internal_mutable_id_struct(); } inline void Dispatch_request_msg::set_allocated_id_struct(::message::Id_struct* id_struct) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena(); if (message_arena == nullptr) { delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(id_struct_); } if (id_struct) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(id_struct)->GetArena(); if (message_arena != submessage_arena) { id_struct = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( message_arena, id_struct, submessage_arena); } _has_bits_[0] |= 0x00000004u; } else { _has_bits_[0] &= ~0x00000004u; } id_struct_ = id_struct; // @@protoc_insertion_point(field_set_allocated:message.Dispatch_request_msg.id_struct) } // optional .message.Locate_information locate_information = 5; inline bool Dispatch_request_msg::_internal_has_locate_information() const { bool value = (_has_bits_[0] & 0x00000008u) != 0; PROTOBUF_ASSUME(!value || locate_information_ != nullptr); return value; } inline bool Dispatch_request_msg::has_locate_information() const { return _internal_has_locate_information(); } inline const ::message::Locate_information& Dispatch_request_msg::_internal_locate_information() const { const ::message::Locate_information* p = locate_information_; return p != nullptr ? *p : *reinterpret_cast( &::message::_Locate_information_default_instance_); } inline const ::message::Locate_information& Dispatch_request_msg::locate_information() const { // @@protoc_insertion_point(field_get:message.Dispatch_request_msg.locate_information) return _internal_locate_information(); } inline void Dispatch_request_msg::unsafe_arena_set_allocated_locate_information( ::message::Locate_information* locate_information) { if (GetArena() == nullptr) { delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(locate_information_); } locate_information_ = locate_information; if (locate_information) { _has_bits_[0] |= 0x00000008u; } else { _has_bits_[0] &= ~0x00000008u; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:message.Dispatch_request_msg.locate_information) } inline ::message::Locate_information* Dispatch_request_msg::release_locate_information() { _has_bits_[0] &= ~0x00000008u; ::message::Locate_information* temp = locate_information_; locate_information_ = nullptr; if (GetArena() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } return temp; } inline ::message::Locate_information* Dispatch_request_msg::unsafe_arena_release_locate_information() { // @@protoc_insertion_point(field_release:message.Dispatch_request_msg.locate_information) _has_bits_[0] &= ~0x00000008u; ::message::Locate_information* temp = locate_information_; locate_information_ = nullptr; return temp; } inline ::message::Locate_information* Dispatch_request_msg::_internal_mutable_locate_information() { _has_bits_[0] |= 0x00000008u; if (locate_information_ == nullptr) { auto* p = CreateMaybeMessage<::message::Locate_information>(GetArena()); locate_information_ = p; } return locate_information_; } inline ::message::Locate_information* Dispatch_request_msg::mutable_locate_information() { // @@protoc_insertion_point(field_mutable:message.Dispatch_request_msg.locate_information) return _internal_mutable_locate_information(); } inline void Dispatch_request_msg::set_allocated_locate_information(::message::Locate_information* locate_information) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena(); if (message_arena == nullptr) { delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(locate_information_); } if (locate_information) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(locate_information)->GetArena(); if (message_arena != submessage_arena) { locate_information = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( message_arena, locate_information, submessage_arena); } _has_bits_[0] |= 0x00000008u; } else { _has_bits_[0] &= ~0x00000008u; } locate_information_ = locate_information; // @@protoc_insertion_point(field_set_allocated:message.Dispatch_request_msg.locate_information) } // repeated .message.Parkspace_info parkspace_info_ex = 6; inline int Dispatch_request_msg::_internal_parkspace_info_ex_size() const { return parkspace_info_ex_.size(); } inline int Dispatch_request_msg::parkspace_info_ex_size() const { return _internal_parkspace_info_ex_size(); } inline ::message::Parkspace_info* Dispatch_request_msg::mutable_parkspace_info_ex(int index) { // @@protoc_insertion_point(field_mutable:message.Dispatch_request_msg.parkspace_info_ex) return parkspace_info_ex_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Parkspace_info >* Dispatch_request_msg::mutable_parkspace_info_ex() { // @@protoc_insertion_point(field_mutable_list:message.Dispatch_request_msg.parkspace_info_ex) return &parkspace_info_ex_; } inline const ::message::Parkspace_info& Dispatch_request_msg::_internal_parkspace_info_ex(int index) const { return parkspace_info_ex_.Get(index); } inline const ::message::Parkspace_info& Dispatch_request_msg::parkspace_info_ex(int index) const { // @@protoc_insertion_point(field_get:message.Dispatch_request_msg.parkspace_info_ex) return _internal_parkspace_info_ex(index); } inline ::message::Parkspace_info* Dispatch_request_msg::_internal_add_parkspace_info_ex() { return parkspace_info_ex_.Add(); } inline ::message::Parkspace_info* Dispatch_request_msg::add_parkspace_info_ex() { // @@protoc_insertion_point(field_add:message.Dispatch_request_msg.parkspace_info_ex) return _internal_add_parkspace_info_ex(); } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Parkspace_info >& Dispatch_request_msg::parkspace_info_ex() const { // @@protoc_insertion_point(field_list:message.Dispatch_request_msg.parkspace_info_ex) return parkspace_info_ex_; } // optional .message.Car_type car_type = 7; inline bool Dispatch_request_msg::_internal_has_car_type() const { bool value = (_has_bits_[0] & 0x00000020u) != 0; return value; } inline bool Dispatch_request_msg::has_car_type() const { return _internal_has_car_type(); } inline void Dispatch_request_msg::clear_car_type() { car_type_ = 0; _has_bits_[0] &= ~0x00000020u; } inline ::message::Car_type Dispatch_request_msg::_internal_car_type() const { return static_cast< ::message::Car_type >(car_type_); } inline ::message::Car_type Dispatch_request_msg::car_type() const { // @@protoc_insertion_point(field_get:message.Dispatch_request_msg.car_type) return _internal_car_type(); } inline void Dispatch_request_msg::_internal_set_car_type(::message::Car_type value) { assert(::message::Car_type_IsValid(value)); _has_bits_[0] |= 0x00000020u; car_type_ = value; } inline void Dispatch_request_msg::set_car_type(::message::Car_type value) { _internal_set_car_type(value); // @@protoc_insertion_point(field_set:message.Dispatch_request_msg.car_type) } // ------------------------------------------------------------------- // Dispatch_response_msg // required .message.Base_info base_info = 1; inline bool Dispatch_response_msg::_internal_has_base_info() const { bool value = (_has_bits_[0] & 0x00000002u) != 0; PROTOBUF_ASSUME(!value || base_info_ != nullptr); return value; } inline bool Dispatch_response_msg::has_base_info() const { return _internal_has_base_info(); } inline const ::message::Base_info& Dispatch_response_msg::_internal_base_info() const { const ::message::Base_info* p = base_info_; return p != nullptr ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline const ::message::Base_info& Dispatch_response_msg::base_info() const { // @@protoc_insertion_point(field_get:message.Dispatch_response_msg.base_info) return _internal_base_info(); } inline void Dispatch_response_msg::unsafe_arena_set_allocated_base_info( ::message::Base_info* base_info) { if (GetArena() == nullptr) { delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(base_info_); } base_info_ = base_info; if (base_info) { _has_bits_[0] |= 0x00000002u; } else { _has_bits_[0] &= ~0x00000002u; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:message.Dispatch_response_msg.base_info) } inline ::message::Base_info* Dispatch_response_msg::release_base_info() { _has_bits_[0] &= ~0x00000002u; ::message::Base_info* temp = base_info_; base_info_ = nullptr; if (GetArena() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } return temp; } inline ::message::Base_info* Dispatch_response_msg::unsafe_arena_release_base_info() { // @@protoc_insertion_point(field_release:message.Dispatch_response_msg.base_info) _has_bits_[0] &= ~0x00000002u; ::message::Base_info* temp = base_info_; base_info_ = nullptr; return temp; } inline ::message::Base_info* Dispatch_response_msg::_internal_mutable_base_info() { _has_bits_[0] |= 0x00000002u; if (base_info_ == nullptr) { auto* p = CreateMaybeMessage<::message::Base_info>(GetArena()); base_info_ = p; } return base_info_; } inline ::message::Base_info* Dispatch_response_msg::mutable_base_info() { // @@protoc_insertion_point(field_mutable:message.Dispatch_response_msg.base_info) return _internal_mutable_base_info(); } inline void Dispatch_response_msg::set_allocated_base_info(::message::Base_info* base_info) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena(); if (message_arena == nullptr) { delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(base_info_); } if (base_info) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(base_info)->GetArena(); if (message_arena != submessage_arena) { base_info = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( message_arena, base_info, submessage_arena); } _has_bits_[0] |= 0x00000002u; } else { _has_bits_[0] &= ~0x00000002u; } base_info_ = base_info; // @@protoc_insertion_point(field_set_allocated:message.Dispatch_response_msg.base_info) } // required string command_key = 2; inline bool Dispatch_response_msg::_internal_has_command_key() const { bool value = (_has_bits_[0] & 0x00000001u) != 0; return value; } inline bool Dispatch_response_msg::has_command_key() const { return _internal_has_command_key(); } inline void Dispatch_response_msg::clear_command_key() { command_key_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); _has_bits_[0] &= ~0x00000001u; } inline const std::string& Dispatch_response_msg::command_key() const { // @@protoc_insertion_point(field_get:message.Dispatch_response_msg.command_key) return _internal_command_key(); } inline void Dispatch_response_msg::set_command_key(const std::string& value) { _internal_set_command_key(value); // @@protoc_insertion_point(field_set:message.Dispatch_response_msg.command_key) } inline std::string* Dispatch_response_msg::mutable_command_key() { // @@protoc_insertion_point(field_mutable:message.Dispatch_response_msg.command_key) return _internal_mutable_command_key(); } inline const std::string& Dispatch_response_msg::_internal_command_key() const { return command_key_.Get(); } inline void Dispatch_response_msg::_internal_set_command_key(const std::string& value) { _has_bits_[0] |= 0x00000001u; command_key_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); } inline void Dispatch_response_msg::set_command_key(std::string&& value) { _has_bits_[0] |= 0x00000001u; command_key_.Set( &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena()); // @@protoc_insertion_point(field_set_rvalue:message.Dispatch_response_msg.command_key) } inline void Dispatch_response_msg::set_command_key(const char* value) { GOOGLE_DCHECK(value != nullptr); _has_bits_[0] |= 0x00000001u; command_key_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value), GetArena()); // @@protoc_insertion_point(field_set_char:message.Dispatch_response_msg.command_key) } inline void Dispatch_response_msg::set_command_key(const char* value, size_t size) { _has_bits_[0] |= 0x00000001u; command_key_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string( reinterpret_cast(value), size), GetArena()); // @@protoc_insertion_point(field_set_pointer:message.Dispatch_response_msg.command_key) } inline std::string* Dispatch_response_msg::_internal_mutable_command_key() { _has_bits_[0] |= 0x00000001u; return command_key_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline std::string* Dispatch_response_msg::release_command_key() { // @@protoc_insertion_point(field_release:message.Dispatch_response_msg.command_key) if (!_internal_has_command_key()) { return nullptr; } _has_bits_[0] &= ~0x00000001u; return command_key_.ReleaseNonDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline void Dispatch_response_msg::set_allocated_command_key(std::string* command_key) { if (command_key != nullptr) { _has_bits_[0] |= 0x00000001u; } else { _has_bits_[0] &= ~0x00000001u; } command_key_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), command_key, GetArena()); // @@protoc_insertion_point(field_set_allocated:message.Dispatch_response_msg.command_key) } // optional .message.Dispatch_motion_direction dispatch_motion_direction = 3; inline bool Dispatch_response_msg::_internal_has_dispatch_motion_direction() const { bool value = (_has_bits_[0] & 0x00000020u) != 0; return value; } inline bool Dispatch_response_msg::has_dispatch_motion_direction() const { return _internal_has_dispatch_motion_direction(); } inline void Dispatch_response_msg::clear_dispatch_motion_direction() { dispatch_motion_direction_ = 0; _has_bits_[0] &= ~0x00000020u; } inline ::message::Dispatch_motion_direction Dispatch_response_msg::_internal_dispatch_motion_direction() const { return static_cast< ::message::Dispatch_motion_direction >(dispatch_motion_direction_); } inline ::message::Dispatch_motion_direction Dispatch_response_msg::dispatch_motion_direction() const { // @@protoc_insertion_point(field_get:message.Dispatch_response_msg.dispatch_motion_direction) return _internal_dispatch_motion_direction(); } inline void Dispatch_response_msg::_internal_set_dispatch_motion_direction(::message::Dispatch_motion_direction value) { assert(::message::Dispatch_motion_direction_IsValid(value)); _has_bits_[0] |= 0x00000020u; dispatch_motion_direction_ = value; } inline void Dispatch_response_msg::set_dispatch_motion_direction(::message::Dispatch_motion_direction value) { _internal_set_dispatch_motion_direction(value); // @@protoc_insertion_point(field_set:message.Dispatch_response_msg.dispatch_motion_direction) } // optional .message.Id_struct id_struct = 4; inline bool Dispatch_response_msg::_internal_has_id_struct() const { bool value = (_has_bits_[0] & 0x00000004u) != 0; PROTOBUF_ASSUME(!value || id_struct_ != nullptr); return value; } inline bool Dispatch_response_msg::has_id_struct() const { return _internal_has_id_struct(); } inline const ::message::Id_struct& Dispatch_response_msg::_internal_id_struct() const { const ::message::Id_struct* p = id_struct_; return p != nullptr ? *p : *reinterpret_cast( &::message::_Id_struct_default_instance_); } inline const ::message::Id_struct& Dispatch_response_msg::id_struct() const { // @@protoc_insertion_point(field_get:message.Dispatch_response_msg.id_struct) return _internal_id_struct(); } inline void Dispatch_response_msg::unsafe_arena_set_allocated_id_struct( ::message::Id_struct* id_struct) { if (GetArena() == nullptr) { delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(id_struct_); } id_struct_ = id_struct; if (id_struct) { _has_bits_[0] |= 0x00000004u; } else { _has_bits_[0] &= ~0x00000004u; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:message.Dispatch_response_msg.id_struct) } inline ::message::Id_struct* Dispatch_response_msg::release_id_struct() { _has_bits_[0] &= ~0x00000004u; ::message::Id_struct* temp = id_struct_; id_struct_ = nullptr; if (GetArena() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } return temp; } inline ::message::Id_struct* Dispatch_response_msg::unsafe_arena_release_id_struct() { // @@protoc_insertion_point(field_release:message.Dispatch_response_msg.id_struct) _has_bits_[0] &= ~0x00000004u; ::message::Id_struct* temp = id_struct_; id_struct_ = nullptr; return temp; } inline ::message::Id_struct* Dispatch_response_msg::_internal_mutable_id_struct() { _has_bits_[0] |= 0x00000004u; if (id_struct_ == nullptr) { auto* p = CreateMaybeMessage<::message::Id_struct>(GetArena()); id_struct_ = p; } return id_struct_; } inline ::message::Id_struct* Dispatch_response_msg::mutable_id_struct() { // @@protoc_insertion_point(field_mutable:message.Dispatch_response_msg.id_struct) return _internal_mutable_id_struct(); } inline void Dispatch_response_msg::set_allocated_id_struct(::message::Id_struct* id_struct) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena(); if (message_arena == nullptr) { delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(id_struct_); } if (id_struct) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(id_struct)->GetArena(); if (message_arena != submessage_arena) { id_struct = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( message_arena, id_struct, submessage_arena); } _has_bits_[0] |= 0x00000004u; } else { _has_bits_[0] &= ~0x00000004u; } id_struct_ = id_struct; // @@protoc_insertion_point(field_set_allocated:message.Dispatch_response_msg.id_struct) } // optional .message.Locate_information locate_information = 5; inline bool Dispatch_response_msg::_internal_has_locate_information() const { bool value = (_has_bits_[0] & 0x00000008u) != 0; PROTOBUF_ASSUME(!value || locate_information_ != nullptr); return value; } inline bool Dispatch_response_msg::has_locate_information() const { return _internal_has_locate_information(); } inline const ::message::Locate_information& Dispatch_response_msg::_internal_locate_information() const { const ::message::Locate_information* p = locate_information_; return p != nullptr ? *p : *reinterpret_cast( &::message::_Locate_information_default_instance_); } inline const ::message::Locate_information& Dispatch_response_msg::locate_information() const { // @@protoc_insertion_point(field_get:message.Dispatch_response_msg.locate_information) return _internal_locate_information(); } inline void Dispatch_response_msg::unsafe_arena_set_allocated_locate_information( ::message::Locate_information* locate_information) { if (GetArena() == nullptr) { delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(locate_information_); } locate_information_ = locate_information; if (locate_information) { _has_bits_[0] |= 0x00000008u; } else { _has_bits_[0] &= ~0x00000008u; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:message.Dispatch_response_msg.locate_information) } inline ::message::Locate_information* Dispatch_response_msg::release_locate_information() { _has_bits_[0] &= ~0x00000008u; ::message::Locate_information* temp = locate_information_; locate_information_ = nullptr; if (GetArena() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } return temp; } inline ::message::Locate_information* Dispatch_response_msg::unsafe_arena_release_locate_information() { // @@protoc_insertion_point(field_release:message.Dispatch_response_msg.locate_information) _has_bits_[0] &= ~0x00000008u; ::message::Locate_information* temp = locate_information_; locate_information_ = nullptr; return temp; } inline ::message::Locate_information* Dispatch_response_msg::_internal_mutable_locate_information() { _has_bits_[0] |= 0x00000008u; if (locate_information_ == nullptr) { auto* p = CreateMaybeMessage<::message::Locate_information>(GetArena()); locate_information_ = p; } return locate_information_; } inline ::message::Locate_information* Dispatch_response_msg::mutable_locate_information() { // @@protoc_insertion_point(field_mutable:message.Dispatch_response_msg.locate_information) return _internal_mutable_locate_information(); } inline void Dispatch_response_msg::set_allocated_locate_information(::message::Locate_information* locate_information) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena(); if (message_arena == nullptr) { delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(locate_information_); } if (locate_information) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(locate_information)->GetArena(); if (message_arena != submessage_arena) { locate_information = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( message_arena, locate_information, submessage_arena); } _has_bits_[0] |= 0x00000008u; } else { _has_bits_[0] &= ~0x00000008u; } locate_information_ = locate_information; // @@protoc_insertion_point(field_set_allocated:message.Dispatch_response_msg.locate_information) } // repeated .message.Parkspace_info parkspace_info_ex = 6; inline int Dispatch_response_msg::_internal_parkspace_info_ex_size() const { return parkspace_info_ex_.size(); } inline int Dispatch_response_msg::parkspace_info_ex_size() const { return _internal_parkspace_info_ex_size(); } inline ::message::Parkspace_info* Dispatch_response_msg::mutable_parkspace_info_ex(int index) { // @@protoc_insertion_point(field_mutable:message.Dispatch_response_msg.parkspace_info_ex) return parkspace_info_ex_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Parkspace_info >* Dispatch_response_msg::mutable_parkspace_info_ex() { // @@protoc_insertion_point(field_mutable_list:message.Dispatch_response_msg.parkspace_info_ex) return &parkspace_info_ex_; } inline const ::message::Parkspace_info& Dispatch_response_msg::_internal_parkspace_info_ex(int index) const { return parkspace_info_ex_.Get(index); } inline const ::message::Parkspace_info& Dispatch_response_msg::parkspace_info_ex(int index) const { // @@protoc_insertion_point(field_get:message.Dispatch_response_msg.parkspace_info_ex) return _internal_parkspace_info_ex(index); } inline ::message::Parkspace_info* Dispatch_response_msg::_internal_add_parkspace_info_ex() { return parkspace_info_ex_.Add(); } inline ::message::Parkspace_info* Dispatch_response_msg::add_parkspace_info_ex() { // @@protoc_insertion_point(field_add:message.Dispatch_response_msg.parkspace_info_ex) return _internal_add_parkspace_info_ex(); } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Parkspace_info >& Dispatch_response_msg::parkspace_info_ex() const { // @@protoc_insertion_point(field_list:message.Dispatch_response_msg.parkspace_info_ex) return parkspace_info_ex_; } // optional .message.Car_type car_type = 7; inline bool Dispatch_response_msg::_internal_has_car_type() const { bool value = (_has_bits_[0] & 0x00000040u) != 0; return value; } inline bool Dispatch_response_msg::has_car_type() const { return _internal_has_car_type(); } inline void Dispatch_response_msg::clear_car_type() { car_type_ = 0; _has_bits_[0] &= ~0x00000040u; } inline ::message::Car_type Dispatch_response_msg::_internal_car_type() const { return static_cast< ::message::Car_type >(car_type_); } inline ::message::Car_type Dispatch_response_msg::car_type() const { // @@protoc_insertion_point(field_get:message.Dispatch_response_msg.car_type) return _internal_car_type(); } inline void Dispatch_response_msg::_internal_set_car_type(::message::Car_type value) { assert(::message::Car_type_IsValid(value)); _has_bits_[0] |= 0x00000040u; car_type_ = value; } inline void Dispatch_response_msg::set_car_type(::message::Car_type value) { _internal_set_car_type(value); // @@protoc_insertion_point(field_set:message.Dispatch_response_msg.car_type) } // optional .message.Error_manager error_manager = 8; inline bool Dispatch_response_msg::_internal_has_error_manager() const { bool value = (_has_bits_[0] & 0x00000010u) != 0; PROTOBUF_ASSUME(!value || error_manager_ != nullptr); return value; } inline bool Dispatch_response_msg::has_error_manager() const { return _internal_has_error_manager(); } inline const ::message::Error_manager& Dispatch_response_msg::_internal_error_manager() const { const ::message::Error_manager* p = error_manager_; return p != nullptr ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline const ::message::Error_manager& Dispatch_response_msg::error_manager() const { // @@protoc_insertion_point(field_get:message.Dispatch_response_msg.error_manager) return _internal_error_manager(); } inline void Dispatch_response_msg::unsafe_arena_set_allocated_error_manager( ::message::Error_manager* error_manager) { if (GetArena() == nullptr) { delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(error_manager_); } error_manager_ = error_manager; if (error_manager) { _has_bits_[0] |= 0x00000010u; } else { _has_bits_[0] &= ~0x00000010u; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:message.Dispatch_response_msg.error_manager) } inline ::message::Error_manager* Dispatch_response_msg::release_error_manager() { _has_bits_[0] &= ~0x00000010u; ::message::Error_manager* temp = error_manager_; error_manager_ = nullptr; if (GetArena() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } return temp; } inline ::message::Error_manager* Dispatch_response_msg::unsafe_arena_release_error_manager() { // @@protoc_insertion_point(field_release:message.Dispatch_response_msg.error_manager) _has_bits_[0] &= ~0x00000010u; ::message::Error_manager* temp = error_manager_; error_manager_ = nullptr; return temp; } inline ::message::Error_manager* Dispatch_response_msg::_internal_mutable_error_manager() { _has_bits_[0] |= 0x00000010u; if (error_manager_ == nullptr) { auto* p = CreateMaybeMessage<::message::Error_manager>(GetArena()); error_manager_ = p; } return error_manager_; } inline ::message::Error_manager* Dispatch_response_msg::mutable_error_manager() { // @@protoc_insertion_point(field_mutable:message.Dispatch_response_msg.error_manager) return _internal_mutable_error_manager(); } inline void Dispatch_response_msg::set_allocated_error_manager(::message::Error_manager* error_manager) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena(); if (message_arena == nullptr) { delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(error_manager_); } if (error_manager) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(error_manager)->GetArena(); if (message_arena != submessage_arena) { error_manager = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( message_arena, error_manager, submessage_arena); } _has_bits_[0] |= 0x00000010u; } else { _has_bits_[0] &= ~0x00000010u; } error_manager_ = error_manager; // @@protoc_insertion_point(field_set_allocated:message.Dispatch_response_msg.error_manager) } // ------------------------------------------------------------------- // Catcher_data // required .message.Dispatch_device_type dispatch_device_type = 1; inline bool Catcher_data::_internal_has_dispatch_device_type() const { bool value = (_has_bits_[0] & 0x00040000u) != 0; return value; } inline bool Catcher_data::has_dispatch_device_type() const { return _internal_has_dispatch_device_type(); } inline void Catcher_data::clear_dispatch_device_type() { dispatch_device_type_ = 101; _has_bits_[0] &= ~0x00040000u; } inline ::message::Dispatch_device_type Catcher_data::_internal_dispatch_device_type() const { return static_cast< ::message::Dispatch_device_type >(dispatch_device_type_); } inline ::message::Dispatch_device_type Catcher_data::dispatch_device_type() const { // @@protoc_insertion_point(field_get:message.Catcher_data.dispatch_device_type) return _internal_dispatch_device_type(); } inline void Catcher_data::_internal_set_dispatch_device_type(::message::Dispatch_device_type value) { assert(::message::Dispatch_device_type_IsValid(value)); _has_bits_[0] |= 0x00040000u; dispatch_device_type_ = value; } inline void Catcher_data::set_dispatch_device_type(::message::Dispatch_device_type value) { _internal_set_dispatch_device_type(value); // @@protoc_insertion_point(field_set:message.Catcher_data.dispatch_device_type) } // required .message.Dispatch_device_status dispatch_device_status = 2; inline bool Catcher_data::_internal_has_dispatch_device_status() const { bool value = (_has_bits_[0] & 0x00000008u) != 0; return value; } inline bool Catcher_data::has_dispatch_device_status() const { return _internal_has_dispatch_device_status(); } inline void Catcher_data::clear_dispatch_device_status() { dispatch_device_status_ = 0; _has_bits_[0] &= ~0x00000008u; } inline ::message::Dispatch_device_status Catcher_data::_internal_dispatch_device_status() const { return static_cast< ::message::Dispatch_device_status >(dispatch_device_status_); } inline ::message::Dispatch_device_status Catcher_data::dispatch_device_status() const { // @@protoc_insertion_point(field_get:message.Catcher_data.dispatch_device_status) return _internal_dispatch_device_status(); } inline void Catcher_data::_internal_set_dispatch_device_status(::message::Dispatch_device_status value) { assert(::message::Dispatch_device_status_IsValid(value)); _has_bits_[0] |= 0x00000008u; dispatch_device_status_ = value; } inline void Catcher_data::set_dispatch_device_status(::message::Dispatch_device_status value) { _internal_set_dispatch_device_status(value); // @@protoc_insertion_point(field_set:message.Catcher_data.dispatch_device_status) } // required int32 device_id = 3; inline bool Catcher_data::_internal_has_device_id() const { bool value = (_has_bits_[0] & 0x00000010u) != 0; return value; } inline bool Catcher_data::has_device_id() const { return _internal_has_device_id(); } inline void Catcher_data::clear_device_id() { device_id_ = 0; _has_bits_[0] &= ~0x00000010u; } inline ::PROTOBUF_NAMESPACE_ID::int32 Catcher_data::_internal_device_id() const { return device_id_; } inline ::PROTOBUF_NAMESPACE_ID::int32 Catcher_data::device_id() const { // @@protoc_insertion_point(field_get:message.Catcher_data.device_id) return _internal_device_id(); } inline void Catcher_data::_internal_set_device_id(::PROTOBUF_NAMESPACE_ID::int32 value) { _has_bits_[0] |= 0x00000010u; device_id_ = value; } inline void Catcher_data::set_device_id(::PROTOBUF_NAMESPACE_ID::int32 value) { _internal_set_device_id(value); // @@protoc_insertion_point(field_set:message.Catcher_data.device_id) } // optional .message.Hardware_device_status actual_device_status = 4; inline bool Catcher_data::_internal_has_actual_device_status() const { bool value = (_has_bits_[0] & 0x00000020u) != 0; return value; } inline bool Catcher_data::has_actual_device_status() const { return _internal_has_actual_device_status(); } inline void Catcher_data::clear_actual_device_status() { actual_device_status_ = 0; _has_bits_[0] &= ~0x00000020u; } inline ::message::Hardware_device_status Catcher_data::_internal_actual_device_status() const { return static_cast< ::message::Hardware_device_status >(actual_device_status_); } inline ::message::Hardware_device_status Catcher_data::actual_device_status() const { // @@protoc_insertion_point(field_get:message.Catcher_data.actual_device_status) return _internal_actual_device_status(); } inline void Catcher_data::_internal_set_actual_device_status(::message::Hardware_device_status value) { assert(::message::Hardware_device_status_IsValid(value)); _has_bits_[0] |= 0x00000020u; actual_device_status_ = value; } inline void Catcher_data::set_actual_device_status(::message::Hardware_device_status value) { _internal_set_actual_device_status(value); // @@protoc_insertion_point(field_set:message.Catcher_data.actual_device_status) } // optional .message.Load_status actual_load_status = 5; inline bool Catcher_data::_internal_has_actual_load_status() const { bool value = (_has_bits_[0] & 0x00000040u) != 0; return value; } inline bool Catcher_data::has_actual_load_status() const { return _internal_has_actual_load_status(); } inline void Catcher_data::clear_actual_load_status() { actual_load_status_ = 0; _has_bits_[0] &= ~0x00000040u; } inline ::message::Load_status Catcher_data::_internal_actual_load_status() const { return static_cast< ::message::Load_status >(actual_load_status_); } inline ::message::Load_status Catcher_data::actual_load_status() const { // @@protoc_insertion_point(field_get:message.Catcher_data.actual_load_status) return _internal_actual_load_status(); } inline void Catcher_data::_internal_set_actual_load_status(::message::Load_status value) { assert(::message::Load_status_IsValid(value)); _has_bits_[0] |= 0x00000040u; actual_load_status_ = value; } inline void Catcher_data::set_actual_load_status(::message::Load_status value) { _internal_set_actual_load_status(value); // @@protoc_insertion_point(field_set:message.Catcher_data.actual_load_status) } // optional int32 actual_coordinates_id = 6; inline bool Catcher_data::_internal_has_actual_coordinates_id() const { bool value = (_has_bits_[0] & 0x00000080u) != 0; return value; } inline bool Catcher_data::has_actual_coordinates_id() const { return _internal_has_actual_coordinates_id(); } inline void Catcher_data::clear_actual_coordinates_id() { actual_coordinates_id_ = 0; _has_bits_[0] &= ~0x00000080u; } inline ::PROTOBUF_NAMESPACE_ID::int32 Catcher_data::_internal_actual_coordinates_id() const { return actual_coordinates_id_; } inline ::PROTOBUF_NAMESPACE_ID::int32 Catcher_data::actual_coordinates_id() const { // @@protoc_insertion_point(field_get:message.Catcher_data.actual_coordinates_id) return _internal_actual_coordinates_id(); } inline void Catcher_data::_internal_set_actual_coordinates_id(::PROTOBUF_NAMESPACE_ID::int32 value) { _has_bits_[0] |= 0x00000080u; actual_coordinates_id_ = value; } inline void Catcher_data::set_actual_coordinates_id(::PROTOBUF_NAMESPACE_ID::int32 value) { _internal_set_actual_coordinates_id(value); // @@protoc_insertion_point(field_set:message.Catcher_data.actual_coordinates_id) } // optional float actual_x = 7; inline bool Catcher_data::_internal_has_actual_x() const { bool value = (_has_bits_[0] & 0x00000100u) != 0; return value; } inline bool Catcher_data::has_actual_x() const { return _internal_has_actual_x(); } inline void Catcher_data::clear_actual_x() { actual_x_ = 0; _has_bits_[0] &= ~0x00000100u; } inline float Catcher_data::_internal_actual_x() const { return actual_x_; } inline float Catcher_data::actual_x() const { // @@protoc_insertion_point(field_get:message.Catcher_data.actual_x) return _internal_actual_x(); } inline void Catcher_data::_internal_set_actual_x(float value) { _has_bits_[0] |= 0x00000100u; actual_x_ = value; } inline void Catcher_data::set_actual_x(float value) { _internal_set_actual_x(value); // @@protoc_insertion_point(field_set:message.Catcher_data.actual_x) } // optional float actual_y = 8; inline bool Catcher_data::_internal_has_actual_y() const { bool value = (_has_bits_[0] & 0x00000200u) != 0; return value; } inline bool Catcher_data::has_actual_y() const { return _internal_has_actual_y(); } inline void Catcher_data::clear_actual_y() { actual_y_ = 0; _has_bits_[0] &= ~0x00000200u; } inline float Catcher_data::_internal_actual_y() const { return actual_y_; } inline float Catcher_data::actual_y() const { // @@protoc_insertion_point(field_get:message.Catcher_data.actual_y) return _internal_actual_y(); } inline void Catcher_data::_internal_set_actual_y(float value) { _has_bits_[0] |= 0x00000200u; actual_y_ = value; } inline void Catcher_data::set_actual_y(float value) { _internal_set_actual_y(value); // @@protoc_insertion_point(field_set:message.Catcher_data.actual_y) } // optional float actual_b = 9; inline bool Catcher_data::_internal_has_actual_b() const { bool value = (_has_bits_[0] & 0x00000400u) != 0; return value; } inline bool Catcher_data::has_actual_b() const { return _internal_has_actual_b(); } inline void Catcher_data::clear_actual_b() { actual_b_ = 0; _has_bits_[0] &= ~0x00000400u; } inline float Catcher_data::_internal_actual_b() const { return actual_b_; } inline float Catcher_data::actual_b() const { // @@protoc_insertion_point(field_get:message.Catcher_data.actual_b) return _internal_actual_b(); } inline void Catcher_data::_internal_set_actual_b(float value) { _has_bits_[0] |= 0x00000400u; actual_b_ = value; } inline void Catcher_data::set_actual_b(float value) { _internal_set_actual_b(value); // @@protoc_insertion_point(field_set:message.Catcher_data.actual_b) } // optional float actual_z = 10; inline bool Catcher_data::_internal_has_actual_z() const { bool value = (_has_bits_[0] & 0x00000800u) != 0; return value; } inline bool Catcher_data::has_actual_z() const { return _internal_has_actual_z(); } inline void Catcher_data::clear_actual_z() { actual_z_ = 0; _has_bits_[0] &= ~0x00000800u; } inline float Catcher_data::_internal_actual_z() const { return actual_z_; } inline float Catcher_data::actual_z() const { // @@protoc_insertion_point(field_get:message.Catcher_data.actual_z) return _internal_actual_z(); } inline void Catcher_data::_internal_set_actual_z(float value) { _has_bits_[0] |= 0x00000800u; actual_z_ = value; } inline void Catcher_data::set_actual_z(float value) { _internal_set_actual_z(value); // @@protoc_insertion_point(field_set:message.Catcher_data.actual_z) } // optional float actual_d1 = 11; inline bool Catcher_data::_internal_has_actual_d1() const { bool value = (_has_bits_[0] & 0x00001000u) != 0; return value; } inline bool Catcher_data::has_actual_d1() const { return _internal_has_actual_d1(); } inline void Catcher_data::clear_actual_d1() { actual_d1_ = 0; _has_bits_[0] &= ~0x00001000u; } inline float Catcher_data::_internal_actual_d1() const { return actual_d1_; } inline float Catcher_data::actual_d1() const { // @@protoc_insertion_point(field_get:message.Catcher_data.actual_d1) return _internal_actual_d1(); } inline void Catcher_data::_internal_set_actual_d1(float value) { _has_bits_[0] |= 0x00001000u; actual_d1_ = value; } inline void Catcher_data::set_actual_d1(float value) { _internal_set_actual_d1(value); // @@protoc_insertion_point(field_set:message.Catcher_data.actual_d1) } // optional float actual_d2 = 12; inline bool Catcher_data::_internal_has_actual_d2() const { bool value = (_has_bits_[0] & 0x00002000u) != 0; return value; } inline bool Catcher_data::has_actual_d2() const { return _internal_has_actual_d2(); } inline void Catcher_data::clear_actual_d2() { actual_d2_ = 0; _has_bits_[0] &= ~0x00002000u; } inline float Catcher_data::_internal_actual_d2() const { return actual_d2_; } inline float Catcher_data::actual_d2() const { // @@protoc_insertion_point(field_get:message.Catcher_data.actual_d2) return _internal_actual_d2(); } inline void Catcher_data::_internal_set_actual_d2(float value) { _has_bits_[0] |= 0x00002000u; actual_d2_ = value; } inline void Catcher_data::set_actual_d2(float value) { _internal_set_actual_d2(value); // @@protoc_insertion_point(field_set:message.Catcher_data.actual_d2) } // optional .message.Clamp_motion actual_clamp_motion1 = 13; inline bool Catcher_data::_internal_has_actual_clamp_motion1() const { bool value = (_has_bits_[0] & 0x00004000u) != 0; return value; } inline bool Catcher_data::has_actual_clamp_motion1() const { return _internal_has_actual_clamp_motion1(); } inline void Catcher_data::clear_actual_clamp_motion1() { actual_clamp_motion1_ = 0; _has_bits_[0] &= ~0x00004000u; } inline ::message::Clamp_motion Catcher_data::_internal_actual_clamp_motion1() const { return static_cast< ::message::Clamp_motion >(actual_clamp_motion1_); } inline ::message::Clamp_motion Catcher_data::actual_clamp_motion1() const { // @@protoc_insertion_point(field_get:message.Catcher_data.actual_clamp_motion1) return _internal_actual_clamp_motion1(); } inline void Catcher_data::_internal_set_actual_clamp_motion1(::message::Clamp_motion value) { assert(::message::Clamp_motion_IsValid(value)); _has_bits_[0] |= 0x00004000u; actual_clamp_motion1_ = value; } inline void Catcher_data::set_actual_clamp_motion1(::message::Clamp_motion value) { _internal_set_actual_clamp_motion1(value); // @@protoc_insertion_point(field_set:message.Catcher_data.actual_clamp_motion1) } // optional .message.Clamp_motion actual_clamp_motion2 = 14; inline bool Catcher_data::_internal_has_actual_clamp_motion2() const { bool value = (_has_bits_[0] & 0x00008000u) != 0; return value; } inline bool Catcher_data::has_actual_clamp_motion2() const { return _internal_has_actual_clamp_motion2(); } inline void Catcher_data::clear_actual_clamp_motion2() { actual_clamp_motion2_ = 0; _has_bits_[0] &= ~0x00008000u; } inline ::message::Clamp_motion Catcher_data::_internal_actual_clamp_motion2() const { return static_cast< ::message::Clamp_motion >(actual_clamp_motion2_); } inline ::message::Clamp_motion Catcher_data::actual_clamp_motion2() const { // @@protoc_insertion_point(field_get:message.Catcher_data.actual_clamp_motion2) return _internal_actual_clamp_motion2(); } inline void Catcher_data::_internal_set_actual_clamp_motion2(::message::Clamp_motion value) { assert(::message::Clamp_motion_IsValid(value)); _has_bits_[0] |= 0x00008000u; actual_clamp_motion2_ = value; } inline void Catcher_data::set_actual_clamp_motion2(::message::Clamp_motion value) { _internal_set_actual_clamp_motion2(value); // @@protoc_insertion_point(field_set:message.Catcher_data.actual_clamp_motion2) } // optional .message.Clamp_motion actual_clamp_motion3 = 15; inline bool Catcher_data::_internal_has_actual_clamp_motion3() const { bool value = (_has_bits_[0] & 0x00010000u) != 0; return value; } inline bool Catcher_data::has_actual_clamp_motion3() const { return _internal_has_actual_clamp_motion3(); } inline void Catcher_data::clear_actual_clamp_motion3() { actual_clamp_motion3_ = 0; _has_bits_[0] &= ~0x00010000u; } inline ::message::Clamp_motion Catcher_data::_internal_actual_clamp_motion3() const { return static_cast< ::message::Clamp_motion >(actual_clamp_motion3_); } inline ::message::Clamp_motion Catcher_data::actual_clamp_motion3() const { // @@protoc_insertion_point(field_get:message.Catcher_data.actual_clamp_motion3) return _internal_actual_clamp_motion3(); } inline void Catcher_data::_internal_set_actual_clamp_motion3(::message::Clamp_motion value) { assert(::message::Clamp_motion_IsValid(value)); _has_bits_[0] |= 0x00010000u; actual_clamp_motion3_ = value; } inline void Catcher_data::set_actual_clamp_motion3(::message::Clamp_motion value) { _internal_set_actual_clamp_motion3(value); // @@protoc_insertion_point(field_set:message.Catcher_data.actual_clamp_motion3) } // optional .message.Clamp_motion actual_clamp_motion4 = 16; inline bool Catcher_data::_internal_has_actual_clamp_motion4() const { bool value = (_has_bits_[0] & 0x00020000u) != 0; return value; } inline bool Catcher_data::has_actual_clamp_motion4() const { return _internal_has_actual_clamp_motion4(); } inline void Catcher_data::clear_actual_clamp_motion4() { actual_clamp_motion4_ = 0; _has_bits_[0] &= ~0x00020000u; } inline ::message::Clamp_motion Catcher_data::_internal_actual_clamp_motion4() const { return static_cast< ::message::Clamp_motion >(actual_clamp_motion4_); } inline ::message::Clamp_motion Catcher_data::actual_clamp_motion4() const { // @@protoc_insertion_point(field_get:message.Catcher_data.actual_clamp_motion4) return _internal_actual_clamp_motion4(); } inline void Catcher_data::_internal_set_actual_clamp_motion4(::message::Clamp_motion value) { assert(::message::Clamp_motion_IsValid(value)); _has_bits_[0] |= 0x00020000u; actual_clamp_motion4_ = value; } inline void Catcher_data::set_actual_clamp_motion4(::message::Clamp_motion value) { _internal_set_actual_clamp_motion4(value); // @@protoc_insertion_point(field_set:message.Catcher_data.actual_clamp_motion4) } // optional string actual_error_code = 17; inline bool Catcher_data::_internal_has_actual_error_code() const { bool value = (_has_bits_[0] & 0x00000001u) != 0; return value; } inline bool Catcher_data::has_actual_error_code() const { return _internal_has_actual_error_code(); } inline void Catcher_data::clear_actual_error_code() { actual_error_code_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); _has_bits_[0] &= ~0x00000001u; } inline const std::string& Catcher_data::actual_error_code() const { // @@protoc_insertion_point(field_get:message.Catcher_data.actual_error_code) return _internal_actual_error_code(); } inline void Catcher_data::set_actual_error_code(const std::string& value) { _internal_set_actual_error_code(value); // @@protoc_insertion_point(field_set:message.Catcher_data.actual_error_code) } inline std::string* Catcher_data::mutable_actual_error_code() { // @@protoc_insertion_point(field_mutable:message.Catcher_data.actual_error_code) return _internal_mutable_actual_error_code(); } inline const std::string& Catcher_data::_internal_actual_error_code() const { return actual_error_code_.Get(); } inline void Catcher_data::_internal_set_actual_error_code(const std::string& value) { _has_bits_[0] |= 0x00000001u; actual_error_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); } inline void Catcher_data::set_actual_error_code(std::string&& value) { _has_bits_[0] |= 0x00000001u; actual_error_code_.Set( &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena()); // @@protoc_insertion_point(field_set_rvalue:message.Catcher_data.actual_error_code) } inline void Catcher_data::set_actual_error_code(const char* value) { GOOGLE_DCHECK(value != nullptr); _has_bits_[0] |= 0x00000001u; actual_error_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value), GetArena()); // @@protoc_insertion_point(field_set_char:message.Catcher_data.actual_error_code) } inline void Catcher_data::set_actual_error_code(const char* value, size_t size) { _has_bits_[0] |= 0x00000001u; actual_error_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string( reinterpret_cast(value), size), GetArena()); // @@protoc_insertion_point(field_set_pointer:message.Catcher_data.actual_error_code) } inline std::string* Catcher_data::_internal_mutable_actual_error_code() { _has_bits_[0] |= 0x00000001u; return actual_error_code_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline std::string* Catcher_data::release_actual_error_code() { // @@protoc_insertion_point(field_release:message.Catcher_data.actual_error_code) if (!_internal_has_actual_error_code()) { return nullptr; } _has_bits_[0] &= ~0x00000001u; return actual_error_code_.ReleaseNonDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline void Catcher_data::set_allocated_actual_error_code(std::string* actual_error_code) { if (actual_error_code != nullptr) { _has_bits_[0] |= 0x00000001u; } else { _has_bits_[0] &= ~0x00000001u; } actual_error_code_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), actual_error_code, GetArena()); // @@protoc_insertion_point(field_set_allocated:message.Catcher_data.actual_error_code) } // optional string actual_warning_code = 18; inline bool Catcher_data::_internal_has_actual_warning_code() const { bool value = (_has_bits_[0] & 0x00000002u) != 0; return value; } inline bool Catcher_data::has_actual_warning_code() const { return _internal_has_actual_warning_code(); } inline void Catcher_data::clear_actual_warning_code() { actual_warning_code_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); _has_bits_[0] &= ~0x00000002u; } inline const std::string& Catcher_data::actual_warning_code() const { // @@protoc_insertion_point(field_get:message.Catcher_data.actual_warning_code) return _internal_actual_warning_code(); } inline void Catcher_data::set_actual_warning_code(const std::string& value) { _internal_set_actual_warning_code(value); // @@protoc_insertion_point(field_set:message.Catcher_data.actual_warning_code) } inline std::string* Catcher_data::mutable_actual_warning_code() { // @@protoc_insertion_point(field_mutable:message.Catcher_data.actual_warning_code) return _internal_mutable_actual_warning_code(); } inline const std::string& Catcher_data::_internal_actual_warning_code() const { return actual_warning_code_.Get(); } inline void Catcher_data::_internal_set_actual_warning_code(const std::string& value) { _has_bits_[0] |= 0x00000002u; actual_warning_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); } inline void Catcher_data::set_actual_warning_code(std::string&& value) { _has_bits_[0] |= 0x00000002u; actual_warning_code_.Set( &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena()); // @@protoc_insertion_point(field_set_rvalue:message.Catcher_data.actual_warning_code) } inline void Catcher_data::set_actual_warning_code(const char* value) { GOOGLE_DCHECK(value != nullptr); _has_bits_[0] |= 0x00000002u; actual_warning_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value), GetArena()); // @@protoc_insertion_point(field_set_char:message.Catcher_data.actual_warning_code) } inline void Catcher_data::set_actual_warning_code(const char* value, size_t size) { _has_bits_[0] |= 0x00000002u; actual_warning_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string( reinterpret_cast(value), size), GetArena()); // @@protoc_insertion_point(field_set_pointer:message.Catcher_data.actual_warning_code) } inline std::string* Catcher_data::_internal_mutable_actual_warning_code() { _has_bits_[0] |= 0x00000002u; return actual_warning_code_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline std::string* Catcher_data::release_actual_warning_code() { // @@protoc_insertion_point(field_release:message.Catcher_data.actual_warning_code) if (!_internal_has_actual_warning_code()) { return nullptr; } _has_bits_[0] &= ~0x00000002u; return actual_warning_code_.ReleaseNonDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline void Catcher_data::set_allocated_actual_warning_code(std::string* actual_warning_code) { if (actual_warning_code != nullptr) { _has_bits_[0] |= 0x00000002u; } else { _has_bits_[0] &= ~0x00000002u; } actual_warning_code_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), actual_warning_code, GetArena()); // @@protoc_insertion_point(field_set_allocated:message.Catcher_data.actual_warning_code) } // optional string actual_error_description = 19; inline bool Catcher_data::_internal_has_actual_error_description() const { bool value = (_has_bits_[0] & 0x00000004u) != 0; return value; } inline bool Catcher_data::has_actual_error_description() const { return _internal_has_actual_error_description(); } inline void Catcher_data::clear_actual_error_description() { actual_error_description_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); _has_bits_[0] &= ~0x00000004u; } inline const std::string& Catcher_data::actual_error_description() const { // @@protoc_insertion_point(field_get:message.Catcher_data.actual_error_description) return _internal_actual_error_description(); } inline void Catcher_data::set_actual_error_description(const std::string& value) { _internal_set_actual_error_description(value); // @@protoc_insertion_point(field_set:message.Catcher_data.actual_error_description) } inline std::string* Catcher_data::mutable_actual_error_description() { // @@protoc_insertion_point(field_mutable:message.Catcher_data.actual_error_description) return _internal_mutable_actual_error_description(); } inline const std::string& Catcher_data::_internal_actual_error_description() const { return actual_error_description_.Get(); } inline void Catcher_data::_internal_set_actual_error_description(const std::string& value) { _has_bits_[0] |= 0x00000004u; actual_error_description_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); } inline void Catcher_data::set_actual_error_description(std::string&& value) { _has_bits_[0] |= 0x00000004u; actual_error_description_.Set( &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena()); // @@protoc_insertion_point(field_set_rvalue:message.Catcher_data.actual_error_description) } inline void Catcher_data::set_actual_error_description(const char* value) { GOOGLE_DCHECK(value != nullptr); _has_bits_[0] |= 0x00000004u; actual_error_description_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value), GetArena()); // @@protoc_insertion_point(field_set_char:message.Catcher_data.actual_error_description) } inline void Catcher_data::set_actual_error_description(const char* value, size_t size) { _has_bits_[0] |= 0x00000004u; actual_error_description_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string( reinterpret_cast(value), size), GetArena()); // @@protoc_insertion_point(field_set_pointer:message.Catcher_data.actual_error_description) } inline std::string* Catcher_data::_internal_mutable_actual_error_description() { _has_bits_[0] |= 0x00000004u; return actual_error_description_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline std::string* Catcher_data::release_actual_error_description() { // @@protoc_insertion_point(field_release:message.Catcher_data.actual_error_description) if (!_internal_has_actual_error_description()) { return nullptr; } _has_bits_[0] &= ~0x00000004u; return actual_error_description_.ReleaseNonDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline void Catcher_data::set_allocated_actual_error_description(std::string* actual_error_description) { if (actual_error_description != nullptr) { _has_bits_[0] |= 0x00000004u; } else { _has_bits_[0] &= ~0x00000004u; } actual_error_description_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), actual_error_description, GetArena()); // @@protoc_insertion_point(field_set_allocated:message.Catcher_data.actual_error_description) } // ------------------------------------------------------------------- // Carrier_data // required .message.Dispatch_device_type dispatch_device_type = 1; inline bool Carrier_data::_internal_has_dispatch_device_type() const { bool value = (_has_bits_[0] & 0x00040000u) != 0; return value; } inline bool Carrier_data::has_dispatch_device_type() const { return _internal_has_dispatch_device_type(); } inline void Carrier_data::clear_dispatch_device_type() { dispatch_device_type_ = 101; _has_bits_[0] &= ~0x00040000u; } inline ::message::Dispatch_device_type Carrier_data::_internal_dispatch_device_type() const { return static_cast< ::message::Dispatch_device_type >(dispatch_device_type_); } inline ::message::Dispatch_device_type Carrier_data::dispatch_device_type() const { // @@protoc_insertion_point(field_get:message.Carrier_data.dispatch_device_type) return _internal_dispatch_device_type(); } inline void Carrier_data::_internal_set_dispatch_device_type(::message::Dispatch_device_type value) { assert(::message::Dispatch_device_type_IsValid(value)); _has_bits_[0] |= 0x00040000u; dispatch_device_type_ = value; } inline void Carrier_data::set_dispatch_device_type(::message::Dispatch_device_type value) { _internal_set_dispatch_device_type(value); // @@protoc_insertion_point(field_set:message.Carrier_data.dispatch_device_type) } // required .message.Dispatch_device_status dispatch_device_status = 2; inline bool Carrier_data::_internal_has_dispatch_device_status() const { bool value = (_has_bits_[0] & 0x00000008u) != 0; return value; } inline bool Carrier_data::has_dispatch_device_status() const { return _internal_has_dispatch_device_status(); } inline void Carrier_data::clear_dispatch_device_status() { dispatch_device_status_ = 0; _has_bits_[0] &= ~0x00000008u; } inline ::message::Dispatch_device_status Carrier_data::_internal_dispatch_device_status() const { return static_cast< ::message::Dispatch_device_status >(dispatch_device_status_); } inline ::message::Dispatch_device_status Carrier_data::dispatch_device_status() const { // @@protoc_insertion_point(field_get:message.Carrier_data.dispatch_device_status) return _internal_dispatch_device_status(); } inline void Carrier_data::_internal_set_dispatch_device_status(::message::Dispatch_device_status value) { assert(::message::Dispatch_device_status_IsValid(value)); _has_bits_[0] |= 0x00000008u; dispatch_device_status_ = value; } inline void Carrier_data::set_dispatch_device_status(::message::Dispatch_device_status value) { _internal_set_dispatch_device_status(value); // @@protoc_insertion_point(field_set:message.Carrier_data.dispatch_device_status) } // required int32 device_id = 3; inline bool Carrier_data::_internal_has_device_id() const { bool value = (_has_bits_[0] & 0x00000010u) != 0; return value; } inline bool Carrier_data::has_device_id() const { return _internal_has_device_id(); } inline void Carrier_data::clear_device_id() { device_id_ = 0; _has_bits_[0] &= ~0x00000010u; } inline ::PROTOBUF_NAMESPACE_ID::int32 Carrier_data::_internal_device_id() const { return device_id_; } inline ::PROTOBUF_NAMESPACE_ID::int32 Carrier_data::device_id() const { // @@protoc_insertion_point(field_get:message.Carrier_data.device_id) return _internal_device_id(); } inline void Carrier_data::_internal_set_device_id(::PROTOBUF_NAMESPACE_ID::int32 value) { _has_bits_[0] |= 0x00000010u; device_id_ = value; } inline void Carrier_data::set_device_id(::PROTOBUF_NAMESPACE_ID::int32 value) { _internal_set_device_id(value); // @@protoc_insertion_point(field_set:message.Carrier_data.device_id) } // optional .message.Hardware_device_status actual_device_status = 4; inline bool Carrier_data::_internal_has_actual_device_status() const { bool value = (_has_bits_[0] & 0x00000020u) != 0; return value; } inline bool Carrier_data::has_actual_device_status() const { return _internal_has_actual_device_status(); } inline void Carrier_data::clear_actual_device_status() { actual_device_status_ = 0; _has_bits_[0] &= ~0x00000020u; } inline ::message::Hardware_device_status Carrier_data::_internal_actual_device_status() const { return static_cast< ::message::Hardware_device_status >(actual_device_status_); } inline ::message::Hardware_device_status Carrier_data::actual_device_status() const { // @@protoc_insertion_point(field_get:message.Carrier_data.actual_device_status) return _internal_actual_device_status(); } inline void Carrier_data::_internal_set_actual_device_status(::message::Hardware_device_status value) { assert(::message::Hardware_device_status_IsValid(value)); _has_bits_[0] |= 0x00000020u; actual_device_status_ = value; } inline void Carrier_data::set_actual_device_status(::message::Hardware_device_status value) { _internal_set_actual_device_status(value); // @@protoc_insertion_point(field_set:message.Carrier_data.actual_device_status) } // optional .message.Load_status actual_load_status = 5; inline bool Carrier_data::_internal_has_actual_load_status() const { bool value = (_has_bits_[0] & 0x00000040u) != 0; return value; } inline bool Carrier_data::has_actual_load_status() const { return _internal_has_actual_load_status(); } inline void Carrier_data::clear_actual_load_status() { actual_load_status_ = 0; _has_bits_[0] &= ~0x00000040u; } inline ::message::Load_status Carrier_data::_internal_actual_load_status() const { return static_cast< ::message::Load_status >(actual_load_status_); } inline ::message::Load_status Carrier_data::actual_load_status() const { // @@protoc_insertion_point(field_get:message.Carrier_data.actual_load_status) return _internal_actual_load_status(); } inline void Carrier_data::_internal_set_actual_load_status(::message::Load_status value) { assert(::message::Load_status_IsValid(value)); _has_bits_[0] |= 0x00000040u; actual_load_status_ = value; } inline void Carrier_data::set_actual_load_status(::message::Load_status value) { _internal_set_actual_load_status(value); // @@protoc_insertion_point(field_set:message.Carrier_data.actual_load_status) } // optional int32 actual_coordinates_id = 6; inline bool Carrier_data::_internal_has_actual_coordinates_id() const { bool value = (_has_bits_[0] & 0x00000080u) != 0; return value; } inline bool Carrier_data::has_actual_coordinates_id() const { return _internal_has_actual_coordinates_id(); } inline void Carrier_data::clear_actual_coordinates_id() { actual_coordinates_id_ = 0; _has_bits_[0] &= ~0x00000080u; } inline ::PROTOBUF_NAMESPACE_ID::int32 Carrier_data::_internal_actual_coordinates_id() const { return actual_coordinates_id_; } inline ::PROTOBUF_NAMESPACE_ID::int32 Carrier_data::actual_coordinates_id() const { // @@protoc_insertion_point(field_get:message.Carrier_data.actual_coordinates_id) return _internal_actual_coordinates_id(); } inline void Carrier_data::_internal_set_actual_coordinates_id(::PROTOBUF_NAMESPACE_ID::int32 value) { _has_bits_[0] |= 0x00000080u; actual_coordinates_id_ = value; } inline void Carrier_data::set_actual_coordinates_id(::PROTOBUF_NAMESPACE_ID::int32 value) { _internal_set_actual_coordinates_id(value); // @@protoc_insertion_point(field_set:message.Carrier_data.actual_coordinates_id) } // optional float actual_x = 7; inline bool Carrier_data::_internal_has_actual_x() const { bool value = (_has_bits_[0] & 0x00000100u) != 0; return value; } inline bool Carrier_data::has_actual_x() const { return _internal_has_actual_x(); } inline void Carrier_data::clear_actual_x() { actual_x_ = 0; _has_bits_[0] &= ~0x00000100u; } inline float Carrier_data::_internal_actual_x() const { return actual_x_; } inline float Carrier_data::actual_x() const { // @@protoc_insertion_point(field_get:message.Carrier_data.actual_x) return _internal_actual_x(); } inline void Carrier_data::_internal_set_actual_x(float value) { _has_bits_[0] |= 0x00000100u; actual_x_ = value; } inline void Carrier_data::set_actual_x(float value) { _internal_set_actual_x(value); // @@protoc_insertion_point(field_set:message.Carrier_data.actual_x) } // optional float actual_y = 8; inline bool Carrier_data::_internal_has_actual_y() const { bool value = (_has_bits_[0] & 0x00000200u) != 0; return value; } inline bool Carrier_data::has_actual_y() const { return _internal_has_actual_y(); } inline void Carrier_data::clear_actual_y() { actual_y_ = 0; _has_bits_[0] &= ~0x00000200u; } inline float Carrier_data::_internal_actual_y() const { return actual_y_; } inline float Carrier_data::actual_y() const { // @@protoc_insertion_point(field_get:message.Carrier_data.actual_y) return _internal_actual_y(); } inline void Carrier_data::_internal_set_actual_y(float value) { _has_bits_[0] |= 0x00000200u; actual_y_ = value; } inline void Carrier_data::set_actual_y(float value) { _internal_set_actual_y(value); // @@protoc_insertion_point(field_set:message.Carrier_data.actual_y) } // optional float actual_z = 9; inline bool Carrier_data::_internal_has_actual_z() const { bool value = (_has_bits_[0] & 0x00000400u) != 0; return value; } inline bool Carrier_data::has_actual_z() const { return _internal_has_actual_z(); } inline void Carrier_data::clear_actual_z() { actual_z_ = 0; _has_bits_[0] &= ~0x00000400u; } inline float Carrier_data::_internal_actual_z() const { return actual_z_; } inline float Carrier_data::actual_z() const { // @@protoc_insertion_point(field_get:message.Carrier_data.actual_z) return _internal_actual_z(); } inline void Carrier_data::_internal_set_actual_z(float value) { _has_bits_[0] |= 0x00000400u; actual_z_ = value; } inline void Carrier_data::set_actual_z(float value) { _internal_set_actual_z(value); // @@protoc_insertion_point(field_set:message.Carrier_data.actual_z) } // optional float actual_y1 = 10; inline bool Carrier_data::_internal_has_actual_y1() const { bool value = (_has_bits_[0] & 0x00000800u) != 0; return value; } inline bool Carrier_data::has_actual_y1() const { return _internal_has_actual_y1(); } inline void Carrier_data::clear_actual_y1() { actual_y1_ = 0; _has_bits_[0] &= ~0x00000800u; } inline float Carrier_data::_internal_actual_y1() const { return actual_y1_; } inline float Carrier_data::actual_y1() const { // @@protoc_insertion_point(field_get:message.Carrier_data.actual_y1) return _internal_actual_y1(); } inline void Carrier_data::_internal_set_actual_y1(float value) { _has_bits_[0] |= 0x00000800u; actual_y1_ = value; } inline void Carrier_data::set_actual_y1(float value) { _internal_set_actual_y1(value); // @@protoc_insertion_point(field_set:message.Carrier_data.actual_y1) } // optional float actual_y2 = 11; inline bool Carrier_data::_internal_has_actual_y2() const { bool value = (_has_bits_[0] & 0x00001000u) != 0; return value; } inline bool Carrier_data::has_actual_y2() const { return _internal_has_actual_y2(); } inline void Carrier_data::clear_actual_y2() { actual_y2_ = 0; _has_bits_[0] &= ~0x00001000u; } inline float Carrier_data::_internal_actual_y2() const { return actual_y2_; } inline float Carrier_data::actual_y2() const { // @@protoc_insertion_point(field_get:message.Carrier_data.actual_y2) return _internal_actual_y2(); } inline void Carrier_data::_internal_set_actual_y2(float value) { _has_bits_[0] |= 0x00001000u; actual_y2_ = value; } inline void Carrier_data::set_actual_y2(float value) { _internal_set_actual_y2(value); // @@protoc_insertion_point(field_set:message.Carrier_data.actual_y2) } // optional .message.Clamp_motion actual_clamp_motion1 = 12; inline bool Carrier_data::_internal_has_actual_clamp_motion1() const { bool value = (_has_bits_[0] & 0x00002000u) != 0; return value; } inline bool Carrier_data::has_actual_clamp_motion1() const { return _internal_has_actual_clamp_motion1(); } inline void Carrier_data::clear_actual_clamp_motion1() { actual_clamp_motion1_ = 0; _has_bits_[0] &= ~0x00002000u; } inline ::message::Clamp_motion Carrier_data::_internal_actual_clamp_motion1() const { return static_cast< ::message::Clamp_motion >(actual_clamp_motion1_); } inline ::message::Clamp_motion Carrier_data::actual_clamp_motion1() const { // @@protoc_insertion_point(field_get:message.Carrier_data.actual_clamp_motion1) return _internal_actual_clamp_motion1(); } inline void Carrier_data::_internal_set_actual_clamp_motion1(::message::Clamp_motion value) { assert(::message::Clamp_motion_IsValid(value)); _has_bits_[0] |= 0x00002000u; actual_clamp_motion1_ = value; } inline void Carrier_data::set_actual_clamp_motion1(::message::Clamp_motion value) { _internal_set_actual_clamp_motion1(value); // @@protoc_insertion_point(field_set:message.Carrier_data.actual_clamp_motion1) } // optional .message.Clamp_motion actual_clamp_motion2 = 13; inline bool Carrier_data::_internal_has_actual_clamp_motion2() const { bool value = (_has_bits_[0] & 0x00004000u) != 0; return value; } inline bool Carrier_data::has_actual_clamp_motion2() const { return _internal_has_actual_clamp_motion2(); } inline void Carrier_data::clear_actual_clamp_motion2() { actual_clamp_motion2_ = 0; _has_bits_[0] &= ~0x00004000u; } inline ::message::Clamp_motion Carrier_data::_internal_actual_clamp_motion2() const { return static_cast< ::message::Clamp_motion >(actual_clamp_motion2_); } inline ::message::Clamp_motion Carrier_data::actual_clamp_motion2() const { // @@protoc_insertion_point(field_get:message.Carrier_data.actual_clamp_motion2) return _internal_actual_clamp_motion2(); } inline void Carrier_data::_internal_set_actual_clamp_motion2(::message::Clamp_motion value) { assert(::message::Clamp_motion_IsValid(value)); _has_bits_[0] |= 0x00004000u; actual_clamp_motion2_ = value; } inline void Carrier_data::set_actual_clamp_motion2(::message::Clamp_motion value) { _internal_set_actual_clamp_motion2(value); // @@protoc_insertion_point(field_set:message.Carrier_data.actual_clamp_motion2) } // optional .message.Small_sports_car_motion actual_small_sports_car_motion = 14; inline bool Carrier_data::_internal_has_actual_small_sports_car_motion() const { bool value = (_has_bits_[0] & 0x00008000u) != 0; return value; } inline bool Carrier_data::has_actual_small_sports_car_motion() const { return _internal_has_actual_small_sports_car_motion(); } inline void Carrier_data::clear_actual_small_sports_car_motion() { actual_small_sports_car_motion_ = 0; _has_bits_[0] &= ~0x00008000u; } inline ::message::Small_sports_car_motion Carrier_data::_internal_actual_small_sports_car_motion() const { return static_cast< ::message::Small_sports_car_motion >(actual_small_sports_car_motion_); } inline ::message::Small_sports_car_motion Carrier_data::actual_small_sports_car_motion() const { // @@protoc_insertion_point(field_get:message.Carrier_data.actual_small_sports_car_motion) return _internal_actual_small_sports_car_motion(); } inline void Carrier_data::_internal_set_actual_small_sports_car_motion(::message::Small_sports_car_motion value) { assert(::message::Small_sports_car_motion_IsValid(value)); _has_bits_[0] |= 0x00008000u; actual_small_sports_car_motion_ = value; } inline void Carrier_data::set_actual_small_sports_car_motion(::message::Small_sports_car_motion value) { _internal_set_actual_small_sports_car_motion(value); // @@protoc_insertion_point(field_set:message.Carrier_data.actual_small_sports_car_motion) } // optional .message.Joint_motion actual_joint_motion_x1 = 15; inline bool Carrier_data::_internal_has_actual_joint_motion_x1() const { bool value = (_has_bits_[0] & 0x00010000u) != 0; return value; } inline bool Carrier_data::has_actual_joint_motion_x1() const { return _internal_has_actual_joint_motion_x1(); } inline void Carrier_data::clear_actual_joint_motion_x1() { actual_joint_motion_x1_ = 0; _has_bits_[0] &= ~0x00010000u; } inline ::message::Joint_motion Carrier_data::_internal_actual_joint_motion_x1() const { return static_cast< ::message::Joint_motion >(actual_joint_motion_x1_); } inline ::message::Joint_motion Carrier_data::actual_joint_motion_x1() const { // @@protoc_insertion_point(field_get:message.Carrier_data.actual_joint_motion_x1) return _internal_actual_joint_motion_x1(); } inline void Carrier_data::_internal_set_actual_joint_motion_x1(::message::Joint_motion value) { assert(::message::Joint_motion_IsValid(value)); _has_bits_[0] |= 0x00010000u; actual_joint_motion_x1_ = value; } inline void Carrier_data::set_actual_joint_motion_x1(::message::Joint_motion value) { _internal_set_actual_joint_motion_x1(value); // @@protoc_insertion_point(field_set:message.Carrier_data.actual_joint_motion_x1) } // optional .message.Joint_motion actual_joint_motion_x2 = 16; inline bool Carrier_data::_internal_has_actual_joint_motion_x2() const { bool value = (_has_bits_[0] & 0x00020000u) != 0; return value; } inline bool Carrier_data::has_actual_joint_motion_x2() const { return _internal_has_actual_joint_motion_x2(); } inline void Carrier_data::clear_actual_joint_motion_x2() { actual_joint_motion_x2_ = 0; _has_bits_[0] &= ~0x00020000u; } inline ::message::Joint_motion Carrier_data::_internal_actual_joint_motion_x2() const { return static_cast< ::message::Joint_motion >(actual_joint_motion_x2_); } inline ::message::Joint_motion Carrier_data::actual_joint_motion_x2() const { // @@protoc_insertion_point(field_get:message.Carrier_data.actual_joint_motion_x2) return _internal_actual_joint_motion_x2(); } inline void Carrier_data::_internal_set_actual_joint_motion_x2(::message::Joint_motion value) { assert(::message::Joint_motion_IsValid(value)); _has_bits_[0] |= 0x00020000u; actual_joint_motion_x2_ = value; } inline void Carrier_data::set_actual_joint_motion_x2(::message::Joint_motion value) { _internal_set_actual_joint_motion_x2(value); // @@protoc_insertion_point(field_set:message.Carrier_data.actual_joint_motion_x2) } // optional string actual_error_code = 17; inline bool Carrier_data::_internal_has_actual_error_code() const { bool value = (_has_bits_[0] & 0x00000001u) != 0; return value; } inline bool Carrier_data::has_actual_error_code() const { return _internal_has_actual_error_code(); } inline void Carrier_data::clear_actual_error_code() { actual_error_code_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); _has_bits_[0] &= ~0x00000001u; } inline const std::string& Carrier_data::actual_error_code() const { // @@protoc_insertion_point(field_get:message.Carrier_data.actual_error_code) return _internal_actual_error_code(); } inline void Carrier_data::set_actual_error_code(const std::string& value) { _internal_set_actual_error_code(value); // @@protoc_insertion_point(field_set:message.Carrier_data.actual_error_code) } inline std::string* Carrier_data::mutable_actual_error_code() { // @@protoc_insertion_point(field_mutable:message.Carrier_data.actual_error_code) return _internal_mutable_actual_error_code(); } inline const std::string& Carrier_data::_internal_actual_error_code() const { return actual_error_code_.Get(); } inline void Carrier_data::_internal_set_actual_error_code(const std::string& value) { _has_bits_[0] |= 0x00000001u; actual_error_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); } inline void Carrier_data::set_actual_error_code(std::string&& value) { _has_bits_[0] |= 0x00000001u; actual_error_code_.Set( &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena()); // @@protoc_insertion_point(field_set_rvalue:message.Carrier_data.actual_error_code) } inline void Carrier_data::set_actual_error_code(const char* value) { GOOGLE_DCHECK(value != nullptr); _has_bits_[0] |= 0x00000001u; actual_error_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value), GetArena()); // @@protoc_insertion_point(field_set_char:message.Carrier_data.actual_error_code) } inline void Carrier_data::set_actual_error_code(const char* value, size_t size) { _has_bits_[0] |= 0x00000001u; actual_error_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string( reinterpret_cast(value), size), GetArena()); // @@protoc_insertion_point(field_set_pointer:message.Carrier_data.actual_error_code) } inline std::string* Carrier_data::_internal_mutable_actual_error_code() { _has_bits_[0] |= 0x00000001u; return actual_error_code_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline std::string* Carrier_data::release_actual_error_code() { // @@protoc_insertion_point(field_release:message.Carrier_data.actual_error_code) if (!_internal_has_actual_error_code()) { return nullptr; } _has_bits_[0] &= ~0x00000001u; return actual_error_code_.ReleaseNonDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline void Carrier_data::set_allocated_actual_error_code(std::string* actual_error_code) { if (actual_error_code != nullptr) { _has_bits_[0] |= 0x00000001u; } else { _has_bits_[0] &= ~0x00000001u; } actual_error_code_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), actual_error_code, GetArena()); // @@protoc_insertion_point(field_set_allocated:message.Carrier_data.actual_error_code) } // optional string actual_warning_code = 18; inline bool Carrier_data::_internal_has_actual_warning_code() const { bool value = (_has_bits_[0] & 0x00000002u) != 0; return value; } inline bool Carrier_data::has_actual_warning_code() const { return _internal_has_actual_warning_code(); } inline void Carrier_data::clear_actual_warning_code() { actual_warning_code_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); _has_bits_[0] &= ~0x00000002u; } inline const std::string& Carrier_data::actual_warning_code() const { // @@protoc_insertion_point(field_get:message.Carrier_data.actual_warning_code) return _internal_actual_warning_code(); } inline void Carrier_data::set_actual_warning_code(const std::string& value) { _internal_set_actual_warning_code(value); // @@protoc_insertion_point(field_set:message.Carrier_data.actual_warning_code) } inline std::string* Carrier_data::mutable_actual_warning_code() { // @@protoc_insertion_point(field_mutable:message.Carrier_data.actual_warning_code) return _internal_mutable_actual_warning_code(); } inline const std::string& Carrier_data::_internal_actual_warning_code() const { return actual_warning_code_.Get(); } inline void Carrier_data::_internal_set_actual_warning_code(const std::string& value) { _has_bits_[0] |= 0x00000002u; actual_warning_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); } inline void Carrier_data::set_actual_warning_code(std::string&& value) { _has_bits_[0] |= 0x00000002u; actual_warning_code_.Set( &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena()); // @@protoc_insertion_point(field_set_rvalue:message.Carrier_data.actual_warning_code) } inline void Carrier_data::set_actual_warning_code(const char* value) { GOOGLE_DCHECK(value != nullptr); _has_bits_[0] |= 0x00000002u; actual_warning_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value), GetArena()); // @@protoc_insertion_point(field_set_char:message.Carrier_data.actual_warning_code) } inline void Carrier_data::set_actual_warning_code(const char* value, size_t size) { _has_bits_[0] |= 0x00000002u; actual_warning_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string( reinterpret_cast(value), size), GetArena()); // @@protoc_insertion_point(field_set_pointer:message.Carrier_data.actual_warning_code) } inline std::string* Carrier_data::_internal_mutable_actual_warning_code() { _has_bits_[0] |= 0x00000002u; return actual_warning_code_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline std::string* Carrier_data::release_actual_warning_code() { // @@protoc_insertion_point(field_release:message.Carrier_data.actual_warning_code) if (!_internal_has_actual_warning_code()) { return nullptr; } _has_bits_[0] &= ~0x00000002u; return actual_warning_code_.ReleaseNonDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline void Carrier_data::set_allocated_actual_warning_code(std::string* actual_warning_code) { if (actual_warning_code != nullptr) { _has_bits_[0] |= 0x00000002u; } else { _has_bits_[0] &= ~0x00000002u; } actual_warning_code_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), actual_warning_code, GetArena()); // @@protoc_insertion_point(field_set_allocated:message.Carrier_data.actual_warning_code) } // optional string actual_error_description = 19; inline bool Carrier_data::_internal_has_actual_error_description() const { bool value = (_has_bits_[0] & 0x00000004u) != 0; return value; } inline bool Carrier_data::has_actual_error_description() const { return _internal_has_actual_error_description(); } inline void Carrier_data::clear_actual_error_description() { actual_error_description_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); _has_bits_[0] &= ~0x00000004u; } inline const std::string& Carrier_data::actual_error_description() const { // @@protoc_insertion_point(field_get:message.Carrier_data.actual_error_description) return _internal_actual_error_description(); } inline void Carrier_data::set_actual_error_description(const std::string& value) { _internal_set_actual_error_description(value); // @@protoc_insertion_point(field_set:message.Carrier_data.actual_error_description) } inline std::string* Carrier_data::mutable_actual_error_description() { // @@protoc_insertion_point(field_mutable:message.Carrier_data.actual_error_description) return _internal_mutable_actual_error_description(); } inline const std::string& Carrier_data::_internal_actual_error_description() const { return actual_error_description_.Get(); } inline void Carrier_data::_internal_set_actual_error_description(const std::string& value) { _has_bits_[0] |= 0x00000004u; actual_error_description_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); } inline void Carrier_data::set_actual_error_description(std::string&& value) { _has_bits_[0] |= 0x00000004u; actual_error_description_.Set( &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena()); // @@protoc_insertion_point(field_set_rvalue:message.Carrier_data.actual_error_description) } inline void Carrier_data::set_actual_error_description(const char* value) { GOOGLE_DCHECK(value != nullptr); _has_bits_[0] |= 0x00000004u; actual_error_description_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value), GetArena()); // @@protoc_insertion_point(field_set_char:message.Carrier_data.actual_error_description) } inline void Carrier_data::set_actual_error_description(const char* value, size_t size) { _has_bits_[0] |= 0x00000004u; actual_error_description_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string( reinterpret_cast(value), size), GetArena()); // @@protoc_insertion_point(field_set_pointer:message.Carrier_data.actual_error_description) } inline std::string* Carrier_data::_internal_mutable_actual_error_description() { _has_bits_[0] |= 0x00000004u; return actual_error_description_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline std::string* Carrier_data::release_actual_error_description() { // @@protoc_insertion_point(field_release:message.Carrier_data.actual_error_description) if (!_internal_has_actual_error_description()) { return nullptr; } _has_bits_[0] &= ~0x00000004u; return actual_error_description_.ReleaseNonDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline void Carrier_data::set_allocated_actual_error_description(std::string* actual_error_description) { if (actual_error_description != nullptr) { _has_bits_[0] |= 0x00000004u; } else { _has_bits_[0] &= ~0x00000004u; } actual_error_description_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), actual_error_description, GetArena()); // @@protoc_insertion_point(field_set_allocated:message.Carrier_data.actual_error_description) } // ------------------------------------------------------------------- // Passageway_data // required .message.Dispatch_device_type dispatch_device_type = 1; inline bool Passageway_data::_internal_has_dispatch_device_type() const { bool value = (_has_bits_[0] & 0x00010000u) != 0; return value; } inline bool Passageway_data::has_dispatch_device_type() const { return _internal_has_dispatch_device_type(); } inline void Passageway_data::clear_dispatch_device_type() { dispatch_device_type_ = 101; _has_bits_[0] &= ~0x00010000u; } inline ::message::Dispatch_device_type Passageway_data::_internal_dispatch_device_type() const { return static_cast< ::message::Dispatch_device_type >(dispatch_device_type_); } inline ::message::Dispatch_device_type Passageway_data::dispatch_device_type() const { // @@protoc_insertion_point(field_get:message.Passageway_data.dispatch_device_type) return _internal_dispatch_device_type(); } inline void Passageway_data::_internal_set_dispatch_device_type(::message::Dispatch_device_type value) { assert(::message::Dispatch_device_type_IsValid(value)); _has_bits_[0] |= 0x00010000u; dispatch_device_type_ = value; } inline void Passageway_data::set_dispatch_device_type(::message::Dispatch_device_type value) { _internal_set_dispatch_device_type(value); // @@protoc_insertion_point(field_set:message.Passageway_data.dispatch_device_type) } // required .message.Dispatch_device_status dispatch_device_status = 2; inline bool Passageway_data::_internal_has_dispatch_device_status() const { bool value = (_has_bits_[0] & 0x00000008u) != 0; return value; } inline bool Passageway_data::has_dispatch_device_status() const { return _internal_has_dispatch_device_status(); } inline void Passageway_data::clear_dispatch_device_status() { dispatch_device_status_ = 0; _has_bits_[0] &= ~0x00000008u; } inline ::message::Dispatch_device_status Passageway_data::_internal_dispatch_device_status() const { return static_cast< ::message::Dispatch_device_status >(dispatch_device_status_); } inline ::message::Dispatch_device_status Passageway_data::dispatch_device_status() const { // @@protoc_insertion_point(field_get:message.Passageway_data.dispatch_device_status) return _internal_dispatch_device_status(); } inline void Passageway_data::_internal_set_dispatch_device_status(::message::Dispatch_device_status value) { assert(::message::Dispatch_device_status_IsValid(value)); _has_bits_[0] |= 0x00000008u; dispatch_device_status_ = value; } inline void Passageway_data::set_dispatch_device_status(::message::Dispatch_device_status value) { _internal_set_dispatch_device_status(value); // @@protoc_insertion_point(field_set:message.Passageway_data.dispatch_device_status) } // required int32 device_id = 3; inline bool Passageway_data::_internal_has_device_id() const { bool value = (_has_bits_[0] & 0x00000010u) != 0; return value; } inline bool Passageway_data::has_device_id() const { return _internal_has_device_id(); } inline void Passageway_data::clear_device_id() { device_id_ = 0; _has_bits_[0] &= ~0x00000010u; } inline ::PROTOBUF_NAMESPACE_ID::int32 Passageway_data::_internal_device_id() const { return device_id_; } inline ::PROTOBUF_NAMESPACE_ID::int32 Passageway_data::device_id() const { // @@protoc_insertion_point(field_get:message.Passageway_data.device_id) return _internal_device_id(); } inline void Passageway_data::_internal_set_device_id(::PROTOBUF_NAMESPACE_ID::int32 value) { _has_bits_[0] |= 0x00000010u; device_id_ = value; } inline void Passageway_data::set_device_id(::PROTOBUF_NAMESPACE_ID::int32 value) { _internal_set_device_id(value); // @@protoc_insertion_point(field_set:message.Passageway_data.device_id) } // optional .message.Hardware_device_status actual_device_status = 4; inline bool Passageway_data::_internal_has_actual_device_status() const { bool value = (_has_bits_[0] & 0x00000020u) != 0; return value; } inline bool Passageway_data::has_actual_device_status() const { return _internal_has_actual_device_status(); } inline void Passageway_data::clear_actual_device_status() { actual_device_status_ = 0; _has_bits_[0] &= ~0x00000020u; } inline ::message::Hardware_device_status Passageway_data::_internal_actual_device_status() const { return static_cast< ::message::Hardware_device_status >(actual_device_status_); } inline ::message::Hardware_device_status Passageway_data::actual_device_status() const { // @@protoc_insertion_point(field_get:message.Passageway_data.actual_device_status) return _internal_actual_device_status(); } inline void Passageway_data::_internal_set_actual_device_status(::message::Hardware_device_status value) { assert(::message::Hardware_device_status_IsValid(value)); _has_bits_[0] |= 0x00000020u; actual_device_status_ = value; } inline void Passageway_data::set_actual_device_status(::message::Hardware_device_status value) { _internal_set_actual_device_status(value); // @@protoc_insertion_point(field_set:message.Passageway_data.actual_device_status) } // optional .message.Load_status actual_inside_load_status = 5; inline bool Passageway_data::_internal_has_actual_inside_load_status() const { bool value = (_has_bits_[0] & 0x00000040u) != 0; return value; } inline bool Passageway_data::has_actual_inside_load_status() const { return _internal_has_actual_inside_load_status(); } inline void Passageway_data::clear_actual_inside_load_status() { actual_inside_load_status_ = 0; _has_bits_[0] &= ~0x00000040u; } inline ::message::Load_status Passageway_data::_internal_actual_inside_load_status() const { return static_cast< ::message::Load_status >(actual_inside_load_status_); } inline ::message::Load_status Passageway_data::actual_inside_load_status() const { // @@protoc_insertion_point(field_get:message.Passageway_data.actual_inside_load_status) return _internal_actual_inside_load_status(); } inline void Passageway_data::_internal_set_actual_inside_load_status(::message::Load_status value) { assert(::message::Load_status_IsValid(value)); _has_bits_[0] |= 0x00000040u; actual_inside_load_status_ = value; } inline void Passageway_data::set_actual_inside_load_status(::message::Load_status value) { _internal_set_actual_inside_load_status(value); // @@protoc_insertion_point(field_set:message.Passageway_data.actual_inside_load_status) } // optional .message.Load_status actual_outside_load_status = 6; inline bool Passageway_data::_internal_has_actual_outside_load_status() const { bool value = (_has_bits_[0] & 0x00000080u) != 0; return value; } inline bool Passageway_data::has_actual_outside_load_status() const { return _internal_has_actual_outside_load_status(); } inline void Passageway_data::clear_actual_outside_load_status() { actual_outside_load_status_ = 0; _has_bits_[0] &= ~0x00000080u; } inline ::message::Load_status Passageway_data::_internal_actual_outside_load_status() const { return static_cast< ::message::Load_status >(actual_outside_load_status_); } inline ::message::Load_status Passageway_data::actual_outside_load_status() const { // @@protoc_insertion_point(field_get:message.Passageway_data.actual_outside_load_status) return _internal_actual_outside_load_status(); } inline void Passageway_data::_internal_set_actual_outside_load_status(::message::Load_status value) { assert(::message::Load_status_IsValid(value)); _has_bits_[0] |= 0x00000080u; actual_outside_load_status_ = value; } inline void Passageway_data::set_actual_outside_load_status(::message::Load_status value) { _internal_set_actual_outside_load_status(value); // @@protoc_insertion_point(field_set:message.Passageway_data.actual_outside_load_status) } // optional .message.Overstep_the_boundary actual_front_overstep_the_boundary = 7; inline bool Passageway_data::_internal_has_actual_front_overstep_the_boundary() const { bool value = (_has_bits_[0] & 0x00000100u) != 0; return value; } inline bool Passageway_data::has_actual_front_overstep_the_boundary() const { return _internal_has_actual_front_overstep_the_boundary(); } inline void Passageway_data::clear_actual_front_overstep_the_boundary() { actual_front_overstep_the_boundary_ = 0; _has_bits_[0] &= ~0x00000100u; } inline ::message::Overstep_the_boundary Passageway_data::_internal_actual_front_overstep_the_boundary() const { return static_cast< ::message::Overstep_the_boundary >(actual_front_overstep_the_boundary_); } inline ::message::Overstep_the_boundary Passageway_data::actual_front_overstep_the_boundary() const { // @@protoc_insertion_point(field_get:message.Passageway_data.actual_front_overstep_the_boundary) return _internal_actual_front_overstep_the_boundary(); } inline void Passageway_data::_internal_set_actual_front_overstep_the_boundary(::message::Overstep_the_boundary value) { assert(::message::Overstep_the_boundary_IsValid(value)); _has_bits_[0] |= 0x00000100u; actual_front_overstep_the_boundary_ = value; } inline void Passageway_data::set_actual_front_overstep_the_boundary(::message::Overstep_the_boundary value) { _internal_set_actual_front_overstep_the_boundary(value); // @@protoc_insertion_point(field_set:message.Passageway_data.actual_front_overstep_the_boundary) } // optional .message.Overstep_the_boundary actual_back_overstep_the_boundary = 8; inline bool Passageway_data::_internal_has_actual_back_overstep_the_boundary() const { bool value = (_has_bits_[0] & 0x00000200u) != 0; return value; } inline bool Passageway_data::has_actual_back_overstep_the_boundary() const { return _internal_has_actual_back_overstep_the_boundary(); } inline void Passageway_data::clear_actual_back_overstep_the_boundary() { actual_back_overstep_the_boundary_ = 0; _has_bits_[0] &= ~0x00000200u; } inline ::message::Overstep_the_boundary Passageway_data::_internal_actual_back_overstep_the_boundary() const { return static_cast< ::message::Overstep_the_boundary >(actual_back_overstep_the_boundary_); } inline ::message::Overstep_the_boundary Passageway_data::actual_back_overstep_the_boundary() const { // @@protoc_insertion_point(field_get:message.Passageway_data.actual_back_overstep_the_boundary) return _internal_actual_back_overstep_the_boundary(); } inline void Passageway_data::_internal_set_actual_back_overstep_the_boundary(::message::Overstep_the_boundary value) { assert(::message::Overstep_the_boundary_IsValid(value)); _has_bits_[0] |= 0x00000200u; actual_back_overstep_the_boundary_ = value; } inline void Passageway_data::set_actual_back_overstep_the_boundary(::message::Overstep_the_boundary value) { _internal_set_actual_back_overstep_the_boundary(value); // @@protoc_insertion_point(field_set:message.Passageway_data.actual_back_overstep_the_boundary) } // optional .message.Overstep_the_boundary actual_height_overstep_the_boundary = 9; inline bool Passageway_data::_internal_has_actual_height_overstep_the_boundary() const { bool value = (_has_bits_[0] & 0x00000400u) != 0; return value; } inline bool Passageway_data::has_actual_height_overstep_the_boundary() const { return _internal_has_actual_height_overstep_the_boundary(); } inline void Passageway_data::clear_actual_height_overstep_the_boundary() { actual_height_overstep_the_boundary_ = 0; _has_bits_[0] &= ~0x00000400u; } inline ::message::Overstep_the_boundary Passageway_data::_internal_actual_height_overstep_the_boundary() const { return static_cast< ::message::Overstep_the_boundary >(actual_height_overstep_the_boundary_); } inline ::message::Overstep_the_boundary Passageway_data::actual_height_overstep_the_boundary() const { // @@protoc_insertion_point(field_get:message.Passageway_data.actual_height_overstep_the_boundary) return _internal_actual_height_overstep_the_boundary(); } inline void Passageway_data::_internal_set_actual_height_overstep_the_boundary(::message::Overstep_the_boundary value) { assert(::message::Overstep_the_boundary_IsValid(value)); _has_bits_[0] |= 0x00000400u; actual_height_overstep_the_boundary_ = value; } inline void Passageway_data::set_actual_height_overstep_the_boundary(::message::Overstep_the_boundary value) { _internal_set_actual_height_overstep_the_boundary(value); // @@protoc_insertion_point(field_set:message.Passageway_data.actual_height_overstep_the_boundary) } // optional .message.Load_status actual_outside_door_sensor = 10; inline bool Passageway_data::_internal_has_actual_outside_door_sensor() const { bool value = (_has_bits_[0] & 0x00000800u) != 0; return value; } inline bool Passageway_data::has_actual_outside_door_sensor() const { return _internal_has_actual_outside_door_sensor(); } inline void Passageway_data::clear_actual_outside_door_sensor() { actual_outside_door_sensor_ = 0; _has_bits_[0] &= ~0x00000800u; } inline ::message::Load_status Passageway_data::_internal_actual_outside_door_sensor() const { return static_cast< ::message::Load_status >(actual_outside_door_sensor_); } inline ::message::Load_status Passageway_data::actual_outside_door_sensor() const { // @@protoc_insertion_point(field_get:message.Passageway_data.actual_outside_door_sensor) return _internal_actual_outside_door_sensor(); } inline void Passageway_data::_internal_set_actual_outside_door_sensor(::message::Load_status value) { assert(::message::Load_status_IsValid(value)); _has_bits_[0] |= 0x00000800u; actual_outside_door_sensor_ = value; } inline void Passageway_data::set_actual_outside_door_sensor(::message::Load_status value) { _internal_set_actual_outside_door_sensor(value); // @@protoc_insertion_point(field_set:message.Passageway_data.actual_outside_door_sensor) } // optional .message.Door_motion actual_inside_door_motion = 11; inline bool Passageway_data::_internal_has_actual_inside_door_motion() const { bool value = (_has_bits_[0] & 0x00001000u) != 0; return value; } inline bool Passageway_data::has_actual_inside_door_motion() const { return _internal_has_actual_inside_door_motion(); } inline void Passageway_data::clear_actual_inside_door_motion() { actual_inside_door_motion_ = 0; _has_bits_[0] &= ~0x00001000u; } inline ::message::Door_motion Passageway_data::_internal_actual_inside_door_motion() const { return static_cast< ::message::Door_motion >(actual_inside_door_motion_); } inline ::message::Door_motion Passageway_data::actual_inside_door_motion() const { // @@protoc_insertion_point(field_get:message.Passageway_data.actual_inside_door_motion) return _internal_actual_inside_door_motion(); } inline void Passageway_data::_internal_set_actual_inside_door_motion(::message::Door_motion value) { assert(::message::Door_motion_IsValid(value)); _has_bits_[0] |= 0x00001000u; actual_inside_door_motion_ = value; } inline void Passageway_data::set_actual_inside_door_motion(::message::Door_motion value) { _internal_set_actual_inside_door_motion(value); // @@protoc_insertion_point(field_set:message.Passageway_data.actual_inside_door_motion) } // optional .message.Door_motion actual_outside_door_motion = 12; inline bool Passageway_data::_internal_has_actual_outside_door_motion() const { bool value = (_has_bits_[0] & 0x00002000u) != 0; return value; } inline bool Passageway_data::has_actual_outside_door_motion() const { return _internal_has_actual_outside_door_motion(); } inline void Passageway_data::clear_actual_outside_door_motion() { actual_outside_door_motion_ = 0; _has_bits_[0] &= ~0x00002000u; } inline ::message::Door_motion Passageway_data::_internal_actual_outside_door_motion() const { return static_cast< ::message::Door_motion >(actual_outside_door_motion_); } inline ::message::Door_motion Passageway_data::actual_outside_door_motion() const { // @@protoc_insertion_point(field_get:message.Passageway_data.actual_outside_door_motion) return _internal_actual_outside_door_motion(); } inline void Passageway_data::_internal_set_actual_outside_door_motion(::message::Door_motion value) { assert(::message::Door_motion_IsValid(value)); _has_bits_[0] |= 0x00002000u; actual_outside_door_motion_ = value; } inline void Passageway_data::set_actual_outside_door_motion(::message::Door_motion value) { _internal_set_actual_outside_door_motion(value); // @@protoc_insertion_point(field_set:message.Passageway_data.actual_outside_door_motion) } // optional .message.Load_status actual_turntable_load_status = 13; inline bool Passageway_data::_internal_has_actual_turntable_load_status() const { bool value = (_has_bits_[0] & 0x00004000u) != 0; return value; } inline bool Passageway_data::has_actual_turntable_load_status() const { return _internal_has_actual_turntable_load_status(); } inline void Passageway_data::clear_actual_turntable_load_status() { actual_turntable_load_status_ = 0; _has_bits_[0] &= ~0x00004000u; } inline ::message::Load_status Passageway_data::_internal_actual_turntable_load_status() const { return static_cast< ::message::Load_status >(actual_turntable_load_status_); } inline ::message::Load_status Passageway_data::actual_turntable_load_status() const { // @@protoc_insertion_point(field_get:message.Passageway_data.actual_turntable_load_status) return _internal_actual_turntable_load_status(); } inline void Passageway_data::_internal_set_actual_turntable_load_status(::message::Load_status value) { assert(::message::Load_status_IsValid(value)); _has_bits_[0] |= 0x00004000u; actual_turntable_load_status_ = value; } inline void Passageway_data::set_actual_turntable_load_status(::message::Load_status value) { _internal_set_actual_turntable_load_status(value); // @@protoc_insertion_point(field_set:message.Passageway_data.actual_turntable_load_status) } // optional .message.Turntable_direction actual_turntable_direction = 14; inline bool Passageway_data::_internal_has_actual_turntable_direction() const { bool value = (_has_bits_[0] & 0x00008000u) != 0; return value; } inline bool Passageway_data::has_actual_turntable_direction() const { return _internal_has_actual_turntable_direction(); } inline void Passageway_data::clear_actual_turntable_direction() { actual_turntable_direction_ = 0; _has_bits_[0] &= ~0x00008000u; } inline ::message::Turntable_direction Passageway_data::_internal_actual_turntable_direction() const { return static_cast< ::message::Turntable_direction >(actual_turntable_direction_); } inline ::message::Turntable_direction Passageway_data::actual_turntable_direction() const { // @@protoc_insertion_point(field_get:message.Passageway_data.actual_turntable_direction) return _internal_actual_turntable_direction(); } inline void Passageway_data::_internal_set_actual_turntable_direction(::message::Turntable_direction value) { assert(::message::Turntable_direction_IsValid(value)); _has_bits_[0] |= 0x00008000u; actual_turntable_direction_ = value; } inline void Passageway_data::set_actual_turntable_direction(::message::Turntable_direction value) { _internal_set_actual_turntable_direction(value); // @@protoc_insertion_point(field_set:message.Passageway_data.actual_turntable_direction) } // optional string actual_error_code = 15; inline bool Passageway_data::_internal_has_actual_error_code() const { bool value = (_has_bits_[0] & 0x00000001u) != 0; return value; } inline bool Passageway_data::has_actual_error_code() const { return _internal_has_actual_error_code(); } inline void Passageway_data::clear_actual_error_code() { actual_error_code_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); _has_bits_[0] &= ~0x00000001u; } inline const std::string& Passageway_data::actual_error_code() const { // @@protoc_insertion_point(field_get:message.Passageway_data.actual_error_code) return _internal_actual_error_code(); } inline void Passageway_data::set_actual_error_code(const std::string& value) { _internal_set_actual_error_code(value); // @@protoc_insertion_point(field_set:message.Passageway_data.actual_error_code) } inline std::string* Passageway_data::mutable_actual_error_code() { // @@protoc_insertion_point(field_mutable:message.Passageway_data.actual_error_code) return _internal_mutable_actual_error_code(); } inline const std::string& Passageway_data::_internal_actual_error_code() const { return actual_error_code_.Get(); } inline void Passageway_data::_internal_set_actual_error_code(const std::string& value) { _has_bits_[0] |= 0x00000001u; actual_error_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); } inline void Passageway_data::set_actual_error_code(std::string&& value) { _has_bits_[0] |= 0x00000001u; actual_error_code_.Set( &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena()); // @@protoc_insertion_point(field_set_rvalue:message.Passageway_data.actual_error_code) } inline void Passageway_data::set_actual_error_code(const char* value) { GOOGLE_DCHECK(value != nullptr); _has_bits_[0] |= 0x00000001u; actual_error_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value), GetArena()); // @@protoc_insertion_point(field_set_char:message.Passageway_data.actual_error_code) } inline void Passageway_data::set_actual_error_code(const char* value, size_t size) { _has_bits_[0] |= 0x00000001u; actual_error_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string( reinterpret_cast(value), size), GetArena()); // @@protoc_insertion_point(field_set_pointer:message.Passageway_data.actual_error_code) } inline std::string* Passageway_data::_internal_mutable_actual_error_code() { _has_bits_[0] |= 0x00000001u; return actual_error_code_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline std::string* Passageway_data::release_actual_error_code() { // @@protoc_insertion_point(field_release:message.Passageway_data.actual_error_code) if (!_internal_has_actual_error_code()) { return nullptr; } _has_bits_[0] &= ~0x00000001u; return actual_error_code_.ReleaseNonDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline void Passageway_data::set_allocated_actual_error_code(std::string* actual_error_code) { if (actual_error_code != nullptr) { _has_bits_[0] |= 0x00000001u; } else { _has_bits_[0] &= ~0x00000001u; } actual_error_code_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), actual_error_code, GetArena()); // @@protoc_insertion_point(field_set_allocated:message.Passageway_data.actual_error_code) } // optional string actual_warning_code = 16; inline bool Passageway_data::_internal_has_actual_warning_code() const { bool value = (_has_bits_[0] & 0x00000002u) != 0; return value; } inline bool Passageway_data::has_actual_warning_code() const { return _internal_has_actual_warning_code(); } inline void Passageway_data::clear_actual_warning_code() { actual_warning_code_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); _has_bits_[0] &= ~0x00000002u; } inline const std::string& Passageway_data::actual_warning_code() const { // @@protoc_insertion_point(field_get:message.Passageway_data.actual_warning_code) return _internal_actual_warning_code(); } inline void Passageway_data::set_actual_warning_code(const std::string& value) { _internal_set_actual_warning_code(value); // @@protoc_insertion_point(field_set:message.Passageway_data.actual_warning_code) } inline std::string* Passageway_data::mutable_actual_warning_code() { // @@protoc_insertion_point(field_mutable:message.Passageway_data.actual_warning_code) return _internal_mutable_actual_warning_code(); } inline const std::string& Passageway_data::_internal_actual_warning_code() const { return actual_warning_code_.Get(); } inline void Passageway_data::_internal_set_actual_warning_code(const std::string& value) { _has_bits_[0] |= 0x00000002u; actual_warning_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); } inline void Passageway_data::set_actual_warning_code(std::string&& value) { _has_bits_[0] |= 0x00000002u; actual_warning_code_.Set( &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena()); // @@protoc_insertion_point(field_set_rvalue:message.Passageway_data.actual_warning_code) } inline void Passageway_data::set_actual_warning_code(const char* value) { GOOGLE_DCHECK(value != nullptr); _has_bits_[0] |= 0x00000002u; actual_warning_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value), GetArena()); // @@protoc_insertion_point(field_set_char:message.Passageway_data.actual_warning_code) } inline void Passageway_data::set_actual_warning_code(const char* value, size_t size) { _has_bits_[0] |= 0x00000002u; actual_warning_code_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string( reinterpret_cast(value), size), GetArena()); // @@protoc_insertion_point(field_set_pointer:message.Passageway_data.actual_warning_code) } inline std::string* Passageway_data::_internal_mutable_actual_warning_code() { _has_bits_[0] |= 0x00000002u; return actual_warning_code_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline std::string* Passageway_data::release_actual_warning_code() { // @@protoc_insertion_point(field_release:message.Passageway_data.actual_warning_code) if (!_internal_has_actual_warning_code()) { return nullptr; } _has_bits_[0] &= ~0x00000002u; return actual_warning_code_.ReleaseNonDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline void Passageway_data::set_allocated_actual_warning_code(std::string* actual_warning_code) { if (actual_warning_code != nullptr) { _has_bits_[0] |= 0x00000002u; } else { _has_bits_[0] &= ~0x00000002u; } actual_warning_code_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), actual_warning_code, GetArena()); // @@protoc_insertion_point(field_set_allocated:message.Passageway_data.actual_warning_code) } // optional string actual_error_description = 17; inline bool Passageway_data::_internal_has_actual_error_description() const { bool value = (_has_bits_[0] & 0x00000004u) != 0; return value; } inline bool Passageway_data::has_actual_error_description() const { return _internal_has_actual_error_description(); } inline void Passageway_data::clear_actual_error_description() { actual_error_description_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); _has_bits_[0] &= ~0x00000004u; } inline const std::string& Passageway_data::actual_error_description() const { // @@protoc_insertion_point(field_get:message.Passageway_data.actual_error_description) return _internal_actual_error_description(); } inline void Passageway_data::set_actual_error_description(const std::string& value) { _internal_set_actual_error_description(value); // @@protoc_insertion_point(field_set:message.Passageway_data.actual_error_description) } inline std::string* Passageway_data::mutable_actual_error_description() { // @@protoc_insertion_point(field_mutable:message.Passageway_data.actual_error_description) return _internal_mutable_actual_error_description(); } inline const std::string& Passageway_data::_internal_actual_error_description() const { return actual_error_description_.Get(); } inline void Passageway_data::_internal_set_actual_error_description(const std::string& value) { _has_bits_[0] |= 0x00000004u; actual_error_description_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); } inline void Passageway_data::set_actual_error_description(std::string&& value) { _has_bits_[0] |= 0x00000004u; actual_error_description_.Set( &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena()); // @@protoc_insertion_point(field_set_rvalue:message.Passageway_data.actual_error_description) } inline void Passageway_data::set_actual_error_description(const char* value) { GOOGLE_DCHECK(value != nullptr); _has_bits_[0] |= 0x00000004u; actual_error_description_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value), GetArena()); // @@protoc_insertion_point(field_set_char:message.Passageway_data.actual_error_description) } inline void Passageway_data::set_actual_error_description(const char* value, size_t size) { _has_bits_[0] |= 0x00000004u; actual_error_description_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string( reinterpret_cast(value), size), GetArena()); // @@protoc_insertion_point(field_set_pointer:message.Passageway_data.actual_error_description) } inline std::string* Passageway_data::_internal_mutable_actual_error_description() { _has_bits_[0] |= 0x00000004u; return actual_error_description_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline std::string* Passageway_data::release_actual_error_description() { // @@protoc_insertion_point(field_release:message.Passageway_data.actual_error_description) if (!_internal_has_actual_error_description()) { return nullptr; } _has_bits_[0] &= ~0x00000004u; return actual_error_description_.ReleaseNonDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena()); } inline void Passageway_data::set_allocated_actual_error_description(std::string* actual_error_description) { if (actual_error_description != nullptr) { _has_bits_[0] |= 0x00000004u; } else { _has_bits_[0] &= ~0x00000004u; } actual_error_description_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), actual_error_description, GetArena()); // @@protoc_insertion_point(field_set_allocated:message.Passageway_data.actual_error_description) } // ------------------------------------------------------------------- // Dispatch_manager_status_msg // required .message.Base_info base_info = 1; inline bool Dispatch_manager_status_msg::_internal_has_base_info() const { bool value = (_has_bits_[0] & 0x00000001u) != 0; PROTOBUF_ASSUME(!value || base_info_ != nullptr); return value; } inline bool Dispatch_manager_status_msg::has_base_info() const { return _internal_has_base_info(); } inline const ::message::Base_info& Dispatch_manager_status_msg::_internal_base_info() const { const ::message::Base_info* p = base_info_; return p != nullptr ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline const ::message::Base_info& Dispatch_manager_status_msg::base_info() const { // @@protoc_insertion_point(field_get:message.Dispatch_manager_status_msg.base_info) return _internal_base_info(); } inline void Dispatch_manager_status_msg::unsafe_arena_set_allocated_base_info( ::message::Base_info* base_info) { if (GetArena() == nullptr) { delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(base_info_); } base_info_ = base_info; if (base_info) { _has_bits_[0] |= 0x00000001u; } else { _has_bits_[0] &= ~0x00000001u; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:message.Dispatch_manager_status_msg.base_info) } inline ::message::Base_info* Dispatch_manager_status_msg::release_base_info() { _has_bits_[0] &= ~0x00000001u; ::message::Base_info* temp = base_info_; base_info_ = nullptr; if (GetArena() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } return temp; } inline ::message::Base_info* Dispatch_manager_status_msg::unsafe_arena_release_base_info() { // @@protoc_insertion_point(field_release:message.Dispatch_manager_status_msg.base_info) _has_bits_[0] &= ~0x00000001u; ::message::Base_info* temp = base_info_; base_info_ = nullptr; return temp; } inline ::message::Base_info* Dispatch_manager_status_msg::_internal_mutable_base_info() { _has_bits_[0] |= 0x00000001u; if (base_info_ == nullptr) { auto* p = CreateMaybeMessage<::message::Base_info>(GetArena()); base_info_ = p; } return base_info_; } inline ::message::Base_info* Dispatch_manager_status_msg::mutable_base_info() { // @@protoc_insertion_point(field_mutable:message.Dispatch_manager_status_msg.base_info) return _internal_mutable_base_info(); } inline void Dispatch_manager_status_msg::set_allocated_base_info(::message::Base_info* base_info) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena(); if (message_arena == nullptr) { delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(base_info_); } if (base_info) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(base_info)->GetArena(); if (message_arena != submessage_arena) { base_info = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( message_arena, base_info, submessage_arena); } _has_bits_[0] |= 0x00000001u; } else { _has_bits_[0] &= ~0x00000001u; } base_info_ = base_info; // @@protoc_insertion_point(field_set_allocated:message.Dispatch_manager_status_msg.base_info) } // required int32 dispatch_id = 2; inline bool Dispatch_manager_status_msg::_internal_has_dispatch_id() const { bool value = (_has_bits_[0] & 0x00000002u) != 0; return value; } inline bool Dispatch_manager_status_msg::has_dispatch_id() const { return _internal_has_dispatch_id(); } inline void Dispatch_manager_status_msg::clear_dispatch_id() { dispatch_id_ = 0; _has_bits_[0] &= ~0x00000002u; } inline ::PROTOBUF_NAMESPACE_ID::int32 Dispatch_manager_status_msg::_internal_dispatch_id() const { return dispatch_id_; } inline ::PROTOBUF_NAMESPACE_ID::int32 Dispatch_manager_status_msg::dispatch_id() const { // @@protoc_insertion_point(field_get:message.Dispatch_manager_status_msg.dispatch_id) return _internal_dispatch_id(); } inline void Dispatch_manager_status_msg::_internal_set_dispatch_id(::PROTOBUF_NAMESPACE_ID::int32 value) { _has_bits_[0] |= 0x00000002u; dispatch_id_ = value; } inline void Dispatch_manager_status_msg::set_dispatch_id(::PROTOBUF_NAMESPACE_ID::int32 value) { _internal_set_dispatch_id(value); // @@protoc_insertion_point(field_set:message.Dispatch_manager_status_msg.dispatch_id) } // required .message.Dispatch_manager_status dispatch_manager_status = 3; inline bool Dispatch_manager_status_msg::_internal_has_dispatch_manager_status() const { bool value = (_has_bits_[0] & 0x00000004u) != 0; return value; } inline bool Dispatch_manager_status_msg::has_dispatch_manager_status() const { return _internal_has_dispatch_manager_status(); } inline void Dispatch_manager_status_msg::clear_dispatch_manager_status() { dispatch_manager_status_ = 0; _has_bits_[0] &= ~0x00000004u; } inline ::message::Dispatch_manager_status Dispatch_manager_status_msg::_internal_dispatch_manager_status() const { return static_cast< ::message::Dispatch_manager_status >(dispatch_manager_status_); } inline ::message::Dispatch_manager_status Dispatch_manager_status_msg::dispatch_manager_status() const { // @@protoc_insertion_point(field_get:message.Dispatch_manager_status_msg.dispatch_manager_status) return _internal_dispatch_manager_status(); } inline void Dispatch_manager_status_msg::_internal_set_dispatch_manager_status(::message::Dispatch_manager_status value) { assert(::message::Dispatch_manager_status_IsValid(value)); _has_bits_[0] |= 0x00000004u; dispatch_manager_status_ = value; } inline void Dispatch_manager_status_msg::set_dispatch_manager_status(::message::Dispatch_manager_status value) { _internal_set_dispatch_manager_status(value); // @@protoc_insertion_point(field_set:message.Dispatch_manager_status_msg.dispatch_manager_status) } // repeated .message.Catcher_data catcher_data_map = 4; inline int Dispatch_manager_status_msg::_internal_catcher_data_map_size() const { return catcher_data_map_.size(); } inline int Dispatch_manager_status_msg::catcher_data_map_size() const { return _internal_catcher_data_map_size(); } inline void Dispatch_manager_status_msg::clear_catcher_data_map() { catcher_data_map_.Clear(); } inline ::message::Catcher_data* Dispatch_manager_status_msg::mutable_catcher_data_map(int index) { // @@protoc_insertion_point(field_mutable:message.Dispatch_manager_status_msg.catcher_data_map) return catcher_data_map_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Catcher_data >* Dispatch_manager_status_msg::mutable_catcher_data_map() { // @@protoc_insertion_point(field_mutable_list:message.Dispatch_manager_status_msg.catcher_data_map) return &catcher_data_map_; } inline const ::message::Catcher_data& Dispatch_manager_status_msg::_internal_catcher_data_map(int index) const { return catcher_data_map_.Get(index); } inline const ::message::Catcher_data& Dispatch_manager_status_msg::catcher_data_map(int index) const { // @@protoc_insertion_point(field_get:message.Dispatch_manager_status_msg.catcher_data_map) return _internal_catcher_data_map(index); } inline ::message::Catcher_data* Dispatch_manager_status_msg::_internal_add_catcher_data_map() { return catcher_data_map_.Add(); } inline ::message::Catcher_data* Dispatch_manager_status_msg::add_catcher_data_map() { // @@protoc_insertion_point(field_add:message.Dispatch_manager_status_msg.catcher_data_map) return _internal_add_catcher_data_map(); } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Catcher_data >& Dispatch_manager_status_msg::catcher_data_map() const { // @@protoc_insertion_point(field_list:message.Dispatch_manager_status_msg.catcher_data_map) return catcher_data_map_; } // repeated .message.Carrier_data carrier_data_map = 5; inline int Dispatch_manager_status_msg::_internal_carrier_data_map_size() const { return carrier_data_map_.size(); } inline int Dispatch_manager_status_msg::carrier_data_map_size() const { return _internal_carrier_data_map_size(); } inline void Dispatch_manager_status_msg::clear_carrier_data_map() { carrier_data_map_.Clear(); } inline ::message::Carrier_data* Dispatch_manager_status_msg::mutable_carrier_data_map(int index) { // @@protoc_insertion_point(field_mutable:message.Dispatch_manager_status_msg.carrier_data_map) return carrier_data_map_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Carrier_data >* Dispatch_manager_status_msg::mutable_carrier_data_map() { // @@protoc_insertion_point(field_mutable_list:message.Dispatch_manager_status_msg.carrier_data_map) return &carrier_data_map_; } inline const ::message::Carrier_data& Dispatch_manager_status_msg::_internal_carrier_data_map(int index) const { return carrier_data_map_.Get(index); } inline const ::message::Carrier_data& Dispatch_manager_status_msg::carrier_data_map(int index) const { // @@protoc_insertion_point(field_get:message.Dispatch_manager_status_msg.carrier_data_map) return _internal_carrier_data_map(index); } inline ::message::Carrier_data* Dispatch_manager_status_msg::_internal_add_carrier_data_map() { return carrier_data_map_.Add(); } inline ::message::Carrier_data* Dispatch_manager_status_msg::add_carrier_data_map() { // @@protoc_insertion_point(field_add:message.Dispatch_manager_status_msg.carrier_data_map) return _internal_add_carrier_data_map(); } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Carrier_data >& Dispatch_manager_status_msg::carrier_data_map() const { // @@protoc_insertion_point(field_list:message.Dispatch_manager_status_msg.carrier_data_map) return carrier_data_map_; } // repeated .message.Passageway_data passageway_data_map = 6; inline int Dispatch_manager_status_msg::_internal_passageway_data_map_size() const { return passageway_data_map_.size(); } inline int Dispatch_manager_status_msg::passageway_data_map_size() const { return _internal_passageway_data_map_size(); } inline void Dispatch_manager_status_msg::clear_passageway_data_map() { passageway_data_map_.Clear(); } inline ::message::Passageway_data* Dispatch_manager_status_msg::mutable_passageway_data_map(int index) { // @@protoc_insertion_point(field_mutable:message.Dispatch_manager_status_msg.passageway_data_map) return passageway_data_map_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Passageway_data >* Dispatch_manager_status_msg::mutable_passageway_data_map() { // @@protoc_insertion_point(field_mutable_list:message.Dispatch_manager_status_msg.passageway_data_map) return &passageway_data_map_; } inline const ::message::Passageway_data& Dispatch_manager_status_msg::_internal_passageway_data_map(int index) const { return passageway_data_map_.Get(index); } inline const ::message::Passageway_data& Dispatch_manager_status_msg::passageway_data_map(int index) const { // @@protoc_insertion_point(field_get:message.Dispatch_manager_status_msg.passageway_data_map) return _internal_passageway_data_map(index); } inline ::message::Passageway_data* Dispatch_manager_status_msg::_internal_add_passageway_data_map() { return passageway_data_map_.Add(); } inline ::message::Passageway_data* Dispatch_manager_status_msg::add_passageway_data_map() { // @@protoc_insertion_point(field_add:message.Dispatch_manager_status_msg.passageway_data_map) return _internal_add_passageway_data_map(); } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::message::Passageway_data >& Dispatch_manager_status_msg::passageway_data_map() const { // @@protoc_insertion_point(field_list:message.Dispatch_manager_status_msg.passageway_data_map) return passageway_data_map_; } // ------------------------------------------------------------------- // Dispatch_manager_data_msg #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ // ------------------------------------------------------------------- // ------------------------------------------------------------------- // ------------------------------------------------------------------- // ------------------------------------------------------------------- // ------------------------------------------------------------------- // ------------------------------------------------------------------- // ------------------------------------------------------------------- // @@protoc_insertion_point(namespace_scope) } // namespace message PROTOBUF_NAMESPACE_OPEN template <> struct is_proto_enum< ::message::Terminal_status> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Terminal_status>() { return ::message::Terminal_status_descriptor(); } template <> struct is_proto_enum< ::message::Passageway_direction> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Passageway_direction>() { return ::message::Passageway_direction_descriptor(); } template <> struct is_proto_enum< ::message::Dispatch_motion_direction> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Dispatch_motion_direction>() { return ::message::Dispatch_motion_direction_descriptor(); } template <> struct is_proto_enum< ::message::Dispatch_manager_status> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Dispatch_manager_status>() { return ::message::Dispatch_manager_status_descriptor(); } template <> struct is_proto_enum< ::message::Dispatch_device_status> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Dispatch_device_status>() { return ::message::Dispatch_device_status_descriptor(); } template <> struct is_proto_enum< ::message::Dispatch_task_level> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Dispatch_task_level>() { return ::message::Dispatch_task_level_descriptor(); } template <> struct is_proto_enum< ::message::Clamp_motion> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Clamp_motion>() { return ::message::Clamp_motion_descriptor(); } template <> struct is_proto_enum< ::message::Joint_motion> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Joint_motion>() { return ::message::Joint_motion_descriptor(); } template <> struct is_proto_enum< ::message::Small_sports_car_motion> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Small_sports_car_motion>() { return ::message::Small_sports_car_motion_descriptor(); } template <> struct is_proto_enum< ::message::Respons_status> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Respons_status>() { return ::message::Respons_status_descriptor(); } template <> struct is_proto_enum< ::message::Hardware_device_status> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Hardware_device_status>() { return ::message::Hardware_device_status_descriptor(); } template <> struct is_proto_enum< ::message::Load_status> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Load_status>() { return ::message::Load_status_descriptor(); } template <> struct is_proto_enum< ::message::Turntable_direction> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Turntable_direction>() { return ::message::Turntable_direction_descriptor(); } template <> struct is_proto_enum< ::message::Door_motion> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Door_motion>() { return ::message::Door_motion_descriptor(); } template <> struct is_proto_enum< ::message::Overstep_the_boundary> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::message::Overstep_the_boundary>() { return ::message::Overstep_the_boundary_descriptor(); } PROTOBUF_NAMESPACE_CLOSE // @@protoc_insertion_point(global_scope) #include #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_dispatch_5fmessage_2eproto