|
@@ -0,0 +1,577 @@
|
|
|
+// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
+// source: central_control_message.proto
|
|
|
+
|
|
|
+#include "central_control_message.pb.h"
|
|
|
+
|
|
|
+#include <algorithm>
|
|
|
+
|
|
|
+#include <google/protobuf/stubs/common.h>
|
|
|
+#include <google/protobuf/stubs/port.h>
|
|
|
+#include <google/protobuf/stubs/once.h>
|
|
|
+#include <google/protobuf/io/coded_stream.h>
|
|
|
+#include <google/protobuf/wire_format_lite_inl.h>
|
|
|
+#include <google/protobuf/descriptor.h>
|
|
|
+#include <google/protobuf/generated_message_reflection.h>
|
|
|
+#include <google/protobuf/reflection_ops.h>
|
|
|
+#include <google/protobuf/wire_format.h>
|
|
|
+// This is a temporary google only hack
|
|
|
+#ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
|
|
|
+#include "third_party/protobuf/version.h"
|
|
|
+#endif
|
|
|
+// @@protoc_insertion_point(includes)
|
|
|
+namespace message {
|
|
|
+class Central_controller_statu_msgDefaultTypeInternal {
|
|
|
+ public:
|
|
|
+ ::google::protobuf::internal::ExplicitlyConstructed<Central_controller_statu_msg>
|
|
|
+ _instance;
|
|
|
+} _Central_controller_statu_msg_default_instance_;
|
|
|
+} // namespace message
|
|
|
+namespace protobuf_central_5fcontrol_5fmessage_2eproto {
|
|
|
+void InitDefaultsCentral_controller_statu_msgImpl() {
|
|
|
+ GOOGLE_PROTOBUF_VERIFY_VERSION;
|
|
|
+
|
|
|
+#ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
|
|
|
+ ::google::protobuf::internal::InitProtobufDefaultsForceUnique();
|
|
|
+#else
|
|
|
+ ::google::protobuf::internal::InitProtobufDefaults();
|
|
|
+#endif // GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
|
|
|
+ protobuf_message_5fbase_2eproto::InitDefaultsBase_info();
|
|
|
+ {
|
|
|
+ void* ptr = &::message::_Central_controller_statu_msg_default_instance_;
|
|
|
+ new (ptr) ::message::Central_controller_statu_msg();
|
|
|
+ ::google::protobuf::internal::OnShutdownDestroyMessage(ptr);
|
|
|
+ }
|
|
|
+ ::message::Central_controller_statu_msg::InitAsDefaultInstance();
|
|
|
+}
|
|
|
+
|
|
|
+void InitDefaultsCentral_controller_statu_msg() {
|
|
|
+ static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
|
|
|
+ ::google::protobuf::GoogleOnceInit(&once, &InitDefaultsCentral_controller_statu_msgImpl);
|
|
|
+}
|
|
|
+
|
|
|
+::google::protobuf::Metadata file_level_metadata[1];
|
|
|
+const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors[1];
|
|
|
+
|
|
|
+const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
|
|
|
+ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Central_controller_statu_msg, _has_bits_),
|
|
|
+ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Central_controller_statu_msg, _internal_metadata_),
|
|
|
+ ~0u, // no _extensions_
|
|
|
+ ~0u, // no _oneof_case_
|
|
|
+ ~0u, // no _weak_field_map_
|
|
|
+ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Central_controller_statu_msg, base_info_),
|
|
|
+ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Central_controller_statu_msg, paused_),
|
|
|
+ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Central_controller_statu_msg, entrance_statu_vector_),
|
|
|
+ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Central_controller_statu_msg, export_statu_vector_),
|
|
|
+ 0,
|
|
|
+ 1,
|
|
|
+ ~0u,
|
|
|
+ ~0u,
|
|
|
+};
|
|
|
+static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
|
|
|
+ { 0, 9, sizeof(::message::Central_controller_statu_msg)},
|
|
|
+};
|
|
|
+
|
|
|
+static ::google::protobuf::Message const * const file_default_instances[] = {
|
|
|
+ reinterpret_cast<const ::google::protobuf::Message*>(&::message::_Central_controller_statu_msg_default_instance_),
|
|
|
+};
|
|
|
+
|
|
|
+void protobuf_AssignDescriptors() {
|
|
|
+ AddDescriptors();
|
|
|
+ ::google::protobuf::MessageFactory* factory = NULL;
|
|
|
+ AssignDescriptors(
|
|
|
+ "central_control_message.proto", schemas, file_default_instances, TableStruct::offsets, factory,
|
|
|
+ file_level_metadata, file_level_enum_descriptors, NULL);
|
|
|
+}
|
|
|
+
|
|
|
+void protobuf_AssignDescriptorsOnce() {
|
|
|
+ static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
|
|
|
+ ::google::protobuf::GoogleOnceInit(&once, &protobuf_AssignDescriptors);
|
|
|
+}
|
|
|
+
|
|
|
+void protobuf_RegisterTypes(const ::std::string&) GOOGLE_PROTOBUF_ATTRIBUTE_COLD;
|
|
|
+void protobuf_RegisterTypes(const ::std::string&) {
|
|
|
+ protobuf_AssignDescriptorsOnce();
|
|
|
+ ::google::protobuf::internal::RegisterAllTypes(file_level_metadata, 1);
|
|
|
+}
|
|
|
+
|
|
|
+void AddDescriptorsImpl() {
|
|
|
+ InitDefaults();
|
|
|
+ static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
|
|
|
+ "\n\035central_control_message.proto\022\007message"
|
|
|
+ "\032\022message_base.proto\"\303\001\n\034Central_control"
|
|
|
+ "ler_statu_msg\022%\n\tbase_info\030\001 \002(\0132\022.messa"
|
|
|
+ "ge.Base_info\022\016\n\006paused\030\002 \002(\010\0226\n\025entrance"
|
|
|
+ "_statu_vector\030\003 \003(\0162\027.message.Entrance_s"
|
|
|
+ "tatu\0224\n\023export_statu_vector\030\004 \003(\0162\027.mess"
|
|
|
+ "age.Entrance_statu*+\n\016Entrance_statu\022\013\n\007"
|
|
|
+ "eEnable\020\000\022\014\n\010eDisable\020\001"
|
|
|
+ };
|
|
|
+ ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
|
|
|
+ descriptor, 303);
|
|
|
+ ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
|
|
|
+ "central_control_message.proto", &protobuf_RegisterTypes);
|
|
|
+ ::protobuf_message_5fbase_2eproto::AddDescriptors();
|
|
|
+}
|
|
|
+
|
|
|
+void AddDescriptors() {
|
|
|
+ static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
|
|
|
+ ::google::protobuf::GoogleOnceInit(&once, &AddDescriptorsImpl);
|
|
|
+}
|
|
|
+// Force AddDescriptors() to be called at dynamic initialization time.
|
|
|
+struct StaticDescriptorInitializer {
|
|
|
+ StaticDescriptorInitializer() {
|
|
|
+ AddDescriptors();
|
|
|
+ }
|
|
|
+} static_descriptor_initializer;
|
|
|
+} // namespace protobuf_central_5fcontrol_5fmessage_2eproto
|
|
|
+namespace message {
|
|
|
+const ::google::protobuf::EnumDescriptor* Entrance_statu_descriptor() {
|
|
|
+ protobuf_central_5fcontrol_5fmessage_2eproto::protobuf_AssignDescriptorsOnce();
|
|
|
+ return protobuf_central_5fcontrol_5fmessage_2eproto::file_level_enum_descriptors[0];
|
|
|
+}
|
|
|
+bool Entrance_statu_IsValid(int value) {
|
|
|
+ switch (value) {
|
|
|
+ case 0:
|
|
|
+ case 1:
|
|
|
+ return true;
|
|
|
+ default:
|
|
|
+ return false;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+// ===================================================================
|
|
|
+
|
|
|
+void Central_controller_statu_msg::InitAsDefaultInstance() {
|
|
|
+ ::message::_Central_controller_statu_msg_default_instance_._instance.get_mutable()->base_info_ = const_cast< ::message::Base_info*>(
|
|
|
+ ::message::Base_info::internal_default_instance());
|
|
|
+}
|
|
|
+void Central_controller_statu_msg::clear_base_info() {
|
|
|
+ if (base_info_ != NULL) base_info_->Clear();
|
|
|
+ clear_has_base_info();
|
|
|
+}
|
|
|
+#if !defined(_MSC_VER) || _MSC_VER >= 1900
|
|
|
+const int Central_controller_statu_msg::kBaseInfoFieldNumber;
|
|
|
+const int Central_controller_statu_msg::kPausedFieldNumber;
|
|
|
+const int Central_controller_statu_msg::kEntranceStatuVectorFieldNumber;
|
|
|
+const int Central_controller_statu_msg::kExportStatuVectorFieldNumber;
|
|
|
+#endif // !defined(_MSC_VER) || _MSC_VER >= 1900
|
|
|
+
|
|
|
+Central_controller_statu_msg::Central_controller_statu_msg()
|
|
|
+ : ::google::protobuf::Message(), _internal_metadata_(NULL) {
|
|
|
+ if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
|
|
|
+ ::protobuf_central_5fcontrol_5fmessage_2eproto::InitDefaultsCentral_controller_statu_msg();
|
|
|
+ }
|
|
|
+ SharedCtor();
|
|
|
+ // @@protoc_insertion_point(constructor:message.Central_controller_statu_msg)
|
|
|
+}
|
|
|
+Central_controller_statu_msg::Central_controller_statu_msg(const Central_controller_statu_msg& from)
|
|
|
+ : ::google::protobuf::Message(),
|
|
|
+ _internal_metadata_(NULL),
|
|
|
+ _has_bits_(from._has_bits_),
|
|
|
+ _cached_size_(0),
|
|
|
+ entrance_statu_vector_(from.entrance_statu_vector_),
|
|
|
+ export_statu_vector_(from.export_statu_vector_) {
|
|
|
+ _internal_metadata_.MergeFrom(from._internal_metadata_);
|
|
|
+ if (from.has_base_info()) {
|
|
|
+ base_info_ = new ::message::Base_info(*from.base_info_);
|
|
|
+ } else {
|
|
|
+ base_info_ = NULL;
|
|
|
+ }
|
|
|
+ paused_ = from.paused_;
|
|
|
+ // @@protoc_insertion_point(copy_constructor:message.Central_controller_statu_msg)
|
|
|
+}
|
|
|
+
|
|
|
+void Central_controller_statu_msg::SharedCtor() {
|
|
|
+ _cached_size_ = 0;
|
|
|
+ ::memset(&base_info_, 0, static_cast<size_t>(
|
|
|
+ reinterpret_cast<char*>(&paused_) -
|
|
|
+ reinterpret_cast<char*>(&base_info_)) + sizeof(paused_));
|
|
|
+}
|
|
|
+
|
|
|
+Central_controller_statu_msg::~Central_controller_statu_msg() {
|
|
|
+ // @@protoc_insertion_point(destructor:message.Central_controller_statu_msg)
|
|
|
+ SharedDtor();
|
|
|
+}
|
|
|
+
|
|
|
+void Central_controller_statu_msg::SharedDtor() {
|
|
|
+ if (this != internal_default_instance()) delete base_info_;
|
|
|
+}
|
|
|
+
|
|
|
+void Central_controller_statu_msg::SetCachedSize(int size) const {
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
|
|
|
+ _cached_size_ = size;
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_END();
|
|
|
+}
|
|
|
+const ::google::protobuf::Descriptor* Central_controller_statu_msg::descriptor() {
|
|
|
+ ::protobuf_central_5fcontrol_5fmessage_2eproto::protobuf_AssignDescriptorsOnce();
|
|
|
+ return ::protobuf_central_5fcontrol_5fmessage_2eproto::file_level_metadata[kIndexInFileMessages].descriptor;
|
|
|
+}
|
|
|
+
|
|
|
+const Central_controller_statu_msg& Central_controller_statu_msg::default_instance() {
|
|
|
+ ::protobuf_central_5fcontrol_5fmessage_2eproto::InitDefaultsCentral_controller_statu_msg();
|
|
|
+ return *internal_default_instance();
|
|
|
+}
|
|
|
+
|
|
|
+Central_controller_statu_msg* Central_controller_statu_msg::New(::google::protobuf::Arena* arena) const {
|
|
|
+ Central_controller_statu_msg* n = new Central_controller_statu_msg;
|
|
|
+ if (arena != NULL) {
|
|
|
+ arena->Own(n);
|
|
|
+ }
|
|
|
+ return n;
|
|
|
+}
|
|
|
+
|
|
|
+void Central_controller_statu_msg::Clear() {
|
|
|
+// @@protoc_insertion_point(message_clear_start:message.Central_controller_statu_msg)
|
|
|
+ ::google::protobuf::uint32 cached_has_bits = 0;
|
|
|
+ // Prevent compiler warnings about cached_has_bits being unused
|
|
|
+ (void) cached_has_bits;
|
|
|
+
|
|
|
+ entrance_statu_vector_.Clear();
|
|
|
+ export_statu_vector_.Clear();
|
|
|
+ cached_has_bits = _has_bits_[0];
|
|
|
+ if (cached_has_bits & 0x00000001u) {
|
|
|
+ GOOGLE_DCHECK(base_info_ != NULL);
|
|
|
+ base_info_->Clear();
|
|
|
+ }
|
|
|
+ paused_ = false;
|
|
|
+ _has_bits_.Clear();
|
|
|
+ _internal_metadata_.Clear();
|
|
|
+}
|
|
|
+
|
|
|
+bool Central_controller_statu_msg::MergePartialFromCodedStream(
|
|
|
+ ::google::protobuf::io::CodedInputStream* input) {
|
|
|
+#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
|
|
|
+ ::google::protobuf::uint32 tag;
|
|
|
+ // @@protoc_insertion_point(parse_start:message.Central_controller_statu_msg)
|
|
|
+ for (;;) {
|
|
|
+ ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
|
|
|
+ tag = p.first;
|
|
|
+ if (!p.second) goto handle_unusual;
|
|
|
+ switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
|
+ // required .message.Base_info base_info = 1;
|
|
|
+ case 1: {
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
+ static_cast< ::google::protobuf::uint8>(10u /* 10 & 0xFF */)) {
|
|
|
+ DO_(::google::protobuf::internal::WireFormatLite::ReadMessage(
|
|
|
+ input, mutable_base_info()));
|
|
|
+ } else {
|
|
|
+ goto handle_unusual;
|
|
|
+ }
|
|
|
+ break;
|
|
|
+ }
|
|
|
+
|
|
|
+ // required bool paused = 2;
|
|
|
+ case 2: {
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
+ static_cast< ::google::protobuf::uint8>(16u /* 16 & 0xFF */)) {
|
|
|
+ set_has_paused();
|
|
|
+ DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
|
+ bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
|
|
|
+ input, &paused_)));
|
|
|
+ } else {
|
|
|
+ goto handle_unusual;
|
|
|
+ }
|
|
|
+ break;
|
|
|
+ }
|
|
|
+
|
|
|
+ // repeated .message.Entrance_statu entrance_statu_vector = 3;
|
|
|
+ case 3: {
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
+ static_cast< ::google::protobuf::uint8>(24u /* 24 & 0xFF */)) {
|
|
|
+ int value;
|
|
|
+ DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
|
+ int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
|
|
|
+ input, &value)));
|
|
|
+ if (::message::Entrance_statu_IsValid(value)) {
|
|
|
+ add_entrance_statu_vector(static_cast< ::message::Entrance_statu >(value));
|
|
|
+ } else {
|
|
|
+ mutable_unknown_fields()->AddVarint(
|
|
|
+ 3, static_cast< ::google::protobuf::uint64>(value));
|
|
|
+ }
|
|
|
+ } else if (
|
|
|
+ static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
+ static_cast< ::google::protobuf::uint8>(26u /* 26 & 0xFF */)) {
|
|
|
+ DO_((::google::protobuf::internal::WireFormat::ReadPackedEnumPreserveUnknowns(
|
|
|
+ input,
|
|
|
+ 3,
|
|
|
+ ::message::Entrance_statu_IsValid,
|
|
|
+ mutable_unknown_fields(),
|
|
|
+ this->mutable_entrance_statu_vector())));
|
|
|
+ } else {
|
|
|
+ goto handle_unusual;
|
|
|
+ }
|
|
|
+ break;
|
|
|
+ }
|
|
|
+
|
|
|
+ // repeated .message.Entrance_statu export_statu_vector = 4;
|
|
|
+ case 4: {
|
|
|
+ if (static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
+ static_cast< ::google::protobuf::uint8>(32u /* 32 & 0xFF */)) {
|
|
|
+ int value;
|
|
|
+ DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
|
|
|
+ int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
|
|
|
+ input, &value)));
|
|
|
+ if (::message::Entrance_statu_IsValid(value)) {
|
|
|
+ add_export_statu_vector(static_cast< ::message::Entrance_statu >(value));
|
|
|
+ } else {
|
|
|
+ mutable_unknown_fields()->AddVarint(
|
|
|
+ 4, static_cast< ::google::protobuf::uint64>(value));
|
|
|
+ }
|
|
|
+ } else if (
|
|
|
+ static_cast< ::google::protobuf::uint8>(tag) ==
|
|
|
+ static_cast< ::google::protobuf::uint8>(34u /* 34 & 0xFF */)) {
|
|
|
+ DO_((::google::protobuf::internal::WireFormat::ReadPackedEnumPreserveUnknowns(
|
|
|
+ input,
|
|
|
+ 4,
|
|
|
+ ::message::Entrance_statu_IsValid,
|
|
|
+ mutable_unknown_fields(),
|
|
|
+ this->mutable_export_statu_vector())));
|
|
|
+ } else {
|
|
|
+ goto handle_unusual;
|
|
|
+ }
|
|
|
+ break;
|
|
|
+ }
|
|
|
+
|
|
|
+ default: {
|
|
|
+ handle_unusual:
|
|
|
+ if (tag == 0) {
|
|
|
+ goto success;
|
|
|
+ }
|
|
|
+ DO_(::google::protobuf::internal::WireFormat::SkipField(
|
|
|
+ input, tag, _internal_metadata_.mutable_unknown_fields()));
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+success:
|
|
|
+ // @@protoc_insertion_point(parse_success:message.Central_controller_statu_msg)
|
|
|
+ return true;
|
|
|
+failure:
|
|
|
+ // @@protoc_insertion_point(parse_failure:message.Central_controller_statu_msg)
|
|
|
+ return false;
|
|
|
+#undef DO_
|
|
|
+}
|
|
|
+
|
|
|
+void Central_controller_statu_msg::SerializeWithCachedSizes(
|
|
|
+ ::google::protobuf::io::CodedOutputStream* output) const {
|
|
|
+ // @@protoc_insertion_point(serialize_start:message.Central_controller_statu_msg)
|
|
|
+ ::google::protobuf::uint32 cached_has_bits = 0;
|
|
|
+ (void) cached_has_bits;
|
|
|
+
|
|
|
+ cached_has_bits = _has_bits_[0];
|
|
|
+ // required .message.Base_info base_info = 1;
|
|
|
+ if (cached_has_bits & 0x00000001u) {
|
|
|
+ ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
|
|
|
+ 1, *this->base_info_, output);
|
|
|
+ }
|
|
|
+
|
|
|
+ // required bool paused = 2;
|
|
|
+ if (cached_has_bits & 0x00000002u) {
|
|
|
+ ::google::protobuf::internal::WireFormatLite::WriteBool(2, this->paused(), output);
|
|
|
+ }
|
|
|
+
|
|
|
+ // repeated .message.Entrance_statu entrance_statu_vector = 3;
|
|
|
+ for (int i = 0, n = this->entrance_statu_vector_size(); i < n; i++) {
|
|
|
+ ::google::protobuf::internal::WireFormatLite::WriteEnum(
|
|
|
+ 3, this->entrance_statu_vector(i), output);
|
|
|
+ }
|
|
|
+
|
|
|
+ // repeated .message.Entrance_statu export_statu_vector = 4;
|
|
|
+ for (int i = 0, n = this->export_statu_vector_size(); i < n; i++) {
|
|
|
+ ::google::protobuf::internal::WireFormatLite::WriteEnum(
|
|
|
+ 4, this->export_statu_vector(i), output);
|
|
|
+ }
|
|
|
+
|
|
|
+ if (_internal_metadata_.have_unknown_fields()) {
|
|
|
+ ::google::protobuf::internal::WireFormat::SerializeUnknownFields(
|
|
|
+ _internal_metadata_.unknown_fields(), output);
|
|
|
+ }
|
|
|
+ // @@protoc_insertion_point(serialize_end:message.Central_controller_statu_msg)
|
|
|
+}
|
|
|
+
|
|
|
+::google::protobuf::uint8* Central_controller_statu_msg::InternalSerializeWithCachedSizesToArray(
|
|
|
+ bool deterministic, ::google::protobuf::uint8* target) const {
|
|
|
+ (void)deterministic; // Unused
|
|
|
+ // @@protoc_insertion_point(serialize_to_array_start:message.Central_controller_statu_msg)
|
|
|
+ ::google::protobuf::uint32 cached_has_bits = 0;
|
|
|
+ (void) cached_has_bits;
|
|
|
+
|
|
|
+ cached_has_bits = _has_bits_[0];
|
|
|
+ // required .message.Base_info base_info = 1;
|
|
|
+ if (cached_has_bits & 0x00000001u) {
|
|
|
+ target = ::google::protobuf::internal::WireFormatLite::
|
|
|
+ InternalWriteMessageToArray(
|
|
|
+ 1, *this->base_info_, deterministic, target);
|
|
|
+ }
|
|
|
+
|
|
|
+ // required bool paused = 2;
|
|
|
+ if (cached_has_bits & 0x00000002u) {
|
|
|
+ target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(2, this->paused(), target);
|
|
|
+ }
|
|
|
+
|
|
|
+ // repeated .message.Entrance_statu entrance_statu_vector = 3;
|
|
|
+ target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray(
|
|
|
+ 3, this->entrance_statu_vector_, target);
|
|
|
+
|
|
|
+ // repeated .message.Entrance_statu export_statu_vector = 4;
|
|
|
+ target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray(
|
|
|
+ 4, this->export_statu_vector_, target);
|
|
|
+
|
|
|
+ if (_internal_metadata_.have_unknown_fields()) {
|
|
|
+ target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
|
|
|
+ _internal_metadata_.unknown_fields(), target);
|
|
|
+ }
|
|
|
+ // @@protoc_insertion_point(serialize_to_array_end:message.Central_controller_statu_msg)
|
|
|
+ return target;
|
|
|
+}
|
|
|
+
|
|
|
+size_t Central_controller_statu_msg::RequiredFieldsByteSizeFallback() const {
|
|
|
+// @@protoc_insertion_point(required_fields_byte_size_fallback_start:message.Central_controller_statu_msg)
|
|
|
+ size_t total_size = 0;
|
|
|
+
|
|
|
+ if (has_base_info()) {
|
|
|
+ // required .message.Base_info base_info = 1;
|
|
|
+ total_size += 1 +
|
|
|
+ ::google::protobuf::internal::WireFormatLite::MessageSize(
|
|
|
+ *this->base_info_);
|
|
|
+ }
|
|
|
+
|
|
|
+ if (has_paused()) {
|
|
|
+ // required bool paused = 2;
|
|
|
+ total_size += 1 + 1;
|
|
|
+ }
|
|
|
+
|
|
|
+ return total_size;
|
|
|
+}
|
|
|
+size_t Central_controller_statu_msg::ByteSizeLong() const {
|
|
|
+// @@protoc_insertion_point(message_byte_size_start:message.Central_controller_statu_msg)
|
|
|
+ size_t total_size = 0;
|
|
|
+
|
|
|
+ if (_internal_metadata_.have_unknown_fields()) {
|
|
|
+ total_size +=
|
|
|
+ ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
|
|
|
+ _internal_metadata_.unknown_fields());
|
|
|
+ }
|
|
|
+ if (((_has_bits_[0] & 0x00000003) ^ 0x00000003) == 0) { // All required fields are present.
|
|
|
+ // required .message.Base_info base_info = 1;
|
|
|
+ total_size += 1 +
|
|
|
+ ::google::protobuf::internal::WireFormatLite::MessageSize(
|
|
|
+ *this->base_info_);
|
|
|
+
|
|
|
+ // required bool paused = 2;
|
|
|
+ total_size += 1 + 1;
|
|
|
+
|
|
|
+ } else {
|
|
|
+ total_size += RequiredFieldsByteSizeFallback();
|
|
|
+ }
|
|
|
+ // repeated .message.Entrance_statu entrance_statu_vector = 3;
|
|
|
+ {
|
|
|
+ size_t data_size = 0;
|
|
|
+ unsigned int count = static_cast<unsigned int>(this->entrance_statu_vector_size());for (unsigned int i = 0; i < count; i++) {
|
|
|
+ data_size += ::google::protobuf::internal::WireFormatLite::EnumSize(
|
|
|
+ this->entrance_statu_vector(static_cast<int>(i)));
|
|
|
+ }
|
|
|
+ total_size += (1UL * count) + data_size;
|
|
|
+ }
|
|
|
+
|
|
|
+ // repeated .message.Entrance_statu export_statu_vector = 4;
|
|
|
+ {
|
|
|
+ size_t data_size = 0;
|
|
|
+ unsigned int count = static_cast<unsigned int>(this->export_statu_vector_size());for (unsigned int i = 0; i < count; i++) {
|
|
|
+ data_size += ::google::protobuf::internal::WireFormatLite::EnumSize(
|
|
|
+ this->export_statu_vector(static_cast<int>(i)));
|
|
|
+ }
|
|
|
+ total_size += (1UL * count) + data_size;
|
|
|
+ }
|
|
|
+
|
|
|
+ int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
|
|
|
+ _cached_size_ = cached_size;
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_END();
|
|
|
+ return total_size;
|
|
|
+}
|
|
|
+
|
|
|
+void Central_controller_statu_msg::MergeFrom(const ::google::protobuf::Message& from) {
|
|
|
+// @@protoc_insertion_point(generalized_merge_from_start:message.Central_controller_statu_msg)
|
|
|
+ GOOGLE_DCHECK_NE(&from, this);
|
|
|
+ const Central_controller_statu_msg* source =
|
|
|
+ ::google::protobuf::internal::DynamicCastToGenerated<const Central_controller_statu_msg>(
|
|
|
+ &from);
|
|
|
+ if (source == NULL) {
|
|
|
+ // @@protoc_insertion_point(generalized_merge_from_cast_fail:message.Central_controller_statu_msg)
|
|
|
+ ::google::protobuf::internal::ReflectionOps::Merge(from, this);
|
|
|
+ } else {
|
|
|
+ // @@protoc_insertion_point(generalized_merge_from_cast_success:message.Central_controller_statu_msg)
|
|
|
+ MergeFrom(*source);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+void Central_controller_statu_msg::MergeFrom(const Central_controller_statu_msg& from) {
|
|
|
+// @@protoc_insertion_point(class_specific_merge_from_start:message.Central_controller_statu_msg)
|
|
|
+ GOOGLE_DCHECK_NE(&from, this);
|
|
|
+ _internal_metadata_.MergeFrom(from._internal_metadata_);
|
|
|
+ ::google::protobuf::uint32 cached_has_bits = 0;
|
|
|
+ (void) cached_has_bits;
|
|
|
+
|
|
|
+ entrance_statu_vector_.MergeFrom(from.entrance_statu_vector_);
|
|
|
+ export_statu_vector_.MergeFrom(from.export_statu_vector_);
|
|
|
+ cached_has_bits = from._has_bits_[0];
|
|
|
+ if (cached_has_bits & 3u) {
|
|
|
+ if (cached_has_bits & 0x00000001u) {
|
|
|
+ mutable_base_info()->::message::Base_info::MergeFrom(from.base_info());
|
|
|
+ }
|
|
|
+ if (cached_has_bits & 0x00000002u) {
|
|
|
+ paused_ = from.paused_;
|
|
|
+ }
|
|
|
+ _has_bits_[0] |= cached_has_bits;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+void Central_controller_statu_msg::CopyFrom(const ::google::protobuf::Message& from) {
|
|
|
+// @@protoc_insertion_point(generalized_copy_from_start:message.Central_controller_statu_msg)
|
|
|
+ if (&from == this) return;
|
|
|
+ Clear();
|
|
|
+ MergeFrom(from);
|
|
|
+}
|
|
|
+
|
|
|
+void Central_controller_statu_msg::CopyFrom(const Central_controller_statu_msg& from) {
|
|
|
+// @@protoc_insertion_point(class_specific_copy_from_start:message.Central_controller_statu_msg)
|
|
|
+ if (&from == this) return;
|
|
|
+ Clear();
|
|
|
+ MergeFrom(from);
|
|
|
+}
|
|
|
+
|
|
|
+bool Central_controller_statu_msg::IsInitialized() const {
|
|
|
+ if ((_has_bits_[0] & 0x00000003) != 0x00000003) return false;
|
|
|
+ if (has_base_info()) {
|
|
|
+ if (!this->base_info_->IsInitialized()) return false;
|
|
|
+ }
|
|
|
+ return true;
|
|
|
+}
|
|
|
+
|
|
|
+void Central_controller_statu_msg::Swap(Central_controller_statu_msg* other) {
|
|
|
+ if (other == this) return;
|
|
|
+ InternalSwap(other);
|
|
|
+}
|
|
|
+void Central_controller_statu_msg::InternalSwap(Central_controller_statu_msg* other) {
|
|
|
+ using std::swap;
|
|
|
+ entrance_statu_vector_.InternalSwap(&other->entrance_statu_vector_);
|
|
|
+ export_statu_vector_.InternalSwap(&other->export_statu_vector_);
|
|
|
+ swap(base_info_, other->base_info_);
|
|
|
+ swap(paused_, other->paused_);
|
|
|
+ swap(_has_bits_[0], other->_has_bits_[0]);
|
|
|
+ _internal_metadata_.Swap(&other->_internal_metadata_);
|
|
|
+ swap(_cached_size_, other->_cached_size_);
|
|
|
+}
|
|
|
+
|
|
|
+::google::protobuf::Metadata Central_controller_statu_msg::GetMetadata() const {
|
|
|
+ protobuf_central_5fcontrol_5fmessage_2eproto::protobuf_AssignDescriptorsOnce();
|
|
|
+ return ::protobuf_central_5fcontrol_5fmessage_2eproto::file_level_metadata[kIndexInFileMessages];
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+// @@protoc_insertion_point(namespace_scope)
|
|
|
+} // namespace message
|
|
|
+
|
|
|
+// @@protoc_insertion_point(global_scope)
|