|
@@ -38,7 +38,7 @@ namespace protobuf_parkspace_5fallocation_5fmessage_2eproto {
|
|
|
struct TableStruct {
|
|
|
static const ::google::protobuf::internal::ParseTableField entries[];
|
|
|
static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
|
|
|
- static const ::google::protobuf::internal::ParseTable schema[11];
|
|
|
+ static const ::google::protobuf::internal::ParseTable schema[13];
|
|
|
static const ::google::protobuf::internal::FieldMetadata field_metadata[];
|
|
|
static const ::google::protobuf::internal::SerializationTable serialization_table[];
|
|
|
static const ::google::protobuf::uint32 offsets[];
|
|
@@ -64,6 +64,10 @@ void InitDefaultsParkspace_force_update_request_msgImpl();
|
|
|
void InitDefaultsParkspace_force_update_request_msg();
|
|
|
void InitDefaultsParkspace_force_update_response_msgImpl();
|
|
|
void InitDefaultsParkspace_force_update_response_msg();
|
|
|
+void InitDefaultsParkspace_confirm_alloc_request_msgImpl();
|
|
|
+void InitDefaultsParkspace_confirm_alloc_request_msg();
|
|
|
+void InitDefaultsParkspace_confirm_alloc_response_msgImpl();
|
|
|
+void InitDefaultsParkspace_confirm_alloc_response_msg();
|
|
|
void InitDefaultsParkspace_allocation_status_msgImpl();
|
|
|
void InitDefaultsParkspace_allocation_status_msg();
|
|
|
inline void InitDefaults() {
|
|
@@ -77,6 +81,8 @@ inline void InitDefaults() {
|
|
|
InitDefaultsParkspace_release_response_msg();
|
|
|
InitDefaultsParkspace_force_update_request_msg();
|
|
|
InitDefaultsParkspace_force_update_response_msg();
|
|
|
+ InitDefaultsParkspace_confirm_alloc_request_msg();
|
|
|
+ InitDefaultsParkspace_confirm_alloc_response_msg();
|
|
|
InitDefaultsParkspace_allocation_status_msg();
|
|
|
}
|
|
|
} // namespace protobuf_parkspace_5fallocation_5fmessage_2eproto
|
|
@@ -93,6 +99,12 @@ extern Parkspace_allocation_response_msgDefaultTypeInternal _Parkspace_allocatio
|
|
|
class Parkspace_allocation_status_msg;
|
|
|
class Parkspace_allocation_status_msgDefaultTypeInternal;
|
|
|
extern Parkspace_allocation_status_msgDefaultTypeInternal _Parkspace_allocation_status_msg_default_instance_;
|
|
|
+class Parkspace_confirm_alloc_request_msg;
|
|
|
+class Parkspace_confirm_alloc_request_msgDefaultTypeInternal;
|
|
|
+extern Parkspace_confirm_alloc_request_msgDefaultTypeInternal _Parkspace_confirm_alloc_request_msg_default_instance_;
|
|
|
+class Parkspace_confirm_alloc_response_msg;
|
|
|
+class Parkspace_confirm_alloc_response_msgDefaultTypeInternal;
|
|
|
+extern Parkspace_confirm_alloc_response_msgDefaultTypeInternal _Parkspace_confirm_alloc_response_msg_default_instance_;
|
|
|
class Parkspace_force_update_request_msg;
|
|
|
class Parkspace_force_update_request_msgDefaultTypeInternal;
|
|
|
extern Parkspace_force_update_request_msgDefaultTypeInternal _Parkspace_force_update_request_msg_default_instance_;
|
|
@@ -119,9 +131,10 @@ namespace message {
|
|
|
|
|
|
enum Parkspace_status {
|
|
|
eParkspace_empty = 0,
|
|
|
- eParkspace_occupied = 1,
|
|
|
- eParkspace_reserverd = 2,
|
|
|
- eParkspace_error = 3
|
|
|
+ eParkspace_locked = 1,
|
|
|
+ eParkspace_occupied = 2,
|
|
|
+ eParkspace_reserved = 3,
|
|
|
+ eParkspace_error = 4
|
|
|
};
|
|
|
bool Parkspace_status_IsValid(int value);
|
|
|
const Parkspace_status Parkspace_status_MIN = eParkspace_empty;
|
|
@@ -1695,6 +1708,292 @@ class Parkspace_force_update_response_msg : public ::google::protobuf::Message /
|
|
|
};
|
|
|
// -------------------------------------------------------------------
|
|
|
|
|
|
+class Parkspace_confirm_alloc_request_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Parkspace_confirm_alloc_request_msg) */ {
|
|
|
+ public:
|
|
|
+ Parkspace_confirm_alloc_request_msg();
|
|
|
+ virtual ~Parkspace_confirm_alloc_request_msg();
|
|
|
+
|
|
|
+ Parkspace_confirm_alloc_request_msg(const Parkspace_confirm_alloc_request_msg& from);
|
|
|
+
|
|
|
+ inline Parkspace_confirm_alloc_request_msg& operator=(const Parkspace_confirm_alloc_request_msg& from) {
|
|
|
+ CopyFrom(from);
|
|
|
+ return *this;
|
|
|
+ }
|
|
|
+ #if LANG_CXX11
|
|
|
+ Parkspace_confirm_alloc_request_msg(Parkspace_confirm_alloc_request_msg&& from) noexcept
|
|
|
+ : Parkspace_confirm_alloc_request_msg() {
|
|
|
+ *this = ::std::move(from);
|
|
|
+ }
|
|
|
+
|
|
|
+ inline Parkspace_confirm_alloc_request_msg& operator=(Parkspace_confirm_alloc_request_msg&& from) noexcept {
|
|
|
+ if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
|
|
|
+ if (this != &from) InternalSwap(&from);
|
|
|
+ } else {
|
|
|
+ CopyFrom(from);
|
|
|
+ }
|
|
|
+ return *this;
|
|
|
+ }
|
|
|
+ #endif
|
|
|
+ inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
|
+ return _internal_metadata_.unknown_fields();
|
|
|
+ }
|
|
|
+ inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
|
+ return _internal_metadata_.mutable_unknown_fields();
|
|
|
+ }
|
|
|
+
|
|
|
+ static const ::google::protobuf::Descriptor* descriptor();
|
|
|
+ static const Parkspace_confirm_alloc_request_msg& default_instance();
|
|
|
+
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
+ static inline const Parkspace_confirm_alloc_request_msg* internal_default_instance() {
|
|
|
+ return reinterpret_cast<const Parkspace_confirm_alloc_request_msg*>(
|
|
|
+ &_Parkspace_confirm_alloc_request_msg_default_instance_);
|
|
|
+ }
|
|
|
+ static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
+ 10;
|
|
|
+
|
|
|
+ void Swap(Parkspace_confirm_alloc_request_msg* other);
|
|
|
+ friend void swap(Parkspace_confirm_alloc_request_msg& a, Parkspace_confirm_alloc_request_msg& b) {
|
|
|
+ a.Swap(&b);
|
|
|
+ }
|
|
|
+
|
|
|
+ // implements Message ----------------------------------------------
|
|
|
+
|
|
|
+ inline Parkspace_confirm_alloc_request_msg* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
+
|
|
|
+ Parkspace_confirm_alloc_request_msg* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
|
|
|
+ void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
|
|
|
+ void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
|
|
|
+ void CopyFrom(const Parkspace_confirm_alloc_request_msg& from);
|
|
|
+ void MergeFrom(const Parkspace_confirm_alloc_request_msg& from);
|
|
|
+ void Clear() PROTOBUF_FINAL;
|
|
|
+ bool IsInitialized() const PROTOBUF_FINAL;
|
|
|
+
|
|
|
+ size_t ByteSizeLong() const PROTOBUF_FINAL;
|
|
|
+ bool MergePartialFromCodedStream(
|
|
|
+ ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
|
|
|
+ void SerializeWithCachedSizes(
|
|
|
+ ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
|
|
|
+ ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
|
|
|
+ bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
|
|
|
+ int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
|
|
|
+ private:
|
|
|
+ void SharedCtor();
|
|
|
+ void SharedDtor();
|
|
|
+ void SetCachedSize(int size) const PROTOBUF_FINAL;
|
|
|
+ void InternalSwap(Parkspace_confirm_alloc_request_msg* other);
|
|
|
+ private:
|
|
|
+ inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
|
|
|
+ return NULL;
|
|
|
+ }
|
|
|
+ inline void* MaybeArenaPtr() const {
|
|
|
+ return NULL;
|
|
|
+ }
|
|
|
+ public:
|
|
|
+
|
|
|
+ ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
|
|
|
+
|
|
|
+ // nested types ----------------------------------------------------
|
|
|
+
|
|
|
+ // accessors -------------------------------------------------------
|
|
|
+
|
|
|
+ // required .message.Base_info base_info = 1;
|
|
|
+ bool has_base_info() const;
|
|
|
+ void clear_base_info();
|
|
|
+ static const int kBaseInfoFieldNumber = 1;
|
|
|
+ const ::message::Base_info& base_info() const;
|
|
|
+ ::message::Base_info* release_base_info();
|
|
|
+ ::message::Base_info* mutable_base_info();
|
|
|
+ void set_allocated_base_info(::message::Base_info* base_info);
|
|
|
+
|
|
|
+ // required .message.Parkspace_info confirm_space_info = 3;
|
|
|
+ bool has_confirm_space_info() const;
|
|
|
+ void clear_confirm_space_info();
|
|
|
+ static const int kConfirmSpaceInfoFieldNumber = 3;
|
|
|
+ const ::message::Parkspace_info& confirm_space_info() const;
|
|
|
+ ::message::Parkspace_info* release_confirm_space_info();
|
|
|
+ ::message::Parkspace_info* mutable_confirm_space_info();
|
|
|
+ void set_allocated_confirm_space_info(::message::Parkspace_info* confirm_space_info);
|
|
|
+
|
|
|
+ // required int32 command_id = 2;
|
|
|
+ bool has_command_id() const;
|
|
|
+ void clear_command_id();
|
|
|
+ static const int kCommandIdFieldNumber = 2;
|
|
|
+ ::google::protobuf::int32 command_id() const;
|
|
|
+ void set_command_id(::google::protobuf::int32 value);
|
|
|
+
|
|
|
+ // @@protoc_insertion_point(class_scope:message.Parkspace_confirm_alloc_request_msg)
|
|
|
+ private:
|
|
|
+ void set_has_base_info();
|
|
|
+ void clear_has_base_info();
|
|
|
+ void set_has_command_id();
|
|
|
+ void clear_has_command_id();
|
|
|
+ void set_has_confirm_space_info();
|
|
|
+ void clear_has_confirm_space_info();
|
|
|
+
|
|
|
+ // helper for ByteSizeLong()
|
|
|
+ size_t RequiredFieldsByteSizeFallback() const;
|
|
|
+
|
|
|
+ ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
+ ::google::protobuf::internal::HasBits<1> _has_bits_;
|
|
|
+ mutable int _cached_size_;
|
|
|
+ ::message::Base_info* base_info_;
|
|
|
+ ::message::Parkspace_info* confirm_space_info_;
|
|
|
+ ::google::protobuf::int32 command_id_;
|
|
|
+ friend struct ::protobuf_parkspace_5fallocation_5fmessage_2eproto::TableStruct;
|
|
|
+ friend void ::protobuf_parkspace_5fallocation_5fmessage_2eproto::InitDefaultsParkspace_confirm_alloc_request_msgImpl();
|
|
|
+};
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
+class Parkspace_confirm_alloc_response_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Parkspace_confirm_alloc_response_msg) */ {
|
|
|
+ public:
|
|
|
+ Parkspace_confirm_alloc_response_msg();
|
|
|
+ virtual ~Parkspace_confirm_alloc_response_msg();
|
|
|
+
|
|
|
+ Parkspace_confirm_alloc_response_msg(const Parkspace_confirm_alloc_response_msg& from);
|
|
|
+
|
|
|
+ inline Parkspace_confirm_alloc_response_msg& operator=(const Parkspace_confirm_alloc_response_msg& from) {
|
|
|
+ CopyFrom(from);
|
|
|
+ return *this;
|
|
|
+ }
|
|
|
+ #if LANG_CXX11
|
|
|
+ Parkspace_confirm_alloc_response_msg(Parkspace_confirm_alloc_response_msg&& from) noexcept
|
|
|
+ : Parkspace_confirm_alloc_response_msg() {
|
|
|
+ *this = ::std::move(from);
|
|
|
+ }
|
|
|
+
|
|
|
+ inline Parkspace_confirm_alloc_response_msg& operator=(Parkspace_confirm_alloc_response_msg&& from) noexcept {
|
|
|
+ if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
|
|
|
+ if (this != &from) InternalSwap(&from);
|
|
|
+ } else {
|
|
|
+ CopyFrom(from);
|
|
|
+ }
|
|
|
+ return *this;
|
|
|
+ }
|
|
|
+ #endif
|
|
|
+ inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
|
|
+ return _internal_metadata_.unknown_fields();
|
|
|
+ }
|
|
|
+ inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
|
|
+ return _internal_metadata_.mutable_unknown_fields();
|
|
|
+ }
|
|
|
+
|
|
|
+ static const ::google::protobuf::Descriptor* descriptor();
|
|
|
+ static const Parkspace_confirm_alloc_response_msg& default_instance();
|
|
|
+
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
+ static inline const Parkspace_confirm_alloc_response_msg* internal_default_instance() {
|
|
|
+ return reinterpret_cast<const Parkspace_confirm_alloc_response_msg*>(
|
|
|
+ &_Parkspace_confirm_alloc_response_msg_default_instance_);
|
|
|
+ }
|
|
|
+ static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
+ 11;
|
|
|
+
|
|
|
+ void Swap(Parkspace_confirm_alloc_response_msg* other);
|
|
|
+ friend void swap(Parkspace_confirm_alloc_response_msg& a, Parkspace_confirm_alloc_response_msg& b) {
|
|
|
+ a.Swap(&b);
|
|
|
+ }
|
|
|
+
|
|
|
+ // implements Message ----------------------------------------------
|
|
|
+
|
|
|
+ inline Parkspace_confirm_alloc_response_msg* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
+
|
|
|
+ Parkspace_confirm_alloc_response_msg* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
|
|
|
+ void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
|
|
|
+ void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
|
|
|
+ void CopyFrom(const Parkspace_confirm_alloc_response_msg& from);
|
|
|
+ void MergeFrom(const Parkspace_confirm_alloc_response_msg& from);
|
|
|
+ void Clear() PROTOBUF_FINAL;
|
|
|
+ bool IsInitialized() const PROTOBUF_FINAL;
|
|
|
+
|
|
|
+ size_t ByteSizeLong() const PROTOBUF_FINAL;
|
|
|
+ bool MergePartialFromCodedStream(
|
|
|
+ ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
|
|
|
+ void SerializeWithCachedSizes(
|
|
|
+ ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
|
|
|
+ ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
|
|
|
+ bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
|
|
|
+ int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
|
|
|
+ private:
|
|
|
+ void SharedCtor();
|
|
|
+ void SharedDtor();
|
|
|
+ void SetCachedSize(int size) const PROTOBUF_FINAL;
|
|
|
+ void InternalSwap(Parkspace_confirm_alloc_response_msg* other);
|
|
|
+ private:
|
|
|
+ inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
|
|
|
+ return NULL;
|
|
|
+ }
|
|
|
+ inline void* MaybeArenaPtr() const {
|
|
|
+ return NULL;
|
|
|
+ }
|
|
|
+ public:
|
|
|
+
|
|
|
+ ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
|
|
|
+
|
|
|
+ // nested types ----------------------------------------------------
|
|
|
+
|
|
|
+ // accessors -------------------------------------------------------
|
|
|
+
|
|
|
+ // required .message.Base_info base_info = 1;
|
|
|
+ bool has_base_info() const;
|
|
|
+ void clear_base_info();
|
|
|
+ static const int kBaseInfoFieldNumber = 1;
|
|
|
+ const ::message::Base_info& base_info() const;
|
|
|
+ ::message::Base_info* release_base_info();
|
|
|
+ ::message::Base_info* mutable_base_info();
|
|
|
+ void set_allocated_base_info(::message::Base_info* base_info);
|
|
|
+
|
|
|
+ // required .message.Error_manager error_manager = 3;
|
|
|
+ bool has_error_manager() const;
|
|
|
+ void clear_error_manager();
|
|
|
+ static const int kErrorManagerFieldNumber = 3;
|
|
|
+ const ::message::Error_manager& error_manager() const;
|
|
|
+ ::message::Error_manager* release_error_manager();
|
|
|
+ ::message::Error_manager* mutable_error_manager();
|
|
|
+ void set_allocated_error_manager(::message::Error_manager* error_manager);
|
|
|
+
|
|
|
+ // required .message.Parkspace_info confirm_alloc_space_info = 4;
|
|
|
+ bool has_confirm_alloc_space_info() const;
|
|
|
+ void clear_confirm_alloc_space_info();
|
|
|
+ static const int kConfirmAllocSpaceInfoFieldNumber = 4;
|
|
|
+ const ::message::Parkspace_info& confirm_alloc_space_info() const;
|
|
|
+ ::message::Parkspace_info* release_confirm_alloc_space_info();
|
|
|
+ ::message::Parkspace_info* mutable_confirm_alloc_space_info();
|
|
|
+ void set_allocated_confirm_alloc_space_info(::message::Parkspace_info* confirm_alloc_space_info);
|
|
|
+
|
|
|
+ // required int32 command_id = 2;
|
|
|
+ bool has_command_id() const;
|
|
|
+ void clear_command_id();
|
|
|
+ static const int kCommandIdFieldNumber = 2;
|
|
|
+ ::google::protobuf::int32 command_id() const;
|
|
|
+ void set_command_id(::google::protobuf::int32 value);
|
|
|
+
|
|
|
+ // @@protoc_insertion_point(class_scope:message.Parkspace_confirm_alloc_response_msg)
|
|
|
+ private:
|
|
|
+ void set_has_base_info();
|
|
|
+ void clear_has_base_info();
|
|
|
+ void set_has_command_id();
|
|
|
+ void clear_has_command_id();
|
|
|
+ void set_has_error_manager();
|
|
|
+ void clear_has_error_manager();
|
|
|
+ void set_has_confirm_alloc_space_info();
|
|
|
+ void clear_has_confirm_alloc_space_info();
|
|
|
+
|
|
|
+ // helper for ByteSizeLong()
|
|
|
+ size_t RequiredFieldsByteSizeFallback() const;
|
|
|
+
|
|
|
+ ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
+ ::google::protobuf::internal::HasBits<1> _has_bits_;
|
|
|
+ mutable int _cached_size_;
|
|
|
+ ::message::Base_info* base_info_;
|
|
|
+ ::message::Error_manager* error_manager_;
|
|
|
+ ::message::Parkspace_info* confirm_alloc_space_info_;
|
|
|
+ ::google::protobuf::int32 command_id_;
|
|
|
+ friend struct ::protobuf_parkspace_5fallocation_5fmessage_2eproto::TableStruct;
|
|
|
+ friend void ::protobuf_parkspace_5fallocation_5fmessage_2eproto::InitDefaultsParkspace_confirm_alloc_response_msgImpl();
|
|
|
+};
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
class Parkspace_allocation_status_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Parkspace_allocation_status_msg) */ {
|
|
|
public:
|
|
|
Parkspace_allocation_status_msg();
|
|
@@ -1737,7 +2036,7 @@ class Parkspace_allocation_status_msg : public ::google::protobuf::Message /* @@
|
|
|
&_Parkspace_allocation_status_msg_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
- 10;
|
|
|
+ 12;
|
|
|
|
|
|
void Swap(Parkspace_allocation_status_msg* other);
|
|
|
friend void swap(Parkspace_allocation_status_msg& a, Parkspace_allocation_status_msg& b) {
|
|
@@ -3639,6 +3938,320 @@ inline void Parkspace_force_update_response_msg::set_allocated_update_space_info
|
|
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
|
|
+// Parkspace_confirm_alloc_request_msg
|
|
|
+
|
|
|
+// required .message.Base_info base_info = 1;
|
|
|
+inline bool Parkspace_confirm_alloc_request_msg::has_base_info() const {
|
|
|
+ return (_has_bits_[0] & 0x00000001u) != 0;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_request_msg::set_has_base_info() {
|
|
|
+ _has_bits_[0] |= 0x00000001u;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_request_msg::clear_has_base_info() {
|
|
|
+ _has_bits_[0] &= ~0x00000001u;
|
|
|
+}
|
|
|
+inline const ::message::Base_info& Parkspace_confirm_alloc_request_msg::base_info() const {
|
|
|
+ const ::message::Base_info* p = base_info_;
|
|
|
+ // @@protoc_insertion_point(field_get:message.Parkspace_confirm_alloc_request_msg.base_info)
|
|
|
+ return p != NULL ? *p : *reinterpret_cast<const ::message::Base_info*>(
|
|
|
+ &::message::_Base_info_default_instance_);
|
|
|
+}
|
|
|
+inline ::message::Base_info* Parkspace_confirm_alloc_request_msg::release_base_info() {
|
|
|
+ // @@protoc_insertion_point(field_release:message.Parkspace_confirm_alloc_request_msg.base_info)
|
|
|
+ clear_has_base_info();
|
|
|
+ ::message::Base_info* temp = base_info_;
|
|
|
+ base_info_ = NULL;
|
|
|
+ return temp;
|
|
|
+}
|
|
|
+inline ::message::Base_info* Parkspace_confirm_alloc_request_msg::mutable_base_info() {
|
|
|
+ set_has_base_info();
|
|
|
+ if (base_info_ == NULL) {
|
|
|
+ base_info_ = new ::message::Base_info;
|
|
|
+ }
|
|
|
+ // @@protoc_insertion_point(field_mutable:message.Parkspace_confirm_alloc_request_msg.base_info)
|
|
|
+ return base_info_;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_request_msg::set_allocated_base_info(::message::Base_info* base_info) {
|
|
|
+ ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
+ if (message_arena == NULL) {
|
|
|
+ delete reinterpret_cast< ::google::protobuf::MessageLite*>(base_info_);
|
|
|
+ }
|
|
|
+ if (base_info) {
|
|
|
+ ::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
+ if (message_arena != submessage_arena) {
|
|
|
+ base_info = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
+ message_arena, base_info, submessage_arena);
|
|
|
+ }
|
|
|
+ set_has_base_info();
|
|
|
+ } else {
|
|
|
+ clear_has_base_info();
|
|
|
+ }
|
|
|
+ base_info_ = base_info;
|
|
|
+ // @@protoc_insertion_point(field_set_allocated:message.Parkspace_confirm_alloc_request_msg.base_info)
|
|
|
+}
|
|
|
+
|
|
|
+// required int32 command_id = 2;
|
|
|
+inline bool Parkspace_confirm_alloc_request_msg::has_command_id() const {
|
|
|
+ return (_has_bits_[0] & 0x00000004u) != 0;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_request_msg::set_has_command_id() {
|
|
|
+ _has_bits_[0] |= 0x00000004u;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_request_msg::clear_has_command_id() {
|
|
|
+ _has_bits_[0] &= ~0x00000004u;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_request_msg::clear_command_id() {
|
|
|
+ command_id_ = 0;
|
|
|
+ clear_has_command_id();
|
|
|
+}
|
|
|
+inline ::google::protobuf::int32 Parkspace_confirm_alloc_request_msg::command_id() const {
|
|
|
+ // @@protoc_insertion_point(field_get:message.Parkspace_confirm_alloc_request_msg.command_id)
|
|
|
+ return command_id_;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_request_msg::set_command_id(::google::protobuf::int32 value) {
|
|
|
+ set_has_command_id();
|
|
|
+ command_id_ = value;
|
|
|
+ // @@protoc_insertion_point(field_set:message.Parkspace_confirm_alloc_request_msg.command_id)
|
|
|
+}
|
|
|
+
|
|
|
+// required .message.Parkspace_info confirm_space_info = 3;
|
|
|
+inline bool Parkspace_confirm_alloc_request_msg::has_confirm_space_info() const {
|
|
|
+ return (_has_bits_[0] & 0x00000002u) != 0;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_request_msg::set_has_confirm_space_info() {
|
|
|
+ _has_bits_[0] |= 0x00000002u;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_request_msg::clear_has_confirm_space_info() {
|
|
|
+ _has_bits_[0] &= ~0x00000002u;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_request_msg::clear_confirm_space_info() {
|
|
|
+ if (confirm_space_info_ != NULL) confirm_space_info_->Clear();
|
|
|
+ clear_has_confirm_space_info();
|
|
|
+}
|
|
|
+inline const ::message::Parkspace_info& Parkspace_confirm_alloc_request_msg::confirm_space_info() const {
|
|
|
+ const ::message::Parkspace_info* p = confirm_space_info_;
|
|
|
+ // @@protoc_insertion_point(field_get:message.Parkspace_confirm_alloc_request_msg.confirm_space_info)
|
|
|
+ return p != NULL ? *p : *reinterpret_cast<const ::message::Parkspace_info*>(
|
|
|
+ &::message::_Parkspace_info_default_instance_);
|
|
|
+}
|
|
|
+inline ::message::Parkspace_info* Parkspace_confirm_alloc_request_msg::release_confirm_space_info() {
|
|
|
+ // @@protoc_insertion_point(field_release:message.Parkspace_confirm_alloc_request_msg.confirm_space_info)
|
|
|
+ clear_has_confirm_space_info();
|
|
|
+ ::message::Parkspace_info* temp = confirm_space_info_;
|
|
|
+ confirm_space_info_ = NULL;
|
|
|
+ return temp;
|
|
|
+}
|
|
|
+inline ::message::Parkspace_info* Parkspace_confirm_alloc_request_msg::mutable_confirm_space_info() {
|
|
|
+ set_has_confirm_space_info();
|
|
|
+ if (confirm_space_info_ == NULL) {
|
|
|
+ confirm_space_info_ = new ::message::Parkspace_info;
|
|
|
+ }
|
|
|
+ // @@protoc_insertion_point(field_mutable:message.Parkspace_confirm_alloc_request_msg.confirm_space_info)
|
|
|
+ return confirm_space_info_;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_request_msg::set_allocated_confirm_space_info(::message::Parkspace_info* confirm_space_info) {
|
|
|
+ ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
+ if (message_arena == NULL) {
|
|
|
+ delete confirm_space_info_;
|
|
|
+ }
|
|
|
+ if (confirm_space_info) {
|
|
|
+ ::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
+ if (message_arena != submessage_arena) {
|
|
|
+ confirm_space_info = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
+ message_arena, confirm_space_info, submessage_arena);
|
|
|
+ }
|
|
|
+ set_has_confirm_space_info();
|
|
|
+ } else {
|
|
|
+ clear_has_confirm_space_info();
|
|
|
+ }
|
|
|
+ confirm_space_info_ = confirm_space_info;
|
|
|
+ // @@protoc_insertion_point(field_set_allocated:message.Parkspace_confirm_alloc_request_msg.confirm_space_info)
|
|
|
+}
|
|
|
+
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
+// Parkspace_confirm_alloc_response_msg
|
|
|
+
|
|
|
+// required .message.Base_info base_info = 1;
|
|
|
+inline bool Parkspace_confirm_alloc_response_msg::has_base_info() const {
|
|
|
+ return (_has_bits_[0] & 0x00000001u) != 0;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_response_msg::set_has_base_info() {
|
|
|
+ _has_bits_[0] |= 0x00000001u;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_response_msg::clear_has_base_info() {
|
|
|
+ _has_bits_[0] &= ~0x00000001u;
|
|
|
+}
|
|
|
+inline const ::message::Base_info& Parkspace_confirm_alloc_response_msg::base_info() const {
|
|
|
+ const ::message::Base_info* p = base_info_;
|
|
|
+ // @@protoc_insertion_point(field_get:message.Parkspace_confirm_alloc_response_msg.base_info)
|
|
|
+ return p != NULL ? *p : *reinterpret_cast<const ::message::Base_info*>(
|
|
|
+ &::message::_Base_info_default_instance_);
|
|
|
+}
|
|
|
+inline ::message::Base_info* Parkspace_confirm_alloc_response_msg::release_base_info() {
|
|
|
+ // @@protoc_insertion_point(field_release:message.Parkspace_confirm_alloc_response_msg.base_info)
|
|
|
+ clear_has_base_info();
|
|
|
+ ::message::Base_info* temp = base_info_;
|
|
|
+ base_info_ = NULL;
|
|
|
+ return temp;
|
|
|
+}
|
|
|
+inline ::message::Base_info* Parkspace_confirm_alloc_response_msg::mutable_base_info() {
|
|
|
+ set_has_base_info();
|
|
|
+ if (base_info_ == NULL) {
|
|
|
+ base_info_ = new ::message::Base_info;
|
|
|
+ }
|
|
|
+ // @@protoc_insertion_point(field_mutable:message.Parkspace_confirm_alloc_response_msg.base_info)
|
|
|
+ return base_info_;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_response_msg::set_allocated_base_info(::message::Base_info* base_info) {
|
|
|
+ ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
+ if (message_arena == NULL) {
|
|
|
+ delete reinterpret_cast< ::google::protobuf::MessageLite*>(base_info_);
|
|
|
+ }
|
|
|
+ if (base_info) {
|
|
|
+ ::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
+ if (message_arena != submessage_arena) {
|
|
|
+ base_info = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
+ message_arena, base_info, submessage_arena);
|
|
|
+ }
|
|
|
+ set_has_base_info();
|
|
|
+ } else {
|
|
|
+ clear_has_base_info();
|
|
|
+ }
|
|
|
+ base_info_ = base_info;
|
|
|
+ // @@protoc_insertion_point(field_set_allocated:message.Parkspace_confirm_alloc_response_msg.base_info)
|
|
|
+}
|
|
|
+
|
|
|
+// required int32 command_id = 2;
|
|
|
+inline bool Parkspace_confirm_alloc_response_msg::has_command_id() const {
|
|
|
+ return (_has_bits_[0] & 0x00000008u) != 0;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_response_msg::set_has_command_id() {
|
|
|
+ _has_bits_[0] |= 0x00000008u;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_response_msg::clear_has_command_id() {
|
|
|
+ _has_bits_[0] &= ~0x00000008u;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_response_msg::clear_command_id() {
|
|
|
+ command_id_ = 0;
|
|
|
+ clear_has_command_id();
|
|
|
+}
|
|
|
+inline ::google::protobuf::int32 Parkspace_confirm_alloc_response_msg::command_id() const {
|
|
|
+ // @@protoc_insertion_point(field_get:message.Parkspace_confirm_alloc_response_msg.command_id)
|
|
|
+ return command_id_;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_response_msg::set_command_id(::google::protobuf::int32 value) {
|
|
|
+ set_has_command_id();
|
|
|
+ command_id_ = value;
|
|
|
+ // @@protoc_insertion_point(field_set:message.Parkspace_confirm_alloc_response_msg.command_id)
|
|
|
+}
|
|
|
+
|
|
|
+// required .message.Error_manager error_manager = 3;
|
|
|
+inline bool Parkspace_confirm_alloc_response_msg::has_error_manager() const {
|
|
|
+ return (_has_bits_[0] & 0x00000002u) != 0;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_response_msg::set_has_error_manager() {
|
|
|
+ _has_bits_[0] |= 0x00000002u;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_response_msg::clear_has_error_manager() {
|
|
|
+ _has_bits_[0] &= ~0x00000002u;
|
|
|
+}
|
|
|
+inline const ::message::Error_manager& Parkspace_confirm_alloc_response_msg::error_manager() const {
|
|
|
+ const ::message::Error_manager* p = error_manager_;
|
|
|
+ // @@protoc_insertion_point(field_get:message.Parkspace_confirm_alloc_response_msg.error_manager)
|
|
|
+ return p != NULL ? *p : *reinterpret_cast<const ::message::Error_manager*>(
|
|
|
+ &::message::_Error_manager_default_instance_);
|
|
|
+}
|
|
|
+inline ::message::Error_manager* Parkspace_confirm_alloc_response_msg::release_error_manager() {
|
|
|
+ // @@protoc_insertion_point(field_release:message.Parkspace_confirm_alloc_response_msg.error_manager)
|
|
|
+ clear_has_error_manager();
|
|
|
+ ::message::Error_manager* temp = error_manager_;
|
|
|
+ error_manager_ = NULL;
|
|
|
+ return temp;
|
|
|
+}
|
|
|
+inline ::message::Error_manager* Parkspace_confirm_alloc_response_msg::mutable_error_manager() {
|
|
|
+ set_has_error_manager();
|
|
|
+ if (error_manager_ == NULL) {
|
|
|
+ error_manager_ = new ::message::Error_manager;
|
|
|
+ }
|
|
|
+ // @@protoc_insertion_point(field_mutable:message.Parkspace_confirm_alloc_response_msg.error_manager)
|
|
|
+ return error_manager_;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_response_msg::set_allocated_error_manager(::message::Error_manager* error_manager) {
|
|
|
+ ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
+ if (message_arena == NULL) {
|
|
|
+ delete reinterpret_cast< ::google::protobuf::MessageLite*>(error_manager_);
|
|
|
+ }
|
|
|
+ if (error_manager) {
|
|
|
+ ::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
+ if (message_arena != submessage_arena) {
|
|
|
+ error_manager = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
+ message_arena, error_manager, submessage_arena);
|
|
|
+ }
|
|
|
+ set_has_error_manager();
|
|
|
+ } else {
|
|
|
+ clear_has_error_manager();
|
|
|
+ }
|
|
|
+ error_manager_ = error_manager;
|
|
|
+ // @@protoc_insertion_point(field_set_allocated:message.Parkspace_confirm_alloc_response_msg.error_manager)
|
|
|
+}
|
|
|
+
|
|
|
+// required .message.Parkspace_info confirm_alloc_space_info = 4;
|
|
|
+inline bool Parkspace_confirm_alloc_response_msg::has_confirm_alloc_space_info() const {
|
|
|
+ return (_has_bits_[0] & 0x00000004u) != 0;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_response_msg::set_has_confirm_alloc_space_info() {
|
|
|
+ _has_bits_[0] |= 0x00000004u;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_response_msg::clear_has_confirm_alloc_space_info() {
|
|
|
+ _has_bits_[0] &= ~0x00000004u;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_response_msg::clear_confirm_alloc_space_info() {
|
|
|
+ if (confirm_alloc_space_info_ != NULL) confirm_alloc_space_info_->Clear();
|
|
|
+ clear_has_confirm_alloc_space_info();
|
|
|
+}
|
|
|
+inline const ::message::Parkspace_info& Parkspace_confirm_alloc_response_msg::confirm_alloc_space_info() const {
|
|
|
+ const ::message::Parkspace_info* p = confirm_alloc_space_info_;
|
|
|
+ // @@protoc_insertion_point(field_get:message.Parkspace_confirm_alloc_response_msg.confirm_alloc_space_info)
|
|
|
+ return p != NULL ? *p : *reinterpret_cast<const ::message::Parkspace_info*>(
|
|
|
+ &::message::_Parkspace_info_default_instance_);
|
|
|
+}
|
|
|
+inline ::message::Parkspace_info* Parkspace_confirm_alloc_response_msg::release_confirm_alloc_space_info() {
|
|
|
+ // @@protoc_insertion_point(field_release:message.Parkspace_confirm_alloc_response_msg.confirm_alloc_space_info)
|
|
|
+ clear_has_confirm_alloc_space_info();
|
|
|
+ ::message::Parkspace_info* temp = confirm_alloc_space_info_;
|
|
|
+ confirm_alloc_space_info_ = NULL;
|
|
|
+ return temp;
|
|
|
+}
|
|
|
+inline ::message::Parkspace_info* Parkspace_confirm_alloc_response_msg::mutable_confirm_alloc_space_info() {
|
|
|
+ set_has_confirm_alloc_space_info();
|
|
|
+ if (confirm_alloc_space_info_ == NULL) {
|
|
|
+ confirm_alloc_space_info_ = new ::message::Parkspace_info;
|
|
|
+ }
|
|
|
+ // @@protoc_insertion_point(field_mutable:message.Parkspace_confirm_alloc_response_msg.confirm_alloc_space_info)
|
|
|
+ return confirm_alloc_space_info_;
|
|
|
+}
|
|
|
+inline void Parkspace_confirm_alloc_response_msg::set_allocated_confirm_alloc_space_info(::message::Parkspace_info* confirm_alloc_space_info) {
|
|
|
+ ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
+ if (message_arena == NULL) {
|
|
|
+ delete confirm_alloc_space_info_;
|
|
|
+ }
|
|
|
+ if (confirm_alloc_space_info) {
|
|
|
+ ::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
+ if (message_arena != submessage_arena) {
|
|
|
+ confirm_alloc_space_info = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
+ message_arena, confirm_alloc_space_info, submessage_arena);
|
|
|
+ }
|
|
|
+ set_has_confirm_alloc_space_info();
|
|
|
+ } else {
|
|
|
+ clear_has_confirm_alloc_space_info();
|
|
|
+ }
|
|
|
+ confirm_alloc_space_info_ = confirm_alloc_space_info;
|
|
|
+ // @@protoc_insertion_point(field_set_allocated:message.Parkspace_confirm_alloc_response_msg.confirm_alloc_space_info)
|
|
|
+}
|
|
|
+
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
// Parkspace_allocation_status_msg
|
|
|
|
|
|
// required .message.Base_info base_info = 1;
|
|
@@ -3794,6 +4407,10 @@ Parkspace_allocation_status_msg::parkspace_info() const {
|
|
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
|
|
|
// @@protoc_insertion_point(namespace_scope)
|
|
|
|