// Generated by the protocol buffer compiler. DO NOT EDIT! // source: central_control_message.proto #include "central_control_message.pb.h" #include #include #include #include #include #include #include #include #include #include // 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 _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, entrance_statu_vector_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Central_controller_statu_msg, export_statu_vector_), 0, ~0u, ~0u, }; static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { 0, 8, sizeof(::message::Central_controller_statu_msg)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::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\"\263\001\n\034Central_control" "ler_statu_msg\022%\n\tbase_info\030\001 \002(\0132\022.messa" "ge.Base_info\0226\n\025entrance_statu_vector\030\002 " "\003(\0162\027.message.Entrance_statu\0224\n\023export_s" "tatu_vector\030\003 \003(\0162\027.message.Entrance_sta" "tu*8\n\016Entrance_statu\022\013\n\007eEnable\020\000\022\014\n\010eDi" "sable\020\001\022\013\n\007ePaused\020\002" }; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( descriptor, 300); ::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: case 2: 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::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; } // @@protoc_insertion_point(copy_constructor:message.Central_controller_statu_msg) } void Central_controller_statu_msg::SharedCtor() { _cached_size_ = 0; base_info_ = NULL; } 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(); } _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; } // repeated .message.Entrance_statu entrance_statu_vector = 2; case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(16u /* 16 & 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( 2, static_cast< ::google::protobuf::uint64>(value)); } } else if ( static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(18u /* 18 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormat::ReadPackedEnumPreserveUnknowns( input, 2, ::message::Entrance_statu_IsValid, mutable_unknown_fields(), this->mutable_entrance_statu_vector()))); } else { goto handle_unusual; } break; } // repeated .message.Entrance_statu export_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_export_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_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); } // repeated .message.Entrance_statu entrance_statu_vector = 2; for (int i = 0, n = this->entrance_statu_vector_size(); i < n; i++) { ::google::protobuf::internal::WireFormatLite::WriteEnum( 2, this->entrance_statu_vector(i), output); } // repeated .message.Entrance_statu export_statu_vector = 3; for (int i = 0, n = this->export_statu_vector_size(); i < n; i++) { ::google::protobuf::internal::WireFormatLite::WriteEnum( 3, 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); } // repeated .message.Entrance_statu entrance_statu_vector = 2; target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray( 2, this->entrance_statu_vector_, target); // repeated .message.Entrance_statu export_statu_vector = 3; target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray( 3, 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::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()); } // required .message.Base_info base_info = 1; if (has_base_info()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSize( *this->base_info_); } // repeated .message.Entrance_statu entrance_statu_vector = 2; { size_t data_size = 0; unsigned int count = static_cast(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(i))); } total_size += (1UL * count) + data_size; } // repeated .message.Entrance_statu export_statu_vector = 3; { size_t data_size = 0; unsigned int count = static_cast(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(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( &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_); if (from.has_base_info()) { mutable_base_info()->::message::Base_info::MergeFrom(from.base_info()); } } 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] & 0x00000001) != 0x00000001) 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(_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)