|
@@ -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[9];
|
|
|
+ static const ::google::protobuf::internal::ParseTable schema[11];
|
|
|
static const ::google::protobuf::internal::FieldMetadata field_metadata[];
|
|
|
static const ::google::protobuf::internal::SerializationTable serialization_table[];
|
|
|
static const ::google::protobuf::uint32 offsets[];
|
|
@@ -60,6 +60,10 @@ void InitDefaultsParkspace_release_request_msgImpl();
|
|
|
void InitDefaultsParkspace_release_request_msg();
|
|
|
void InitDefaultsParkspace_release_response_msgImpl();
|
|
|
void InitDefaultsParkspace_release_response_msg();
|
|
|
+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_allocation_status_msgImpl();
|
|
|
void InitDefaultsParkspace_allocation_status_msg();
|
|
|
inline void InitDefaults() {
|
|
@@ -71,6 +75,8 @@ inline void InitDefaults() {
|
|
|
InitDefaultsParkspace_search_response_msg();
|
|
|
InitDefaultsParkspace_release_request_msg();
|
|
|
InitDefaultsParkspace_release_response_msg();
|
|
|
+ InitDefaultsParkspace_force_update_request_msg();
|
|
|
+ InitDefaultsParkspace_force_update_response_msg();
|
|
|
InitDefaultsParkspace_allocation_status_msg();
|
|
|
}
|
|
|
} // namespace protobuf_parkspace_5fallocation_5fmessage_2eproto
|
|
@@ -87,6 +93,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_force_update_request_msg;
|
|
|
+class Parkspace_force_update_request_msgDefaultTypeInternal;
|
|
|
+extern Parkspace_force_update_request_msgDefaultTypeInternal _Parkspace_force_update_request_msg_default_instance_;
|
|
|
+class Parkspace_force_update_response_msg;
|
|
|
+class Parkspace_force_update_response_msgDefaultTypeInternal;
|
|
|
+extern Parkspace_force_update_response_msgDefaultTypeInternal _Parkspace_force_update_response_msg_default_instance_;
|
|
|
class Parkspace_info;
|
|
|
class Parkspace_infoDefaultTypeInternal;
|
|
|
extern Parkspace_infoDefaultTypeInternal _Parkspace_info_default_instance_;
|
|
@@ -1397,6 +1409,292 @@ class Parkspace_release_response_msg : public ::google::protobuf::Message /* @@p
|
|
|
};
|
|
|
// -------------------------------------------------------------------
|
|
|
|
|
|
+class Parkspace_force_update_request_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Parkspace_force_update_request_msg) */ {
|
|
|
+ public:
|
|
|
+ Parkspace_force_update_request_msg();
|
|
|
+ virtual ~Parkspace_force_update_request_msg();
|
|
|
+
|
|
|
+ Parkspace_force_update_request_msg(const Parkspace_force_update_request_msg& from);
|
|
|
+
|
|
|
+ inline Parkspace_force_update_request_msg& operator=(const Parkspace_force_update_request_msg& from) {
|
|
|
+ CopyFrom(from);
|
|
|
+ return *this;
|
|
|
+ }
|
|
|
+ #if LANG_CXX11
|
|
|
+ Parkspace_force_update_request_msg(Parkspace_force_update_request_msg&& from) noexcept
|
|
|
+ : Parkspace_force_update_request_msg() {
|
|
|
+ *this = ::std::move(from);
|
|
|
+ }
|
|
|
+
|
|
|
+ inline Parkspace_force_update_request_msg& operator=(Parkspace_force_update_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_force_update_request_msg& default_instance();
|
|
|
+
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
+ static inline const Parkspace_force_update_request_msg* internal_default_instance() {
|
|
|
+ return reinterpret_cast<const Parkspace_force_update_request_msg*>(
|
|
|
+ &_Parkspace_force_update_request_msg_default_instance_);
|
|
|
+ }
|
|
|
+ static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
+ 8;
|
|
|
+
|
|
|
+ void Swap(Parkspace_force_update_request_msg* other);
|
|
|
+ friend void swap(Parkspace_force_update_request_msg& a, Parkspace_force_update_request_msg& b) {
|
|
|
+ a.Swap(&b);
|
|
|
+ }
|
|
|
+
|
|
|
+ // implements Message ----------------------------------------------
|
|
|
+
|
|
|
+ inline Parkspace_force_update_request_msg* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
+
|
|
|
+ Parkspace_force_update_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_force_update_request_msg& from);
|
|
|
+ void MergeFrom(const Parkspace_force_update_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_force_update_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 update_space_info = 3;
|
|
|
+ bool has_update_space_info() const;
|
|
|
+ void clear_update_space_info();
|
|
|
+ static const int kUpdateSpaceInfoFieldNumber = 3;
|
|
|
+ const ::message::Parkspace_info& update_space_info() const;
|
|
|
+ ::message::Parkspace_info* release_update_space_info();
|
|
|
+ ::message::Parkspace_info* mutable_update_space_info();
|
|
|
+ void set_allocated_update_space_info(::message::Parkspace_info* update_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_force_update_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_update_space_info();
|
|
|
+ void clear_has_update_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* update_space_info_;
|
|
|
+ ::google::protobuf::int32 command_id_;
|
|
|
+ friend struct ::protobuf_parkspace_5fallocation_5fmessage_2eproto::TableStruct;
|
|
|
+ friend void ::protobuf_parkspace_5fallocation_5fmessage_2eproto::InitDefaultsParkspace_force_update_request_msgImpl();
|
|
|
+};
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
+class Parkspace_force_update_response_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Parkspace_force_update_response_msg) */ {
|
|
|
+ public:
|
|
|
+ Parkspace_force_update_response_msg();
|
|
|
+ virtual ~Parkspace_force_update_response_msg();
|
|
|
+
|
|
|
+ Parkspace_force_update_response_msg(const Parkspace_force_update_response_msg& from);
|
|
|
+
|
|
|
+ inline Parkspace_force_update_response_msg& operator=(const Parkspace_force_update_response_msg& from) {
|
|
|
+ CopyFrom(from);
|
|
|
+ return *this;
|
|
|
+ }
|
|
|
+ #if LANG_CXX11
|
|
|
+ Parkspace_force_update_response_msg(Parkspace_force_update_response_msg&& from) noexcept
|
|
|
+ : Parkspace_force_update_response_msg() {
|
|
|
+ *this = ::std::move(from);
|
|
|
+ }
|
|
|
+
|
|
|
+ inline Parkspace_force_update_response_msg& operator=(Parkspace_force_update_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_force_update_response_msg& default_instance();
|
|
|
+
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
+ static inline const Parkspace_force_update_response_msg* internal_default_instance() {
|
|
|
+ return reinterpret_cast<const Parkspace_force_update_response_msg*>(
|
|
|
+ &_Parkspace_force_update_response_msg_default_instance_);
|
|
|
+ }
|
|
|
+ static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
+ 9;
|
|
|
+
|
|
|
+ void Swap(Parkspace_force_update_response_msg* other);
|
|
|
+ friend void swap(Parkspace_force_update_response_msg& a, Parkspace_force_update_response_msg& b) {
|
|
|
+ a.Swap(&b);
|
|
|
+ }
|
|
|
+
|
|
|
+ // implements Message ----------------------------------------------
|
|
|
+
|
|
|
+ inline Parkspace_force_update_response_msg* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
+
|
|
|
+ Parkspace_force_update_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_force_update_response_msg& from);
|
|
|
+ void MergeFrom(const Parkspace_force_update_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_force_update_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 update_space_info = 4;
|
|
|
+ bool has_update_space_info() const;
|
|
|
+ void clear_update_space_info();
|
|
|
+ static const int kUpdateSpaceInfoFieldNumber = 4;
|
|
|
+ const ::message::Parkspace_info& update_space_info() const;
|
|
|
+ ::message::Parkspace_info* release_update_space_info();
|
|
|
+ ::message::Parkspace_info* mutable_update_space_info();
|
|
|
+ void set_allocated_update_space_info(::message::Parkspace_info* update_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_force_update_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_update_space_info();
|
|
|
+ void clear_has_update_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* update_space_info_;
|
|
|
+ ::google::protobuf::int32 command_id_;
|
|
|
+ friend struct ::protobuf_parkspace_5fallocation_5fmessage_2eproto::TableStruct;
|
|
|
+ friend void ::protobuf_parkspace_5fallocation_5fmessage_2eproto::InitDefaultsParkspace_force_update_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();
|
|
@@ -1439,7 +1737,7 @@ class Parkspace_allocation_status_msg : public ::google::protobuf::Message /* @@
|
|
|
&_Parkspace_allocation_status_msg_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
- 8;
|
|
|
+ 10;
|
|
|
|
|
|
void Swap(Parkspace_allocation_status_msg* other);
|
|
|
friend void swap(Parkspace_allocation_status_msg& a, Parkspace_allocation_status_msg& b) {
|
|
@@ -3027,6 +3325,320 @@ inline void Parkspace_release_response_msg::set_allocated_release_space_info(::m
|
|
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
|
|
+// Parkspace_force_update_request_msg
|
|
|
+
|
|
|
+// required .message.Base_info base_info = 1;
|
|
|
+inline bool Parkspace_force_update_request_msg::has_base_info() const {
|
|
|
+ return (_has_bits_[0] & 0x00000001u) != 0;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_request_msg::set_has_base_info() {
|
|
|
+ _has_bits_[0] |= 0x00000001u;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_request_msg::clear_has_base_info() {
|
|
|
+ _has_bits_[0] &= ~0x00000001u;
|
|
|
+}
|
|
|
+inline const ::message::Base_info& Parkspace_force_update_request_msg::base_info() const {
|
|
|
+ const ::message::Base_info* p = base_info_;
|
|
|
+ // @@protoc_insertion_point(field_get:message.Parkspace_force_update_request_msg.base_info)
|
|
|
+ return p != NULL ? *p : *reinterpret_cast<const ::message::Base_info*>(
|
|
|
+ &::message::_Base_info_default_instance_);
|
|
|
+}
|
|
|
+inline ::message::Base_info* Parkspace_force_update_request_msg::release_base_info() {
|
|
|
+ // @@protoc_insertion_point(field_release:message.Parkspace_force_update_request_msg.base_info)
|
|
|
+ clear_has_base_info();
|
|
|
+ ::message::Base_info* temp = base_info_;
|
|
|
+ base_info_ = NULL;
|
|
|
+ return temp;
|
|
|
+}
|
|
|
+inline ::message::Base_info* Parkspace_force_update_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_force_update_request_msg.base_info)
|
|
|
+ return base_info_;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_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_force_update_request_msg.base_info)
|
|
|
+}
|
|
|
+
|
|
|
+// required int32 command_id = 2;
|
|
|
+inline bool Parkspace_force_update_request_msg::has_command_id() const {
|
|
|
+ return (_has_bits_[0] & 0x00000004u) != 0;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_request_msg::set_has_command_id() {
|
|
|
+ _has_bits_[0] |= 0x00000004u;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_request_msg::clear_has_command_id() {
|
|
|
+ _has_bits_[0] &= ~0x00000004u;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_request_msg::clear_command_id() {
|
|
|
+ command_id_ = 0;
|
|
|
+ clear_has_command_id();
|
|
|
+}
|
|
|
+inline ::google::protobuf::int32 Parkspace_force_update_request_msg::command_id() const {
|
|
|
+ // @@protoc_insertion_point(field_get:message.Parkspace_force_update_request_msg.command_id)
|
|
|
+ return command_id_;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_request_msg::set_command_id(::google::protobuf::int32 value) {
|
|
|
+ set_has_command_id();
|
|
|
+ command_id_ = value;
|
|
|
+ // @@protoc_insertion_point(field_set:message.Parkspace_force_update_request_msg.command_id)
|
|
|
+}
|
|
|
+
|
|
|
+// required .message.Parkspace_info update_space_info = 3;
|
|
|
+inline bool Parkspace_force_update_request_msg::has_update_space_info() const {
|
|
|
+ return (_has_bits_[0] & 0x00000002u) != 0;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_request_msg::set_has_update_space_info() {
|
|
|
+ _has_bits_[0] |= 0x00000002u;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_request_msg::clear_has_update_space_info() {
|
|
|
+ _has_bits_[0] &= ~0x00000002u;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_request_msg::clear_update_space_info() {
|
|
|
+ if (update_space_info_ != NULL) update_space_info_->Clear();
|
|
|
+ clear_has_update_space_info();
|
|
|
+}
|
|
|
+inline const ::message::Parkspace_info& Parkspace_force_update_request_msg::update_space_info() const {
|
|
|
+ const ::message::Parkspace_info* p = update_space_info_;
|
|
|
+ // @@protoc_insertion_point(field_get:message.Parkspace_force_update_request_msg.update_space_info)
|
|
|
+ return p != NULL ? *p : *reinterpret_cast<const ::message::Parkspace_info*>(
|
|
|
+ &::message::_Parkspace_info_default_instance_);
|
|
|
+}
|
|
|
+inline ::message::Parkspace_info* Parkspace_force_update_request_msg::release_update_space_info() {
|
|
|
+ // @@protoc_insertion_point(field_release:message.Parkspace_force_update_request_msg.update_space_info)
|
|
|
+ clear_has_update_space_info();
|
|
|
+ ::message::Parkspace_info* temp = update_space_info_;
|
|
|
+ update_space_info_ = NULL;
|
|
|
+ return temp;
|
|
|
+}
|
|
|
+inline ::message::Parkspace_info* Parkspace_force_update_request_msg::mutable_update_space_info() {
|
|
|
+ set_has_update_space_info();
|
|
|
+ if (update_space_info_ == NULL) {
|
|
|
+ update_space_info_ = new ::message::Parkspace_info;
|
|
|
+ }
|
|
|
+ // @@protoc_insertion_point(field_mutable:message.Parkspace_force_update_request_msg.update_space_info)
|
|
|
+ return update_space_info_;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_request_msg::set_allocated_update_space_info(::message::Parkspace_info* update_space_info) {
|
|
|
+ ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
+ if (message_arena == NULL) {
|
|
|
+ delete update_space_info_;
|
|
|
+ }
|
|
|
+ if (update_space_info) {
|
|
|
+ ::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
+ if (message_arena != submessage_arena) {
|
|
|
+ update_space_info = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
+ message_arena, update_space_info, submessage_arena);
|
|
|
+ }
|
|
|
+ set_has_update_space_info();
|
|
|
+ } else {
|
|
|
+ clear_has_update_space_info();
|
|
|
+ }
|
|
|
+ update_space_info_ = update_space_info;
|
|
|
+ // @@protoc_insertion_point(field_set_allocated:message.Parkspace_force_update_request_msg.update_space_info)
|
|
|
+}
|
|
|
+
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
+// Parkspace_force_update_response_msg
|
|
|
+
|
|
|
+// required .message.Base_info base_info = 1;
|
|
|
+inline bool Parkspace_force_update_response_msg::has_base_info() const {
|
|
|
+ return (_has_bits_[0] & 0x00000001u) != 0;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_response_msg::set_has_base_info() {
|
|
|
+ _has_bits_[0] |= 0x00000001u;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_response_msg::clear_has_base_info() {
|
|
|
+ _has_bits_[0] &= ~0x00000001u;
|
|
|
+}
|
|
|
+inline const ::message::Base_info& Parkspace_force_update_response_msg::base_info() const {
|
|
|
+ const ::message::Base_info* p = base_info_;
|
|
|
+ // @@protoc_insertion_point(field_get:message.Parkspace_force_update_response_msg.base_info)
|
|
|
+ return p != NULL ? *p : *reinterpret_cast<const ::message::Base_info*>(
|
|
|
+ &::message::_Base_info_default_instance_);
|
|
|
+}
|
|
|
+inline ::message::Base_info* Parkspace_force_update_response_msg::release_base_info() {
|
|
|
+ // @@protoc_insertion_point(field_release:message.Parkspace_force_update_response_msg.base_info)
|
|
|
+ clear_has_base_info();
|
|
|
+ ::message::Base_info* temp = base_info_;
|
|
|
+ base_info_ = NULL;
|
|
|
+ return temp;
|
|
|
+}
|
|
|
+inline ::message::Base_info* Parkspace_force_update_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_force_update_response_msg.base_info)
|
|
|
+ return base_info_;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_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_force_update_response_msg.base_info)
|
|
|
+}
|
|
|
+
|
|
|
+// required int32 command_id = 2;
|
|
|
+inline bool Parkspace_force_update_response_msg::has_command_id() const {
|
|
|
+ return (_has_bits_[0] & 0x00000008u) != 0;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_response_msg::set_has_command_id() {
|
|
|
+ _has_bits_[0] |= 0x00000008u;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_response_msg::clear_has_command_id() {
|
|
|
+ _has_bits_[0] &= ~0x00000008u;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_response_msg::clear_command_id() {
|
|
|
+ command_id_ = 0;
|
|
|
+ clear_has_command_id();
|
|
|
+}
|
|
|
+inline ::google::protobuf::int32 Parkspace_force_update_response_msg::command_id() const {
|
|
|
+ // @@protoc_insertion_point(field_get:message.Parkspace_force_update_response_msg.command_id)
|
|
|
+ return command_id_;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_response_msg::set_command_id(::google::protobuf::int32 value) {
|
|
|
+ set_has_command_id();
|
|
|
+ command_id_ = value;
|
|
|
+ // @@protoc_insertion_point(field_set:message.Parkspace_force_update_response_msg.command_id)
|
|
|
+}
|
|
|
+
|
|
|
+// required .message.Error_manager error_manager = 3;
|
|
|
+inline bool Parkspace_force_update_response_msg::has_error_manager() const {
|
|
|
+ return (_has_bits_[0] & 0x00000002u) != 0;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_response_msg::set_has_error_manager() {
|
|
|
+ _has_bits_[0] |= 0x00000002u;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_response_msg::clear_has_error_manager() {
|
|
|
+ _has_bits_[0] &= ~0x00000002u;
|
|
|
+}
|
|
|
+inline const ::message::Error_manager& Parkspace_force_update_response_msg::error_manager() const {
|
|
|
+ const ::message::Error_manager* p = error_manager_;
|
|
|
+ // @@protoc_insertion_point(field_get:message.Parkspace_force_update_response_msg.error_manager)
|
|
|
+ return p != NULL ? *p : *reinterpret_cast<const ::message::Error_manager*>(
|
|
|
+ &::message::_Error_manager_default_instance_);
|
|
|
+}
|
|
|
+inline ::message::Error_manager* Parkspace_force_update_response_msg::release_error_manager() {
|
|
|
+ // @@protoc_insertion_point(field_release:message.Parkspace_force_update_response_msg.error_manager)
|
|
|
+ clear_has_error_manager();
|
|
|
+ ::message::Error_manager* temp = error_manager_;
|
|
|
+ error_manager_ = NULL;
|
|
|
+ return temp;
|
|
|
+}
|
|
|
+inline ::message::Error_manager* Parkspace_force_update_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_force_update_response_msg.error_manager)
|
|
|
+ return error_manager_;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_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_force_update_response_msg.error_manager)
|
|
|
+}
|
|
|
+
|
|
|
+// required .message.Parkspace_info update_space_info = 4;
|
|
|
+inline bool Parkspace_force_update_response_msg::has_update_space_info() const {
|
|
|
+ return (_has_bits_[0] & 0x00000004u) != 0;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_response_msg::set_has_update_space_info() {
|
|
|
+ _has_bits_[0] |= 0x00000004u;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_response_msg::clear_has_update_space_info() {
|
|
|
+ _has_bits_[0] &= ~0x00000004u;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_response_msg::clear_update_space_info() {
|
|
|
+ if (update_space_info_ != NULL) update_space_info_->Clear();
|
|
|
+ clear_has_update_space_info();
|
|
|
+}
|
|
|
+inline const ::message::Parkspace_info& Parkspace_force_update_response_msg::update_space_info() const {
|
|
|
+ const ::message::Parkspace_info* p = update_space_info_;
|
|
|
+ // @@protoc_insertion_point(field_get:message.Parkspace_force_update_response_msg.update_space_info)
|
|
|
+ return p != NULL ? *p : *reinterpret_cast<const ::message::Parkspace_info*>(
|
|
|
+ &::message::_Parkspace_info_default_instance_);
|
|
|
+}
|
|
|
+inline ::message::Parkspace_info* Parkspace_force_update_response_msg::release_update_space_info() {
|
|
|
+ // @@protoc_insertion_point(field_release:message.Parkspace_force_update_response_msg.update_space_info)
|
|
|
+ clear_has_update_space_info();
|
|
|
+ ::message::Parkspace_info* temp = update_space_info_;
|
|
|
+ update_space_info_ = NULL;
|
|
|
+ return temp;
|
|
|
+}
|
|
|
+inline ::message::Parkspace_info* Parkspace_force_update_response_msg::mutable_update_space_info() {
|
|
|
+ set_has_update_space_info();
|
|
|
+ if (update_space_info_ == NULL) {
|
|
|
+ update_space_info_ = new ::message::Parkspace_info;
|
|
|
+ }
|
|
|
+ // @@protoc_insertion_point(field_mutable:message.Parkspace_force_update_response_msg.update_space_info)
|
|
|
+ return update_space_info_;
|
|
|
+}
|
|
|
+inline void Parkspace_force_update_response_msg::set_allocated_update_space_info(::message::Parkspace_info* update_space_info) {
|
|
|
+ ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
+ if (message_arena == NULL) {
|
|
|
+ delete update_space_info_;
|
|
|
+ }
|
|
|
+ if (update_space_info) {
|
|
|
+ ::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
+ if (message_arena != submessage_arena) {
|
|
|
+ update_space_info = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
+ message_arena, update_space_info, submessage_arena);
|
|
|
+ }
|
|
|
+ set_has_update_space_info();
|
|
|
+ } else {
|
|
|
+ clear_has_update_space_info();
|
|
|
+ }
|
|
|
+ update_space_info_ = update_space_info;
|
|
|
+ // @@protoc_insertion_point(field_set_allocated:message.Parkspace_force_update_response_msg.update_space_info)
|
|
|
+}
|
|
|
+
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
// Parkspace_allocation_status_msg
|
|
|
|
|
|
// required .message.Base_info base_info = 1;
|
|
@@ -3178,6 +3790,10 @@ Parkspace_allocation_status_msg::parkspace_info() const {
|
|
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
|
|
|
// @@protoc_insertion_point(namespace_scope)
|
|
|
|