// Generated by the protocol buffer compiler. DO NOT EDIT! // source: DeviceInformation.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "DeviceInformation.pb.h" #include #include #include #include #include #include #include #include #include #include // @@protoc_insertion_point(includes) namespace Tango { namespace PMR { namespace Connection { class DeviceInformationDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _DeviceInformation_default_instance_; namespace protobuf_DeviceInformation_2eproto { namespace { ::google::protobuf::Metadata file_level_metadata[1]; } // namespace PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::ParseTableField const TableStruct::entries[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { {0, 0, 0, ::google::protobuf::internal::kInvalidMask, 0, 0}, }; PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::AuxillaryParseTableField const TableStruct::aux[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { ::google::protobuf::internal::AuxillaryParseTableField(), }; PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::ParseTable const TableStruct::schema[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { NULL, NULL, 0, -1, -1, -1, -1, NULL, false }, }; const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { ~0u, // no _has_bits_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DeviceInformation, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DeviceInformation, name_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DeviceInformation, version_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DeviceInformation, builddate_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(DeviceInformation)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&_DeviceInformation_default_instance_), }; namespace { void protobuf_AssignDescriptors() { AddDescriptors(); ::google::protobuf::MessageFactory* factory = NULL; AssignDescriptors( "DeviceInformation.proto", schemas, file_default_instances, TableStruct::offsets, factory, file_level_metadata, NULL, NULL); } void protobuf_AssignDescriptorsOnce() { static GOOGLE_PROTOBUF_DECLARE_ONCE(once); ::google::protobuf::GoogleOnceInit(&once, &protobuf_AssignDescriptors); } void protobuf_RegisterTypes(const ::std::string&) GOOGLE_ATTRIBUTE_COLD; void protobuf_RegisterTypes(const ::std::string&) { protobuf_AssignDescriptorsOnce(); ::google::protobuf::internal::RegisterAllTypes(file_level_metadata, 1); } } // namespace void TableStruct::InitDefaultsImpl() { GOOGLE_PROTOBUF_VERIFY_VERSION; ::google::protobuf::internal::InitProtobufDefaults(); _DeviceInformation_default_instance_._instance.DefaultConstruct(); ::google::protobuf::internal::OnShutdownDestroyMessage( &_DeviceInformation_default_instance_);} void InitDefaults() { static GOOGLE_PROTOBUF_DECLARE_ONCE(once); ::google::protobuf::GoogleOnceInit(&once, &TableStruct::InitDefaultsImpl); } namespace { void AddDescriptorsImpl() { InitDefaults(); static const char descriptor[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { "\n\027DeviceInformation.proto\022\024Tango.PMR.Con" "nection\"E\n\021DeviceInformation\022\014\n\004Name\030\001 \001" "(\t\022\017\n\007Version\030\002 \001(\t\022\021\n\tBuildDate\030\003 \001(\tB " "\n\036com.twine.tango.pmr.connectionb\006proto3" }; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( descriptor, 160); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "DeviceInformation.proto", &protobuf_RegisterTypes); } } // anonymous namespace 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_DeviceInformation_2eproto // =================================================================== #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int DeviceInformation::kNameFieldNumber; const int DeviceInformation::kVersionFieldNumber; const int DeviceInformation::kBuildDateFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 DeviceInformation::DeviceInformation() : ::google::protobuf::Message(), _internal_metadata_(NULL) { if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { protobuf_DeviceInformation_2eproto::InitDefaults(); } SharedCtor(); // @@protoc_insertion_point(constructor:Tango.PMR.Connection.DeviceInformation) } DeviceInformation::DeviceInformation(const DeviceInformation& from) : ::google::protobuf::Message(), _internal_metadata_(NULL), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (from.name().size() > 0) { name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); } version_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (from.version().size() > 0) { version_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.version_); } builddate_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (from.builddate().size() > 0) { builddate_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.builddate_); } // @@protoc_insertion_point(copy_constructor:Tango.PMR.Connection.DeviceInformation) } void DeviceInformation::SharedCtor() { name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); version_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); builddate_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); _cached_size_ = 0; } DeviceInformation::~DeviceInformation() { // @@protoc_insertion_point(destructor:Tango.PMR.Connection.DeviceInformation) SharedDtor(); } void DeviceInformation::SharedDtor() { name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); version_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); builddate_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void DeviceInformation::SetCachedSize(int size) const { GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); } const ::google::protobuf::Descriptor* DeviceInformation::descriptor() { protobuf_DeviceInformation_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_DeviceInformation_2eproto::file_level_metadata[kIndexInFileMessages].descriptor; } const DeviceInformation& DeviceInformation::default_instance() { protobuf_DeviceInformation_2eproto::InitDefaults(); return *internal_default_instance(); } DeviceInformation* DeviceInformation::New(::google::protobuf::Arena* arena) const { DeviceInformation* n = new DeviceInformation; if (arena != NULL) { arena->Own(n); } return n; } void DeviceInformation::Clear() { // @@protoc_insertion_point(message_clear_start:Tango.PMR.Connection.DeviceInformation) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); version_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); builddate_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); _internal_metadata_.Clear(); } bool DeviceInformation::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:Tango.PMR.Connection.DeviceInformation) 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)) { // string Name = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(10u /* 10 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadString( input, this->mutable_name())); DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->name().data(), static_cast(this->name().length()), ::google::protobuf::internal::WireFormatLite::PARSE, "Tango.PMR.Connection.DeviceInformation.Name")); } else { goto handle_unusual; } break; } // string Version = 2; case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(18u /* 18 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadString( input, this->mutable_version())); DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->version().data(), static_cast(this->version().length()), ::google::protobuf::internal::WireFormatLite::PARSE, "Tango.PMR.Connection.DeviceInformation.Version")); } else { goto handle_unusual; } break; } // string BuildDate = 3; case 3: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(26u /* 26 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadString( input, this->mutable_builddate())); DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->builddate().data(), static_cast(this->builddate().length()), ::google::protobuf::internal::WireFormatLite::PARSE, "Tango.PMR.Connection.DeviceInformation.BuildDate")); } 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:Tango.PMR.Connection.DeviceInformation) return true; failure: // @@protoc_insertion_point(parse_failure:Tango.PMR.Connection.DeviceInformation) return false; #undef DO_ } void DeviceInformation::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:Tango.PMR.Connection.DeviceInformation) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // string Name = 1; if (this->name().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->name().data(), static_cast(this->name().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "Tango.PMR.Connection.DeviceInformation.Name"); ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( 1, this->name(), output); } // string Version = 2; if (this->version().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->version().data(), static_cast(this->version().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "Tango.PMR.Connection.DeviceInformation.Version"); ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( 2, this->version(), output); } // string BuildDate = 3; if (this->builddate().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->builddate().data(), static_cast(this->builddate().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "Tango.PMR.Connection.DeviceInformation.BuildDate"); ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( 3, this->builddate(), output); } if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), output); } // @@protoc_insertion_point(serialize_end:Tango.PMR.Connection.DeviceInformation) } ::google::protobuf::uint8* DeviceInformation::InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const { (void)deterministic; // Unused // @@protoc_insertion_point(serialize_to_array_start:Tango.PMR.Connection.DeviceInformation) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // string Name = 1; if (this->name().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->name().data(), static_cast(this->name().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "Tango.PMR.Connection.DeviceInformation.Name"); target = ::google::protobuf::internal::WireFormatLite::WriteStringToArray( 1, this->name(), target); } // string Version = 2; if (this->version().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->version().data(), static_cast(this->version().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "Tango.PMR.Connection.DeviceInformation.Version"); target = ::google::protobuf::internal::WireFormatLite::WriteStringToArray( 2, this->version(), target); } // string BuildDate = 3; if (this->builddate().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->builddate().data(), static_cast(this->builddate().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "Tango.PMR.Connection.DeviceInformation.BuildDate"); target = ::google::protobuf::internal::WireFormatLite::WriteStringToArray( 3, this->builddate(), target); } if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), target); } // @@protoc_insertion_point(serialize_to_array_end:Tango.PMR.Connection.DeviceInformation) return target; } size_t DeviceInformation::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:Tango.PMR.Connection.DeviceInformation) size_t total_size = 0; if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { total_size += ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance())); } // string Name = 1; if (this->name().size() > 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( this->name()); } // string Version = 2; if (this->version().size() > 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( this->version()); } // string BuildDate = 3; if (this->builddate().size() > 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( this->builddate()); } 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 DeviceInformation::MergeFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:Tango.PMR.Connection.DeviceInformation) GOOGLE_DCHECK_NE(&from, this); const DeviceInformation* source = ::google::protobuf::internal::DynamicCastToGenerated( &from); if (source == NULL) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:Tango.PMR.Connection.DeviceInformation) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:Tango.PMR.Connection.DeviceInformation) MergeFrom(*source); } } void DeviceInformation::MergeFrom(const DeviceInformation& from) { // @@protoc_insertion_point(class_specific_merge_from_start:Tango.PMR.Connection.DeviceInformation) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; if (from.name().size() > 0) { name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); } if (from.version().size() > 0) { version_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.version_); } if (from.builddate().size() > 0) { builddate_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.builddate_); } } void DeviceInformation::CopyFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:Tango.PMR.Connection.DeviceInformation) if (&from == this) return; Clear(); MergeFrom(from); } void DeviceInformation::CopyFrom(const DeviceInformation& from) { // @@protoc_insertion_point(class_specific_copy_from_start:Tango.PMR.Connection.DeviceInformation) if (&from == this) return; Clear(); MergeFrom(from); } bool DeviceInformation::IsInitialized() const { return true; } void DeviceInformation::Swap(DeviceInformation* other) { if (other == this) return; InternalSwap(other); } void DeviceInformation::InternalSwap(DeviceInformation* other) { using std::swap; name_.Swap(&other->name_); version_.Swap(&other->version_); builddate_.Swap(&other->builddate_); _internal_metadata_.Swap(&other->_internal_metadata_); swap(_cached_size_, other->_cached_size_); } ::google::protobuf::Metadata DeviceInformation::GetMetadata() const { protobuf_DeviceInformation_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_DeviceInformation_2eproto::file_level_metadata[kIndexInFileMessages]; } #if PROTOBUF_INLINE_NOT_IN_HEADERS // DeviceInformation // string Name = 1; void DeviceInformation::clear_name() { name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } const ::std::string& DeviceInformation::name() const { // @@protoc_insertion_point(field_get:Tango.PMR.Connection.DeviceInformation.Name) return name_.GetNoArena(); } void DeviceInformation::set_name(const ::std::string& value) { name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:Tango.PMR.Connection.DeviceInformation.Name) } #if LANG_CXX11 void DeviceInformation::set_name(::std::string&& value) { name_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:Tango.PMR.Connection.DeviceInformation.Name) } #endif void DeviceInformation::set_name(const char* value) { GOOGLE_DCHECK(value != NULL); name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:Tango.PMR.Connection.DeviceInformation.Name) } void DeviceInformation::set_name(const char* value, size_t size) { name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:Tango.PMR.Connection.DeviceInformation.Name) } ::std::string* DeviceInformation::mutable_name() { // @@protoc_insertion_point(field_mutable:Tango.PMR.Connection.DeviceInformation.Name) return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } ::std::string* DeviceInformation::release_name() { // @@protoc_insertion_point(field_release:Tango.PMR.Connection.DeviceInformation.Name) return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void DeviceInformation::set_allocated_name(::std::string* name) { if (name != NULL) { } else { } name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); // @@protoc_insertion_point(field_set_allocated:Tango.PMR.Connection.DeviceInformation.Name) } // string Version = 2; void DeviceInformation::clear_version() { version_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } const ::std::string& DeviceInformation::version() const { // @@protoc_insertion_point(field_get:Tango.PMR.Connection.DeviceInformation.Version) return version_.GetNoArena(); } void DeviceInformation::set_version(const ::std::string& value) { version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:Tango.PMR.Connection.DeviceInformation.Version) } #if LANG_CXX11 void DeviceInformation::set_version(::std::string&& value) { version_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:Tango.PMR.Connection.DeviceInformation.Version) } #endif void DeviceInformation::set_version(const char* value) { GOOGLE_DCHECK(value != NULL); version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:Tango.PMR.Connection.DeviceInformation.Version) } void DeviceInformation::set_version(const char* value, size_t size) { version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:Tango.PMR.Connection.DeviceInformation.Version) } ::std::string* DeviceInformation::mutable_version() { // @@protoc_insertion_point(field_mutable:Tango.PMR.Connection.DeviceInformation.Version) return version_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } ::std::string* DeviceInformation::release_version() { // @@protoc_insertion_point(field_release:Tango.PMR.Connection.DeviceInformation.Version) return version_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void DeviceInformation::set_allocated_version(::std::string* version) { if (version != NULL) { } else { } version_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), version); // @@protoc_insertion_point(field_set_allocated:Tango.PMR.Connection.DeviceInformation.Version) } // string BuildDate = 3; void DeviceInformation::clear_builddate() { builddate_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } const ::std::string& DeviceInformation::builddate() const { // @@protoc_insertion_point(field_get:Tango.PMR.Connection.DeviceInformation.BuildDate) return builddate_.GetNoArena(); } void DeviceInformation::set_builddate(const ::std::string& value) { builddate_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:Tango.PMR.Connection.DeviceInformation.BuildDate) } #if LANG_CXX11 void DeviceInformation::set_builddate(::std::string&& value) { builddate_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:Tango.PMR.Connection.DeviceInformation.BuildDate) } #endif void DeviceInformation::set_builddate(const char* value) { GOOGLE_DCHECK(value != NULL); builddate_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:Tango.PMR.Connection.DeviceInformation.BuildDate) } void DeviceInformation::set_builddate(const char* value, size_t size) { builddate_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:Tango.PMR.Connection.DeviceInformation.BuildDate) } ::std::string* DeviceInformation::mutable_builddate() { // @@protoc_insertion_point(field_mutable:Tango.PMR.Connection.DeviceInformation.BuildDate) return builddate_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } ::std::string* DeviceInformation::release_builddate() { // @@protoc_insertion_point(field_release:Tango.PMR.Connection.DeviceInformation.BuildDate) return builddate_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void DeviceInformation::set_allocated_builddate(::std::string* builddate) { if (builddate != NULL) { } else { } builddate_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), builddate); // @@protoc_insertion_point(field_set_allocated:Tango.PMR.Connection.DeviceInformation.BuildDate) } #endif // PROTOBUF_INLINE_NOT_IN_HEADERS // @@protoc_insertion_point(namespace_scope) } // namespace Connection } // namespace PMR } // namespace Tango // @@protoc_insertion_point(global_scope)