|
@@ -38,7 +38,7 @@ namespace protobuf_central_5fcontrol_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[1];
|
|
|
+ static const ::google::protobuf::internal::ParseTable schema[3];
|
|
|
static const ::google::protobuf::internal::FieldMetadata field_metadata[];
|
|
|
static const ::google::protobuf::internal::SerializationTable serialization_table[];
|
|
|
static const ::google::protobuf::uint32 offsets[];
|
|
@@ -46,14 +46,26 @@ struct TableStruct {
|
|
|
void AddDescriptors();
|
|
|
void InitDefaultsCentral_controller_statu_msgImpl();
|
|
|
void InitDefaultsCentral_controller_statu_msg();
|
|
|
+void InitDefaultsEntrance_manual_operation_msgImpl();
|
|
|
+void InitDefaultsEntrance_manual_operation_msg();
|
|
|
+void InitDefaultsProcess_manual_operation_msgImpl();
|
|
|
+void InitDefaultsProcess_manual_operation_msg();
|
|
|
inline void InitDefaults() {
|
|
|
InitDefaultsCentral_controller_statu_msg();
|
|
|
+ InitDefaultsEntrance_manual_operation_msg();
|
|
|
+ InitDefaultsProcess_manual_operation_msg();
|
|
|
}
|
|
|
} // namespace protobuf_central_5fcontrol_5fmessage_2eproto
|
|
|
namespace message {
|
|
|
class Central_controller_statu_msg;
|
|
|
class Central_controller_statu_msgDefaultTypeInternal;
|
|
|
extern Central_controller_statu_msgDefaultTypeInternal _Central_controller_statu_msg_default_instance_;
|
|
|
+class Entrance_manual_operation_msg;
|
|
|
+class Entrance_manual_operation_msgDefaultTypeInternal;
|
|
|
+extern Entrance_manual_operation_msgDefaultTypeInternal _Entrance_manual_operation_msg_default_instance_;
|
|
|
+class Process_manual_operation_msg;
|
|
|
+class Process_manual_operation_msgDefaultTypeInternal;
|
|
|
+extern Process_manual_operation_msgDefaultTypeInternal _Process_manual_operation_msg_default_instance_;
|
|
|
} // namespace message
|
|
|
namespace message {
|
|
|
|
|
@@ -77,6 +89,59 @@ inline bool Entrance_statu_Parse(
|
|
|
return ::google::protobuf::internal::ParseNamedEnum<Entrance_statu>(
|
|
|
Entrance_statu_descriptor(), name, value);
|
|
|
}
|
|
|
+enum Step_type {
|
|
|
+ eAlloc_step = 0,
|
|
|
+ eMeasure_step = 1,
|
|
|
+ eCompare_step = 2,
|
|
|
+ eDispatch_step = 3,
|
|
|
+ eConfirm_step = 4,
|
|
|
+ eSearch_step = 5,
|
|
|
+ eWait_step = 6,
|
|
|
+ eRelease_step = 7,
|
|
|
+ eComplete = 8,
|
|
|
+ eBackConfirm_step = 9,
|
|
|
+ eBack_compare_step = 10,
|
|
|
+ eBackMeasure_step = 11,
|
|
|
+ eBackAlloc_step = 12,
|
|
|
+ eBackWait_step = 13,
|
|
|
+ eBackDispatch_step = 14,
|
|
|
+ eBackSearch_step = 15,
|
|
|
+ eBackComplete = 16
|
|
|
+};
|
|
|
+bool Step_type_IsValid(int value);
|
|
|
+const Step_type Step_type_MIN = eAlloc_step;
|
|
|
+const Step_type Step_type_MAX = eBackComplete;
|
|
|
+const int Step_type_ARRAYSIZE = Step_type_MAX + 1;
|
|
|
+
|
|
|
+const ::google::protobuf::EnumDescriptor* Step_type_descriptor();
|
|
|
+inline const ::std::string& Step_type_Name(Step_type value) {
|
|
|
+ return ::google::protobuf::internal::NameOfEnum(
|
|
|
+ Step_type_descriptor(), value);
|
|
|
+}
|
|
|
+inline bool Step_type_Parse(
|
|
|
+ const ::std::string& name, Step_type* value) {
|
|
|
+ return ::google::protobuf::internal::ParseNamedEnum<Step_type>(
|
|
|
+ Step_type_descriptor(), name, value);
|
|
|
+}
|
|
|
+enum Process_operation_type {
|
|
|
+ eManual_cancel = 0,
|
|
|
+ eManual_retry = 1
|
|
|
+};
|
|
|
+bool Process_operation_type_IsValid(int value);
|
|
|
+const Process_operation_type Process_operation_type_MIN = eManual_cancel;
|
|
|
+const Process_operation_type Process_operation_type_MAX = eManual_retry;
|
|
|
+const int Process_operation_type_ARRAYSIZE = Process_operation_type_MAX + 1;
|
|
|
+
|
|
|
+const ::google::protobuf::EnumDescriptor* Process_operation_type_descriptor();
|
|
|
+inline const ::std::string& Process_operation_type_Name(Process_operation_type value) {
|
|
|
+ return ::google::protobuf::internal::NameOfEnum(
|
|
|
+ Process_operation_type_descriptor(), value);
|
|
|
+}
|
|
|
+inline bool Process_operation_type_Parse(
|
|
|
+ const ::std::string& name, Process_operation_type* value) {
|
|
|
+ return ::google::protobuf::internal::ParseNamedEnum<Process_operation_type>(
|
|
|
+ Process_operation_type_descriptor(), name, value);
|
|
|
+}
|
|
|
// ===================================================================
|
|
|
|
|
|
class Central_controller_statu_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Central_controller_statu_msg) */ {
|
|
@@ -211,6 +276,304 @@ class Central_controller_statu_msg : public ::google::protobuf::Message /* @@pro
|
|
|
friend struct ::protobuf_central_5fcontrol_5fmessage_2eproto::TableStruct;
|
|
|
friend void ::protobuf_central_5fcontrol_5fmessage_2eproto::InitDefaultsCentral_controller_statu_msgImpl();
|
|
|
};
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
+class Entrance_manual_operation_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Entrance_manual_operation_msg) */ {
|
|
|
+ public:
|
|
|
+ Entrance_manual_operation_msg();
|
|
|
+ virtual ~Entrance_manual_operation_msg();
|
|
|
+
|
|
|
+ Entrance_manual_operation_msg(const Entrance_manual_operation_msg& from);
|
|
|
+
|
|
|
+ inline Entrance_manual_operation_msg& operator=(const Entrance_manual_operation_msg& from) {
|
|
|
+ CopyFrom(from);
|
|
|
+ return *this;
|
|
|
+ }
|
|
|
+ #if LANG_CXX11
|
|
|
+ Entrance_manual_operation_msg(Entrance_manual_operation_msg&& from) noexcept
|
|
|
+ : Entrance_manual_operation_msg() {
|
|
|
+ *this = ::std::move(from);
|
|
|
+ }
|
|
|
+
|
|
|
+ inline Entrance_manual_operation_msg& operator=(Entrance_manual_operation_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 Entrance_manual_operation_msg& default_instance();
|
|
|
+
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
+ static inline const Entrance_manual_operation_msg* internal_default_instance() {
|
|
|
+ return reinterpret_cast<const Entrance_manual_operation_msg*>(
|
|
|
+ &_Entrance_manual_operation_msg_default_instance_);
|
|
|
+ }
|
|
|
+ static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
+ 1;
|
|
|
+
|
|
|
+ void Swap(Entrance_manual_operation_msg* other);
|
|
|
+ friend void swap(Entrance_manual_operation_msg& a, Entrance_manual_operation_msg& b) {
|
|
|
+ a.Swap(&b);
|
|
|
+ }
|
|
|
+
|
|
|
+ // implements Message ----------------------------------------------
|
|
|
+
|
|
|
+ inline Entrance_manual_operation_msg* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
+
|
|
|
+ Entrance_manual_operation_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 Entrance_manual_operation_msg& from);
|
|
|
+ void MergeFrom(const Entrance_manual_operation_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(Entrance_manual_operation_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 int32 terminal_id = 2;
|
|
|
+ bool has_terminal_id() const;
|
|
|
+ void clear_terminal_id();
|
|
|
+ static const int kTerminalIdFieldNumber = 2;
|
|
|
+ ::google::protobuf::int32 terminal_id() const;
|
|
|
+ void set_terminal_id(::google::protobuf::int32 value);
|
|
|
+
|
|
|
+ // required .message.Entrance_statu entrance_statu = 4;
|
|
|
+ bool has_entrance_statu() const;
|
|
|
+ void clear_entrance_statu();
|
|
|
+ static const int kEntranceStatuFieldNumber = 4;
|
|
|
+ ::message::Entrance_statu entrance_statu() const;
|
|
|
+ void set_entrance_statu(::message::Entrance_statu value);
|
|
|
+
|
|
|
+ // required .message.Process_type process_type = 3;
|
|
|
+ bool has_process_type() const;
|
|
|
+ void clear_process_type();
|
|
|
+ static const int kProcessTypeFieldNumber = 3;
|
|
|
+ ::message::Process_type process_type() const;
|
|
|
+ void set_process_type(::message::Process_type value);
|
|
|
+
|
|
|
+ // @@protoc_insertion_point(class_scope:message.Entrance_manual_operation_msg)
|
|
|
+ private:
|
|
|
+ void set_has_base_info();
|
|
|
+ void clear_has_base_info();
|
|
|
+ void set_has_terminal_id();
|
|
|
+ void clear_has_terminal_id();
|
|
|
+ void set_has_process_type();
|
|
|
+ void clear_has_process_type();
|
|
|
+ void set_has_entrance_statu();
|
|
|
+ void clear_has_entrance_statu();
|
|
|
+
|
|
|
+ // 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_;
|
|
|
+ ::google::protobuf::int32 terminal_id_;
|
|
|
+ int entrance_statu_;
|
|
|
+ int process_type_;
|
|
|
+ friend struct ::protobuf_central_5fcontrol_5fmessage_2eproto::TableStruct;
|
|
|
+ friend void ::protobuf_central_5fcontrol_5fmessage_2eproto::InitDefaultsEntrance_manual_operation_msgImpl();
|
|
|
+};
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
+class Process_manual_operation_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Process_manual_operation_msg) */ {
|
|
|
+ public:
|
|
|
+ Process_manual_operation_msg();
|
|
|
+ virtual ~Process_manual_operation_msg();
|
|
|
+
|
|
|
+ Process_manual_operation_msg(const Process_manual_operation_msg& from);
|
|
|
+
|
|
|
+ inline Process_manual_operation_msg& operator=(const Process_manual_operation_msg& from) {
|
|
|
+ CopyFrom(from);
|
|
|
+ return *this;
|
|
|
+ }
|
|
|
+ #if LANG_CXX11
|
|
|
+ Process_manual_operation_msg(Process_manual_operation_msg&& from) noexcept
|
|
|
+ : Process_manual_operation_msg() {
|
|
|
+ *this = ::std::move(from);
|
|
|
+ }
|
|
|
+
|
|
|
+ inline Process_manual_operation_msg& operator=(Process_manual_operation_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 Process_manual_operation_msg& default_instance();
|
|
|
+
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
+ static inline const Process_manual_operation_msg* internal_default_instance() {
|
|
|
+ return reinterpret_cast<const Process_manual_operation_msg*>(
|
|
|
+ &_Process_manual_operation_msg_default_instance_);
|
|
|
+ }
|
|
|
+ static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
+ 2;
|
|
|
+
|
|
|
+ void Swap(Process_manual_operation_msg* other);
|
|
|
+ friend void swap(Process_manual_operation_msg& a, Process_manual_operation_msg& b) {
|
|
|
+ a.Swap(&b);
|
|
|
+ }
|
|
|
+
|
|
|
+ // implements Message ----------------------------------------------
|
|
|
+
|
|
|
+ inline Process_manual_operation_msg* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
+
|
|
|
+ Process_manual_operation_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 Process_manual_operation_msg& from);
|
|
|
+ void MergeFrom(const Process_manual_operation_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(Process_manual_operation_msg* other);
|
|
|
+ private:
|
|
|
+ inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
|
|
|
+ return NULL;
|
|
|
+ }
|
|
|
+ inline void* MaybeArenaPtr() const {
|
|
|
+ return NULL;
|
|
|
+ }
|
|
|
+ public:
|
|
|
+
|
|
|
+ ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
|
|
|
+
|
|
|
+ // nested types ----------------------------------------------------
|
|
|
+
|
|
|
+ // accessors -------------------------------------------------------
|
|
|
+
|
|
|
+ // required string license = 2;
|
|
|
+ bool has_license() const;
|
|
|
+ void clear_license();
|
|
|
+ static const int kLicenseFieldNumber = 2;
|
|
|
+ const ::std::string& license() const;
|
|
|
+ void set_license(const ::std::string& value);
|
|
|
+ #if LANG_CXX11
|
|
|
+ void set_license(::std::string&& value);
|
|
|
+ #endif
|
|
|
+ void set_license(const char* value);
|
|
|
+ void set_license(const char* value, size_t size);
|
|
|
+ ::std::string* mutable_license();
|
|
|
+ ::std::string* release_license();
|
|
|
+ void set_allocated_license(::std::string* license);
|
|
|
+
|
|
|
+ // 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.Step_type step_type = 3;
|
|
|
+ bool has_step_type() const;
|
|
|
+ void clear_step_type();
|
|
|
+ static const int kStepTypeFieldNumber = 3;
|
|
|
+ ::message::Step_type step_type() const;
|
|
|
+ void set_step_type(::message::Step_type value);
|
|
|
+
|
|
|
+ // required .message.Process_operation_type operate_type = 4;
|
|
|
+ bool has_operate_type() const;
|
|
|
+ void clear_operate_type();
|
|
|
+ static const int kOperateTypeFieldNumber = 4;
|
|
|
+ ::message::Process_operation_type operate_type() const;
|
|
|
+ void set_operate_type(::message::Process_operation_type value);
|
|
|
+
|
|
|
+ // @@protoc_insertion_point(class_scope:message.Process_manual_operation_msg)
|
|
|
+ private:
|
|
|
+ void set_has_base_info();
|
|
|
+ void clear_has_base_info();
|
|
|
+ void set_has_license();
|
|
|
+ void clear_has_license();
|
|
|
+ void set_has_step_type();
|
|
|
+ void clear_has_step_type();
|
|
|
+ void set_has_operate_type();
|
|
|
+ void clear_has_operate_type();
|
|
|
+
|
|
|
+ // helper for ByteSizeLong()
|
|
|
+ size_t RequiredFieldsByteSizeFallback() const;
|
|
|
+
|
|
|
+ ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
+ ::google::protobuf::internal::HasBits<1> _has_bits_;
|
|
|
+ mutable int _cached_size_;
|
|
|
+ ::google::protobuf::internal::ArenaStringPtr license_;
|
|
|
+ ::message::Base_info* base_info_;
|
|
|
+ int step_type_;
|
|
|
+ int operate_type_;
|
|
|
+ friend struct ::protobuf_central_5fcontrol_5fmessage_2eproto::TableStruct;
|
|
|
+ friend void ::protobuf_central_5fcontrol_5fmessage_2eproto::InitDefaultsProcess_manual_operation_msgImpl();
|
|
|
+};
|
|
|
// ===================================================================
|
|
|
|
|
|
|
|
@@ -336,9 +699,308 @@ Central_controller_statu_msg::mutable_export_statu_vector() {
|
|
|
return &export_statu_vector_;
|
|
|
}
|
|
|
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
+// Entrance_manual_operation_msg
|
|
|
+
|
|
|
+// required .message.Base_info base_info = 1;
|
|
|
+inline bool Entrance_manual_operation_msg::has_base_info() const {
|
|
|
+ return (_has_bits_[0] & 0x00000001u) != 0;
|
|
|
+}
|
|
|
+inline void Entrance_manual_operation_msg::set_has_base_info() {
|
|
|
+ _has_bits_[0] |= 0x00000001u;
|
|
|
+}
|
|
|
+inline void Entrance_manual_operation_msg::clear_has_base_info() {
|
|
|
+ _has_bits_[0] &= ~0x00000001u;
|
|
|
+}
|
|
|
+inline const ::message::Base_info& Entrance_manual_operation_msg::base_info() const {
|
|
|
+ const ::message::Base_info* p = base_info_;
|
|
|
+ // @@protoc_insertion_point(field_get:message.Entrance_manual_operation_msg.base_info)
|
|
|
+ return p != NULL ? *p : *reinterpret_cast<const ::message::Base_info*>(
|
|
|
+ &::message::_Base_info_default_instance_);
|
|
|
+}
|
|
|
+inline ::message::Base_info* Entrance_manual_operation_msg::release_base_info() {
|
|
|
+ // @@protoc_insertion_point(field_release:message.Entrance_manual_operation_msg.base_info)
|
|
|
+ clear_has_base_info();
|
|
|
+ ::message::Base_info* temp = base_info_;
|
|
|
+ base_info_ = NULL;
|
|
|
+ return temp;
|
|
|
+}
|
|
|
+inline ::message::Base_info* Entrance_manual_operation_msg::mutable_base_info() {
|
|
|
+ set_has_base_info();
|
|
|
+ if (base_info_ == NULL) {
|
|
|
+ base_info_ = new ::message::Base_info;
|
|
|
+ }
|
|
|
+ // @@protoc_insertion_point(field_mutable:message.Entrance_manual_operation_msg.base_info)
|
|
|
+ return base_info_;
|
|
|
+}
|
|
|
+inline void Entrance_manual_operation_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.Entrance_manual_operation_msg.base_info)
|
|
|
+}
|
|
|
+
|
|
|
+// required int32 terminal_id = 2;
|
|
|
+inline bool Entrance_manual_operation_msg::has_terminal_id() const {
|
|
|
+ return (_has_bits_[0] & 0x00000002u) != 0;
|
|
|
+}
|
|
|
+inline void Entrance_manual_operation_msg::set_has_terminal_id() {
|
|
|
+ _has_bits_[0] |= 0x00000002u;
|
|
|
+}
|
|
|
+inline void Entrance_manual_operation_msg::clear_has_terminal_id() {
|
|
|
+ _has_bits_[0] &= ~0x00000002u;
|
|
|
+}
|
|
|
+inline void Entrance_manual_operation_msg::clear_terminal_id() {
|
|
|
+ terminal_id_ = 0;
|
|
|
+ clear_has_terminal_id();
|
|
|
+}
|
|
|
+inline ::google::protobuf::int32 Entrance_manual_operation_msg::terminal_id() const {
|
|
|
+ // @@protoc_insertion_point(field_get:message.Entrance_manual_operation_msg.terminal_id)
|
|
|
+ return terminal_id_;
|
|
|
+}
|
|
|
+inline void Entrance_manual_operation_msg::set_terminal_id(::google::protobuf::int32 value) {
|
|
|
+ set_has_terminal_id();
|
|
|
+ terminal_id_ = value;
|
|
|
+ // @@protoc_insertion_point(field_set:message.Entrance_manual_operation_msg.terminal_id)
|
|
|
+}
|
|
|
+
|
|
|
+// required .message.Process_type process_type = 3;
|
|
|
+inline bool Entrance_manual_operation_msg::has_process_type() const {
|
|
|
+ return (_has_bits_[0] & 0x00000008u) != 0;
|
|
|
+}
|
|
|
+inline void Entrance_manual_operation_msg::set_has_process_type() {
|
|
|
+ _has_bits_[0] |= 0x00000008u;
|
|
|
+}
|
|
|
+inline void Entrance_manual_operation_msg::clear_has_process_type() {
|
|
|
+ _has_bits_[0] &= ~0x00000008u;
|
|
|
+}
|
|
|
+inline void Entrance_manual_operation_msg::clear_process_type() {
|
|
|
+ process_type_ = 1;
|
|
|
+ clear_has_process_type();
|
|
|
+}
|
|
|
+inline ::message::Process_type Entrance_manual_operation_msg::process_type() const {
|
|
|
+ // @@protoc_insertion_point(field_get:message.Entrance_manual_operation_msg.process_type)
|
|
|
+ return static_cast< ::message::Process_type >(process_type_);
|
|
|
+}
|
|
|
+inline void Entrance_manual_operation_msg::set_process_type(::message::Process_type value) {
|
|
|
+ assert(::message::Process_type_IsValid(value));
|
|
|
+ set_has_process_type();
|
|
|
+ process_type_ = value;
|
|
|
+ // @@protoc_insertion_point(field_set:message.Entrance_manual_operation_msg.process_type)
|
|
|
+}
|
|
|
+
|
|
|
+// required .message.Entrance_statu entrance_statu = 4;
|
|
|
+inline bool Entrance_manual_operation_msg::has_entrance_statu() const {
|
|
|
+ return (_has_bits_[0] & 0x00000004u) != 0;
|
|
|
+}
|
|
|
+inline void Entrance_manual_operation_msg::set_has_entrance_statu() {
|
|
|
+ _has_bits_[0] |= 0x00000004u;
|
|
|
+}
|
|
|
+inline void Entrance_manual_operation_msg::clear_has_entrance_statu() {
|
|
|
+ _has_bits_[0] &= ~0x00000004u;
|
|
|
+}
|
|
|
+inline void Entrance_manual_operation_msg::clear_entrance_statu() {
|
|
|
+ entrance_statu_ = 0;
|
|
|
+ clear_has_entrance_statu();
|
|
|
+}
|
|
|
+inline ::message::Entrance_statu Entrance_manual_operation_msg::entrance_statu() const {
|
|
|
+ // @@protoc_insertion_point(field_get:message.Entrance_manual_operation_msg.entrance_statu)
|
|
|
+ return static_cast< ::message::Entrance_statu >(entrance_statu_);
|
|
|
+}
|
|
|
+inline void Entrance_manual_operation_msg::set_entrance_statu(::message::Entrance_statu value) {
|
|
|
+ assert(::message::Entrance_statu_IsValid(value));
|
|
|
+ set_has_entrance_statu();
|
|
|
+ entrance_statu_ = value;
|
|
|
+ // @@protoc_insertion_point(field_set:message.Entrance_manual_operation_msg.entrance_statu)
|
|
|
+}
|
|
|
+
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
+// Process_manual_operation_msg
|
|
|
+
|
|
|
+// required .message.Base_info base_info = 1;
|
|
|
+inline bool Process_manual_operation_msg::has_base_info() const {
|
|
|
+ return (_has_bits_[0] & 0x00000002u) != 0;
|
|
|
+}
|
|
|
+inline void Process_manual_operation_msg::set_has_base_info() {
|
|
|
+ _has_bits_[0] |= 0x00000002u;
|
|
|
+}
|
|
|
+inline void Process_manual_operation_msg::clear_has_base_info() {
|
|
|
+ _has_bits_[0] &= ~0x00000002u;
|
|
|
+}
|
|
|
+inline const ::message::Base_info& Process_manual_operation_msg::base_info() const {
|
|
|
+ const ::message::Base_info* p = base_info_;
|
|
|
+ // @@protoc_insertion_point(field_get:message.Process_manual_operation_msg.base_info)
|
|
|
+ return p != NULL ? *p : *reinterpret_cast<const ::message::Base_info*>(
|
|
|
+ &::message::_Base_info_default_instance_);
|
|
|
+}
|
|
|
+inline ::message::Base_info* Process_manual_operation_msg::release_base_info() {
|
|
|
+ // @@protoc_insertion_point(field_release:message.Process_manual_operation_msg.base_info)
|
|
|
+ clear_has_base_info();
|
|
|
+ ::message::Base_info* temp = base_info_;
|
|
|
+ base_info_ = NULL;
|
|
|
+ return temp;
|
|
|
+}
|
|
|
+inline ::message::Base_info* Process_manual_operation_msg::mutable_base_info() {
|
|
|
+ set_has_base_info();
|
|
|
+ if (base_info_ == NULL) {
|
|
|
+ base_info_ = new ::message::Base_info;
|
|
|
+ }
|
|
|
+ // @@protoc_insertion_point(field_mutable:message.Process_manual_operation_msg.base_info)
|
|
|
+ return base_info_;
|
|
|
+}
|
|
|
+inline void Process_manual_operation_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.Process_manual_operation_msg.base_info)
|
|
|
+}
|
|
|
+
|
|
|
+// required string license = 2;
|
|
|
+inline bool Process_manual_operation_msg::has_license() const {
|
|
|
+ return (_has_bits_[0] & 0x00000001u) != 0;
|
|
|
+}
|
|
|
+inline void Process_manual_operation_msg::set_has_license() {
|
|
|
+ _has_bits_[0] |= 0x00000001u;
|
|
|
+}
|
|
|
+inline void Process_manual_operation_msg::clear_has_license() {
|
|
|
+ _has_bits_[0] &= ~0x00000001u;
|
|
|
+}
|
|
|
+inline void Process_manual_operation_msg::clear_license() {
|
|
|
+ license_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
+ clear_has_license();
|
|
|
+}
|
|
|
+inline const ::std::string& Process_manual_operation_msg::license() const {
|
|
|
+ // @@protoc_insertion_point(field_get:message.Process_manual_operation_msg.license)
|
|
|
+ return license_.GetNoArena();
|
|
|
+}
|
|
|
+inline void Process_manual_operation_msg::set_license(const ::std::string& value) {
|
|
|
+ set_has_license();
|
|
|
+ license_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
|
|
|
+ // @@protoc_insertion_point(field_set:message.Process_manual_operation_msg.license)
|
|
|
+}
|
|
|
+#if LANG_CXX11
|
|
|
+inline void Process_manual_operation_msg::set_license(::std::string&& value) {
|
|
|
+ set_has_license();
|
|
|
+ license_.SetNoArena(
|
|
|
+ &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
|
|
|
+ // @@protoc_insertion_point(field_set_rvalue:message.Process_manual_operation_msg.license)
|
|
|
+}
|
|
|
+#endif
|
|
|
+inline void Process_manual_operation_msg::set_license(const char* value) {
|
|
|
+ GOOGLE_DCHECK(value != NULL);
|
|
|
+ set_has_license();
|
|
|
+ license_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
|
|
|
+ // @@protoc_insertion_point(field_set_char:message.Process_manual_operation_msg.license)
|
|
|
+}
|
|
|
+inline void Process_manual_operation_msg::set_license(const char* value, size_t size) {
|
|
|
+ set_has_license();
|
|
|
+ license_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
|
|
|
+ ::std::string(reinterpret_cast<const char*>(value), size));
|
|
|
+ // @@protoc_insertion_point(field_set_pointer:message.Process_manual_operation_msg.license)
|
|
|
+}
|
|
|
+inline ::std::string* Process_manual_operation_msg::mutable_license() {
|
|
|
+ set_has_license();
|
|
|
+ // @@protoc_insertion_point(field_mutable:message.Process_manual_operation_msg.license)
|
|
|
+ return license_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
+}
|
|
|
+inline ::std::string* Process_manual_operation_msg::release_license() {
|
|
|
+ // @@protoc_insertion_point(field_release:message.Process_manual_operation_msg.license)
|
|
|
+ clear_has_license();
|
|
|
+ return license_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
+}
|
|
|
+inline void Process_manual_operation_msg::set_allocated_license(::std::string* license) {
|
|
|
+ if (license != NULL) {
|
|
|
+ set_has_license();
|
|
|
+ } else {
|
|
|
+ clear_has_license();
|
|
|
+ }
|
|
|
+ license_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), license);
|
|
|
+ // @@protoc_insertion_point(field_set_allocated:message.Process_manual_operation_msg.license)
|
|
|
+}
|
|
|
+
|
|
|
+// required .message.Step_type step_type = 3;
|
|
|
+inline bool Process_manual_operation_msg::has_step_type() const {
|
|
|
+ return (_has_bits_[0] & 0x00000004u) != 0;
|
|
|
+}
|
|
|
+inline void Process_manual_operation_msg::set_has_step_type() {
|
|
|
+ _has_bits_[0] |= 0x00000004u;
|
|
|
+}
|
|
|
+inline void Process_manual_operation_msg::clear_has_step_type() {
|
|
|
+ _has_bits_[0] &= ~0x00000004u;
|
|
|
+}
|
|
|
+inline void Process_manual_operation_msg::clear_step_type() {
|
|
|
+ step_type_ = 0;
|
|
|
+ clear_has_step_type();
|
|
|
+}
|
|
|
+inline ::message::Step_type Process_manual_operation_msg::step_type() const {
|
|
|
+ // @@protoc_insertion_point(field_get:message.Process_manual_operation_msg.step_type)
|
|
|
+ return static_cast< ::message::Step_type >(step_type_);
|
|
|
+}
|
|
|
+inline void Process_manual_operation_msg::set_step_type(::message::Step_type value) {
|
|
|
+ assert(::message::Step_type_IsValid(value));
|
|
|
+ set_has_step_type();
|
|
|
+ step_type_ = value;
|
|
|
+ // @@protoc_insertion_point(field_set:message.Process_manual_operation_msg.step_type)
|
|
|
+}
|
|
|
+
|
|
|
+// required .message.Process_operation_type operate_type = 4;
|
|
|
+inline bool Process_manual_operation_msg::has_operate_type() const {
|
|
|
+ return (_has_bits_[0] & 0x00000008u) != 0;
|
|
|
+}
|
|
|
+inline void Process_manual_operation_msg::set_has_operate_type() {
|
|
|
+ _has_bits_[0] |= 0x00000008u;
|
|
|
+}
|
|
|
+inline void Process_manual_operation_msg::clear_has_operate_type() {
|
|
|
+ _has_bits_[0] &= ~0x00000008u;
|
|
|
+}
|
|
|
+inline void Process_manual_operation_msg::clear_operate_type() {
|
|
|
+ operate_type_ = 0;
|
|
|
+ clear_has_operate_type();
|
|
|
+}
|
|
|
+inline ::message::Process_operation_type Process_manual_operation_msg::operate_type() const {
|
|
|
+ // @@protoc_insertion_point(field_get:message.Process_manual_operation_msg.operate_type)
|
|
|
+ return static_cast< ::message::Process_operation_type >(operate_type_);
|
|
|
+}
|
|
|
+inline void Process_manual_operation_msg::set_operate_type(::message::Process_operation_type value) {
|
|
|
+ assert(::message::Process_operation_type_IsValid(value));
|
|
|
+ set_has_operate_type();
|
|
|
+ operate_type_ = value;
|
|
|
+ // @@protoc_insertion_point(field_set:message.Process_manual_operation_msg.operate_type)
|
|
|
+}
|
|
|
+
|
|
|
#ifdef __GNUC__
|
|
|
#pragma GCC diagnostic pop
|
|
|
#endif // __GNUC__
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
|
|
|
// @@protoc_insertion_point(namespace_scope)
|
|
|
|
|
@@ -352,6 +1014,16 @@ template <>
|
|
|
inline const EnumDescriptor* GetEnumDescriptor< ::message::Entrance_statu>() {
|
|
|
return ::message::Entrance_statu_descriptor();
|
|
|
}
|
|
|
+template <> struct is_proto_enum< ::message::Step_type> : ::google::protobuf::internal::true_type {};
|
|
|
+template <>
|
|
|
+inline const EnumDescriptor* GetEnumDescriptor< ::message::Step_type>() {
|
|
|
+ return ::message::Step_type_descriptor();
|
|
|
+}
|
|
|
+template <> struct is_proto_enum< ::message::Process_operation_type> : ::google::protobuf::internal::true_type {};
|
|
|
+template <>
|
|
|
+inline const EnumDescriptor* GetEnumDescriptor< ::message::Process_operation_type>() {
|
|
|
+ return ::message::Process_operation_type_descriptor();
|
|
|
+}
|
|
|
|
|
|
} // namespace protobuf
|
|
|
} // namespace google
|