|
@@ -0,0 +1,666 @@
|
|
|
+// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
+// source: communication.proto
|
|
|
+
|
|
|
+#ifndef GOOGLE_PROTOBUF_INCLUDED_communication_2eproto
|
|
|
+#define GOOGLE_PROTOBUF_INCLUDED_communication_2eproto
|
|
|
+
|
|
|
+#include <limits>
|
|
|
+#include <string>
|
|
|
+
|
|
|
+#include <google/protobuf/port_def.inc>
|
|
|
+#if PROTOBUF_VERSION < 4000000
|
|
|
+#error This file was generated by a newer version of protoc which is
|
|
|
+#error incompatible with your Protocol Buffer headers. Please update
|
|
|
+#error your headers.
|
|
|
+#endif
|
|
|
+#if 4000000 < PROTOBUF_MIN_PROTOC_VERSION
|
|
|
+#error This file was generated by an older version of protoc which is
|
|
|
+#error incompatible with your Protocol Buffer headers. Please
|
|
|
+#error regenerate this file with a newer version of protoc.
|
|
|
+#endif
|
|
|
+
|
|
|
+#include <google/protobuf/port_undef.inc>
|
|
|
+#include <google/protobuf/io/coded_stream.h>
|
|
|
+#include <google/protobuf/arena.h>
|
|
|
+#include <google/protobuf/arenastring.h>
|
|
|
+#include <google/protobuf/generated_message_table_driven.h>
|
|
|
+#include <google/protobuf/generated_message_util.h>
|
|
|
+#include <google/protobuf/inlined_string_field.h>
|
|
|
+#include <google/protobuf/metadata_lite.h>
|
|
|
+#include <google/protobuf/generated_message_reflection.h>
|
|
|
+#include <google/protobuf/message.h>
|
|
|
+#include <google/protobuf/repeated_field.h> // IWYU pragma: export
|
|
|
+#include <google/protobuf/extension_set.h> // IWYU pragma: export
|
|
|
+#include <google/protobuf/unknown_field_set.h>
|
|
|
+// @@protoc_insertion_point(includes)
|
|
|
+#include <google/protobuf/port_def.inc>
|
|
|
+#define PROTOBUF_INTERNAL_EXPORT_communication_2eproto
|
|
|
+PROTOBUF_NAMESPACE_OPEN
|
|
|
+namespace internal {
|
|
|
+class AnyMetadata;
|
|
|
+} // namespace internal
|
|
|
+PROTOBUF_NAMESPACE_CLOSE
|
|
|
+
|
|
|
+// Internal implementation detail -- do not use these members.
|
|
|
+struct TableStruct_communication_2eproto {
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
|
|
|
+ PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
|
|
|
+ PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[2]
|
|
|
+ PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
|
|
|
+};
|
|
|
+extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_communication_2eproto;
|
|
|
+namespace Communication_proto {
|
|
|
+class Communication_parameter;
|
|
|
+class Communication_parameterDefaultTypeInternal;
|
|
|
+extern Communication_parameterDefaultTypeInternal _Communication_parameter_default_instance_;
|
|
|
+class Communication_parameter_all;
|
|
|
+class Communication_parameter_allDefaultTypeInternal;
|
|
|
+extern Communication_parameter_allDefaultTypeInternal _Communication_parameter_all_default_instance_;
|
|
|
+} // namespace Communication_proto
|
|
|
+PROTOBUF_NAMESPACE_OPEN
|
|
|
+template<> ::Communication_proto::Communication_parameter* Arena::CreateMaybeMessage<::Communication_proto::Communication_parameter>(Arena*);
|
|
|
+template<> ::Communication_proto::Communication_parameter_all* Arena::CreateMaybeMessage<::Communication_proto::Communication_parameter_all>(Arena*);
|
|
|
+PROTOBUF_NAMESPACE_CLOSE
|
|
|
+namespace Communication_proto {
|
|
|
+
|
|
|
+// ===================================================================
|
|
|
+
|
|
|
+class Communication_parameter PROTOBUF_FINAL :
|
|
|
+ public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:Communication_proto.Communication_parameter) */ {
|
|
|
+ public:
|
|
|
+ inline Communication_parameter() : Communication_parameter(nullptr) {}
|
|
|
+ virtual ~Communication_parameter();
|
|
|
+
|
|
|
+ Communication_parameter(const Communication_parameter& from);
|
|
|
+ Communication_parameter(Communication_parameter&& from) noexcept
|
|
|
+ : Communication_parameter() {
|
|
|
+ *this = ::std::move(from);
|
|
|
+ }
|
|
|
+
|
|
|
+ inline Communication_parameter& operator=(const Communication_parameter& from) {
|
|
|
+ CopyFrom(from);
|
|
|
+ return *this;
|
|
|
+ }
|
|
|
+ inline Communication_parameter& operator=(Communication_parameter&& from) noexcept {
|
|
|
+ if (GetArena() == from.GetArena()) {
|
|
|
+ if (this != &from) InternalSwap(&from);
|
|
|
+ } else {
|
|
|
+ CopyFrom(from);
|
|
|
+ }
|
|
|
+ return *this;
|
|
|
+ }
|
|
|
+
|
|
|
+ inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
|
|
|
+ return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
|
|
|
+ }
|
|
|
+ inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
|
|
|
+ return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
|
|
|
+ }
|
|
|
+
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
|
|
|
+ return GetDescriptor();
|
|
|
+ }
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
|
|
|
+ return GetMetadataStatic().descriptor;
|
|
|
+ }
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
|
|
|
+ return GetMetadataStatic().reflection;
|
|
|
+ }
|
|
|
+ static const Communication_parameter& default_instance();
|
|
|
+
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
+ static inline const Communication_parameter* internal_default_instance() {
|
|
|
+ return reinterpret_cast<const Communication_parameter*>(
|
|
|
+ &_Communication_parameter_default_instance_);
|
|
|
+ }
|
|
|
+ static constexpr int kIndexInFileMessages =
|
|
|
+ 0;
|
|
|
+
|
|
|
+ friend void swap(Communication_parameter& a, Communication_parameter& b) {
|
|
|
+ a.Swap(&b);
|
|
|
+ }
|
|
|
+ inline void Swap(Communication_parameter* other) {
|
|
|
+ if (other == this) return;
|
|
|
+ if (GetArena() == other->GetArena()) {
|
|
|
+ InternalSwap(other);
|
|
|
+ } else {
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ void UnsafeArenaSwap(Communication_parameter* other) {
|
|
|
+ if (other == this) return;
|
|
|
+ GOOGLE_DCHECK(GetArena() == other->GetArena());
|
|
|
+ InternalSwap(other);
|
|
|
+ }
|
|
|
+
|
|
|
+ // implements Message ----------------------------------------------
|
|
|
+
|
|
|
+ inline Communication_parameter* New() const final {
|
|
|
+ return CreateMaybeMessage<Communication_parameter>(nullptr);
|
|
|
+ }
|
|
|
+
|
|
|
+ Communication_parameter* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
|
|
|
+ return CreateMaybeMessage<Communication_parameter>(arena);
|
|
|
+ }
|
|
|
+ void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
|
|
|
+ void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
|
|
|
+ void CopyFrom(const Communication_parameter& from);
|
|
|
+ void MergeFrom(const Communication_parameter& from);
|
|
|
+ PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
|
|
|
+ bool IsInitialized() const final;
|
|
|
+
|
|
|
+ size_t ByteSizeLong() const final;
|
|
|
+ const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
|
|
|
+ int GetCachedSize() const final { return _cached_size_.Get(); }
|
|
|
+
|
|
|
+ private:
|
|
|
+ inline void SharedCtor();
|
|
|
+ inline void SharedDtor();
|
|
|
+ void SetCachedSize(int size) const final;
|
|
|
+ void InternalSwap(Communication_parameter* other);
|
|
|
+ friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
|
|
|
+ static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
|
|
|
+ return "Communication_proto.Communication_parameter";
|
|
|
+ }
|
|
|
+ protected:
|
|
|
+ explicit Communication_parameter(::PROTOBUF_NAMESPACE_ID::Arena* arena);
|
|
|
+ private:
|
|
|
+ static void ArenaDtor(void* object);
|
|
|
+ inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
|
|
|
+ public:
|
|
|
+
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
|
|
|
+ private:
|
|
|
+ static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_communication_2eproto);
|
|
|
+ return ::descriptor_table_communication_2eproto.file_level_metadata[kIndexInFileMessages];
|
|
|
+ }
|
|
|
+
|
|
|
+ public:
|
|
|
+
|
|
|
+ // nested types ----------------------------------------------------
|
|
|
+
|
|
|
+ // accessors -------------------------------------------------------
|
|
|
+
|
|
|
+ enum : int {
|
|
|
+ kConnectStringVectorFieldNumber = 2,
|
|
|
+ kBindStringFieldNumber = 1,
|
|
|
+ };
|
|
|
+ // repeated string connect_string_vector = 2;
|
|
|
+ int connect_string_vector_size() const;
|
|
|
+ private:
|
|
|
+ int _internal_connect_string_vector_size() const;
|
|
|
+ public:
|
|
|
+ void clear_connect_string_vector();
|
|
|
+ const std::string& connect_string_vector(int index) const;
|
|
|
+ std::string* mutable_connect_string_vector(int index);
|
|
|
+ void set_connect_string_vector(int index, const std::string& value);
|
|
|
+ void set_connect_string_vector(int index, std::string&& value);
|
|
|
+ void set_connect_string_vector(int index, const char* value);
|
|
|
+ void set_connect_string_vector(int index, const char* value, size_t size);
|
|
|
+ std::string* add_connect_string_vector();
|
|
|
+ void add_connect_string_vector(const std::string& value);
|
|
|
+ void add_connect_string_vector(std::string&& value);
|
|
|
+ void add_connect_string_vector(const char* value);
|
|
|
+ void add_connect_string_vector(const char* value, size_t size);
|
|
|
+ const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& connect_string_vector() const;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_connect_string_vector();
|
|
|
+ private:
|
|
|
+ const std::string& _internal_connect_string_vector(int index) const;
|
|
|
+ std::string* _internal_add_connect_string_vector();
|
|
|
+ public:
|
|
|
+
|
|
|
+ // optional string bind_string = 1;
|
|
|
+ bool has_bind_string() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_bind_string() const;
|
|
|
+ public:
|
|
|
+ void clear_bind_string();
|
|
|
+ const std::string& bind_string() const;
|
|
|
+ void set_bind_string(const std::string& value);
|
|
|
+ void set_bind_string(std::string&& value);
|
|
|
+ void set_bind_string(const char* value);
|
|
|
+ void set_bind_string(const char* value, size_t size);
|
|
|
+ std::string* mutable_bind_string();
|
|
|
+ std::string* release_bind_string();
|
|
|
+ void set_allocated_bind_string(std::string* bind_string);
|
|
|
+ private:
|
|
|
+ const std::string& _internal_bind_string() const;
|
|
|
+ void _internal_set_bind_string(const std::string& value);
|
|
|
+ std::string* _internal_mutable_bind_string();
|
|
|
+ public:
|
|
|
+
|
|
|
+ // @@protoc_insertion_point(class_scope:Communication_proto.Communication_parameter)
|
|
|
+ private:
|
|
|
+ class _Internal;
|
|
|
+
|
|
|
+ template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
|
|
|
+ typedef void InternalArenaConstructable_;
|
|
|
+ typedef void DestructorSkippable_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
|
|
|
+ mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string> connect_string_vector_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr bind_string_;
|
|
|
+ friend struct ::TableStruct_communication_2eproto;
|
|
|
+};
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
+class Communication_parameter_all PROTOBUF_FINAL :
|
|
|
+ public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:Communication_proto.Communication_parameter_all) */ {
|
|
|
+ public:
|
|
|
+ inline Communication_parameter_all() : Communication_parameter_all(nullptr) {}
|
|
|
+ virtual ~Communication_parameter_all();
|
|
|
+
|
|
|
+ Communication_parameter_all(const Communication_parameter_all& from);
|
|
|
+ Communication_parameter_all(Communication_parameter_all&& from) noexcept
|
|
|
+ : Communication_parameter_all() {
|
|
|
+ *this = ::std::move(from);
|
|
|
+ }
|
|
|
+
|
|
|
+ inline Communication_parameter_all& operator=(const Communication_parameter_all& from) {
|
|
|
+ CopyFrom(from);
|
|
|
+ return *this;
|
|
|
+ }
|
|
|
+ inline Communication_parameter_all& operator=(Communication_parameter_all&& from) noexcept {
|
|
|
+ if (GetArena() == from.GetArena()) {
|
|
|
+ if (this != &from) InternalSwap(&from);
|
|
|
+ } else {
|
|
|
+ CopyFrom(from);
|
|
|
+ }
|
|
|
+ return *this;
|
|
|
+ }
|
|
|
+
|
|
|
+ inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
|
|
|
+ return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
|
|
|
+ }
|
|
|
+ inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
|
|
|
+ return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
|
|
|
+ }
|
|
|
+
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
|
|
|
+ return GetDescriptor();
|
|
|
+ }
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
|
|
|
+ return GetMetadataStatic().descriptor;
|
|
|
+ }
|
|
|
+ static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
|
|
|
+ return GetMetadataStatic().reflection;
|
|
|
+ }
|
|
|
+ static const Communication_parameter_all& default_instance();
|
|
|
+
|
|
|
+ static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
|
+ static inline const Communication_parameter_all* internal_default_instance() {
|
|
|
+ return reinterpret_cast<const Communication_parameter_all*>(
|
|
|
+ &_Communication_parameter_all_default_instance_);
|
|
|
+ }
|
|
|
+ static constexpr int kIndexInFileMessages =
|
|
|
+ 1;
|
|
|
+
|
|
|
+ friend void swap(Communication_parameter_all& a, Communication_parameter_all& b) {
|
|
|
+ a.Swap(&b);
|
|
|
+ }
|
|
|
+ inline void Swap(Communication_parameter_all* other) {
|
|
|
+ if (other == this) return;
|
|
|
+ if (GetArena() == other->GetArena()) {
|
|
|
+ InternalSwap(other);
|
|
|
+ } else {
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ void UnsafeArenaSwap(Communication_parameter_all* other) {
|
|
|
+ if (other == this) return;
|
|
|
+ GOOGLE_DCHECK(GetArena() == other->GetArena());
|
|
|
+ InternalSwap(other);
|
|
|
+ }
|
|
|
+
|
|
|
+ // implements Message ----------------------------------------------
|
|
|
+
|
|
|
+ inline Communication_parameter_all* New() const final {
|
|
|
+ return CreateMaybeMessage<Communication_parameter_all>(nullptr);
|
|
|
+ }
|
|
|
+
|
|
|
+ Communication_parameter_all* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
|
|
|
+ return CreateMaybeMessage<Communication_parameter_all>(arena);
|
|
|
+ }
|
|
|
+ void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
|
|
|
+ void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
|
|
|
+ void CopyFrom(const Communication_parameter_all& from);
|
|
|
+ void MergeFrom(const Communication_parameter_all& from);
|
|
|
+ PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
|
|
|
+ bool IsInitialized() const final;
|
|
|
+
|
|
|
+ size_t ByteSizeLong() const final;
|
|
|
+ const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
|
|
|
+ int GetCachedSize() const final { return _cached_size_.Get(); }
|
|
|
+
|
|
|
+ private:
|
|
|
+ inline void SharedCtor();
|
|
|
+ inline void SharedDtor();
|
|
|
+ void SetCachedSize(int size) const final;
|
|
|
+ void InternalSwap(Communication_parameter_all* other);
|
|
|
+ friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
|
|
|
+ static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
|
|
|
+ return "Communication_proto.Communication_parameter_all";
|
|
|
+ }
|
|
|
+ protected:
|
|
|
+ explicit Communication_parameter_all(::PROTOBUF_NAMESPACE_ID::Arena* arena);
|
|
|
+ private:
|
|
|
+ static void ArenaDtor(void* object);
|
|
|
+ inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
|
|
|
+ public:
|
|
|
+
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
|
|
|
+ private:
|
|
|
+ static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_communication_2eproto);
|
|
|
+ return ::descriptor_table_communication_2eproto.file_level_metadata[kIndexInFileMessages];
|
|
|
+ }
|
|
|
+
|
|
|
+ public:
|
|
|
+
|
|
|
+ // nested types ----------------------------------------------------
|
|
|
+
|
|
|
+ // accessors -------------------------------------------------------
|
|
|
+
|
|
|
+ enum : int {
|
|
|
+ kCommunicationParametersFieldNumber = 1,
|
|
|
+ };
|
|
|
+ // optional .Communication_proto.Communication_parameter communication_parameters = 1;
|
|
|
+ bool has_communication_parameters() const;
|
|
|
+ private:
|
|
|
+ bool _internal_has_communication_parameters() const;
|
|
|
+ public:
|
|
|
+ void clear_communication_parameters();
|
|
|
+ const ::Communication_proto::Communication_parameter& communication_parameters() const;
|
|
|
+ ::Communication_proto::Communication_parameter* release_communication_parameters();
|
|
|
+ ::Communication_proto::Communication_parameter* mutable_communication_parameters();
|
|
|
+ void set_allocated_communication_parameters(::Communication_proto::Communication_parameter* communication_parameters);
|
|
|
+ private:
|
|
|
+ const ::Communication_proto::Communication_parameter& _internal_communication_parameters() const;
|
|
|
+ ::Communication_proto::Communication_parameter* _internal_mutable_communication_parameters();
|
|
|
+ public:
|
|
|
+ void unsafe_arena_set_allocated_communication_parameters(
|
|
|
+ ::Communication_proto::Communication_parameter* communication_parameters);
|
|
|
+ ::Communication_proto::Communication_parameter* unsafe_arena_release_communication_parameters();
|
|
|
+
|
|
|
+ // @@protoc_insertion_point(class_scope:Communication_proto.Communication_parameter_all)
|
|
|
+ private:
|
|
|
+ class _Internal;
|
|
|
+
|
|
|
+ template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
|
|
|
+ typedef void InternalArenaConstructable_;
|
|
|
+ typedef void DestructorSkippable_;
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
|
|
|
+ mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
|
|
|
+ ::Communication_proto::Communication_parameter* communication_parameters_;
|
|
|
+ friend struct ::TableStruct_communication_2eproto;
|
|
|
+};
|
|
|
+// ===================================================================
|
|
|
+
|
|
|
+
|
|
|
+// ===================================================================
|
|
|
+
|
|
|
+#ifdef __GNUC__
|
|
|
+ #pragma GCC diagnostic push
|
|
|
+ #pragma GCC diagnostic ignored "-Wstrict-aliasing"
|
|
|
+#endif // __GNUC__
|
|
|
+// Communication_parameter
|
|
|
+
|
|
|
+// optional string bind_string = 1;
|
|
|
+inline bool Communication_parameter::_internal_has_bind_string() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00000001u) != 0;
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool Communication_parameter::has_bind_string() const {
|
|
|
+ return _internal_has_bind_string();
|
|
|
+}
|
|
|
+inline void Communication_parameter::clear_bind_string() {
|
|
|
+ bind_string_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
|
|
|
+ _has_bits_[0] &= ~0x00000001u;
|
|
|
+}
|
|
|
+inline const std::string& Communication_parameter::bind_string() const {
|
|
|
+ // @@protoc_insertion_point(field_get:Communication_proto.Communication_parameter.bind_string)
|
|
|
+ return _internal_bind_string();
|
|
|
+}
|
|
|
+inline void Communication_parameter::set_bind_string(const std::string& value) {
|
|
|
+ _internal_set_bind_string(value);
|
|
|
+ // @@protoc_insertion_point(field_set:Communication_proto.Communication_parameter.bind_string)
|
|
|
+}
|
|
|
+inline std::string* Communication_parameter::mutable_bind_string() {
|
|
|
+ // @@protoc_insertion_point(field_mutable:Communication_proto.Communication_parameter.bind_string)
|
|
|
+ return _internal_mutable_bind_string();
|
|
|
+}
|
|
|
+inline const std::string& Communication_parameter::_internal_bind_string() const {
|
|
|
+ return bind_string_.Get();
|
|
|
+}
|
|
|
+inline void Communication_parameter::_internal_set_bind_string(const std::string& value) {
|
|
|
+ _has_bits_[0] |= 0x00000001u;
|
|
|
+ bind_string_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
|
|
|
+}
|
|
|
+inline void Communication_parameter::set_bind_string(std::string&& value) {
|
|
|
+ _has_bits_[0] |= 0x00000001u;
|
|
|
+ bind_string_.Set(
|
|
|
+ &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
|
|
|
+ // @@protoc_insertion_point(field_set_rvalue:Communication_proto.Communication_parameter.bind_string)
|
|
|
+}
|
|
|
+inline void Communication_parameter::set_bind_string(const char* value) {
|
|
|
+ GOOGLE_DCHECK(value != nullptr);
|
|
|
+ _has_bits_[0] |= 0x00000001u;
|
|
|
+ bind_string_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
|
|
|
+ GetArena());
|
|
|
+ // @@protoc_insertion_point(field_set_char:Communication_proto.Communication_parameter.bind_string)
|
|
|
+}
|
|
|
+inline void Communication_parameter::set_bind_string(const char* value,
|
|
|
+ size_t size) {
|
|
|
+ _has_bits_[0] |= 0x00000001u;
|
|
|
+ bind_string_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
|
|
|
+ reinterpret_cast<const char*>(value), size), GetArena());
|
|
|
+ // @@protoc_insertion_point(field_set_pointer:Communication_proto.Communication_parameter.bind_string)
|
|
|
+}
|
|
|
+inline std::string* Communication_parameter::_internal_mutable_bind_string() {
|
|
|
+ _has_bits_[0] |= 0x00000001u;
|
|
|
+ return bind_string_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
|
|
|
+}
|
|
|
+inline std::string* Communication_parameter::release_bind_string() {
|
|
|
+ // @@protoc_insertion_point(field_release:Communication_proto.Communication_parameter.bind_string)
|
|
|
+ if (!_internal_has_bind_string()) {
|
|
|
+ return nullptr;
|
|
|
+ }
|
|
|
+ _has_bits_[0] &= ~0x00000001u;
|
|
|
+ return bind_string_.ReleaseNonDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
|
|
|
+}
|
|
|
+inline void Communication_parameter::set_allocated_bind_string(std::string* bind_string) {
|
|
|
+ if (bind_string != nullptr) {
|
|
|
+ _has_bits_[0] |= 0x00000001u;
|
|
|
+ } else {
|
|
|
+ _has_bits_[0] &= ~0x00000001u;
|
|
|
+ }
|
|
|
+ bind_string_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), bind_string,
|
|
|
+ GetArena());
|
|
|
+ // @@protoc_insertion_point(field_set_allocated:Communication_proto.Communication_parameter.bind_string)
|
|
|
+}
|
|
|
+
|
|
|
+// repeated string connect_string_vector = 2;
|
|
|
+inline int Communication_parameter::_internal_connect_string_vector_size() const {
|
|
|
+ return connect_string_vector_.size();
|
|
|
+}
|
|
|
+inline int Communication_parameter::connect_string_vector_size() const {
|
|
|
+ return _internal_connect_string_vector_size();
|
|
|
+}
|
|
|
+inline void Communication_parameter::clear_connect_string_vector() {
|
|
|
+ connect_string_vector_.Clear();
|
|
|
+}
|
|
|
+inline std::string* Communication_parameter::add_connect_string_vector() {
|
|
|
+ // @@protoc_insertion_point(field_add_mutable:Communication_proto.Communication_parameter.connect_string_vector)
|
|
|
+ return _internal_add_connect_string_vector();
|
|
|
+}
|
|
|
+inline const std::string& Communication_parameter::_internal_connect_string_vector(int index) const {
|
|
|
+ return connect_string_vector_.Get(index);
|
|
|
+}
|
|
|
+inline const std::string& Communication_parameter::connect_string_vector(int index) const {
|
|
|
+ // @@protoc_insertion_point(field_get:Communication_proto.Communication_parameter.connect_string_vector)
|
|
|
+ return _internal_connect_string_vector(index);
|
|
|
+}
|
|
|
+inline std::string* Communication_parameter::mutable_connect_string_vector(int index) {
|
|
|
+ // @@protoc_insertion_point(field_mutable:Communication_proto.Communication_parameter.connect_string_vector)
|
|
|
+ return connect_string_vector_.Mutable(index);
|
|
|
+}
|
|
|
+inline void Communication_parameter::set_connect_string_vector(int index, const std::string& value) {
|
|
|
+ // @@protoc_insertion_point(field_set:Communication_proto.Communication_parameter.connect_string_vector)
|
|
|
+ connect_string_vector_.Mutable(index)->assign(value);
|
|
|
+}
|
|
|
+inline void Communication_parameter::set_connect_string_vector(int index, std::string&& value) {
|
|
|
+ // @@protoc_insertion_point(field_set:Communication_proto.Communication_parameter.connect_string_vector)
|
|
|
+ connect_string_vector_.Mutable(index)->assign(std::move(value));
|
|
|
+}
|
|
|
+inline void Communication_parameter::set_connect_string_vector(int index, const char* value) {
|
|
|
+ GOOGLE_DCHECK(value != nullptr);
|
|
|
+ connect_string_vector_.Mutable(index)->assign(value);
|
|
|
+ // @@protoc_insertion_point(field_set_char:Communication_proto.Communication_parameter.connect_string_vector)
|
|
|
+}
|
|
|
+inline void Communication_parameter::set_connect_string_vector(int index, const char* value, size_t size) {
|
|
|
+ connect_string_vector_.Mutable(index)->assign(
|
|
|
+ reinterpret_cast<const char*>(value), size);
|
|
|
+ // @@protoc_insertion_point(field_set_pointer:Communication_proto.Communication_parameter.connect_string_vector)
|
|
|
+}
|
|
|
+inline std::string* Communication_parameter::_internal_add_connect_string_vector() {
|
|
|
+ return connect_string_vector_.Add();
|
|
|
+}
|
|
|
+inline void Communication_parameter::add_connect_string_vector(const std::string& value) {
|
|
|
+ connect_string_vector_.Add()->assign(value);
|
|
|
+ // @@protoc_insertion_point(field_add:Communication_proto.Communication_parameter.connect_string_vector)
|
|
|
+}
|
|
|
+inline void Communication_parameter::add_connect_string_vector(std::string&& value) {
|
|
|
+ connect_string_vector_.Add(std::move(value));
|
|
|
+ // @@protoc_insertion_point(field_add:Communication_proto.Communication_parameter.connect_string_vector)
|
|
|
+}
|
|
|
+inline void Communication_parameter::add_connect_string_vector(const char* value) {
|
|
|
+ GOOGLE_DCHECK(value != nullptr);
|
|
|
+ connect_string_vector_.Add()->assign(value);
|
|
|
+ // @@protoc_insertion_point(field_add_char:Communication_proto.Communication_parameter.connect_string_vector)
|
|
|
+}
|
|
|
+inline void Communication_parameter::add_connect_string_vector(const char* value, size_t size) {
|
|
|
+ connect_string_vector_.Add()->assign(reinterpret_cast<const char*>(value), size);
|
|
|
+ // @@protoc_insertion_point(field_add_pointer:Communication_proto.Communication_parameter.connect_string_vector)
|
|
|
+}
|
|
|
+inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
|
|
|
+Communication_parameter::connect_string_vector() const {
|
|
|
+ // @@protoc_insertion_point(field_list:Communication_proto.Communication_parameter.connect_string_vector)
|
|
|
+ return connect_string_vector_;
|
|
|
+}
|
|
|
+inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
|
|
|
+Communication_parameter::mutable_connect_string_vector() {
|
|
|
+ // @@protoc_insertion_point(field_mutable_list:Communication_proto.Communication_parameter.connect_string_vector)
|
|
|
+ return &connect_string_vector_;
|
|
|
+}
|
|
|
+
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
+// Communication_parameter_all
|
|
|
+
|
|
|
+// optional .Communication_proto.Communication_parameter communication_parameters = 1;
|
|
|
+inline bool Communication_parameter_all::_internal_has_communication_parameters() const {
|
|
|
+ bool value = (_has_bits_[0] & 0x00000001u) != 0;
|
|
|
+ PROTOBUF_ASSUME(!value || communication_parameters_ != nullptr);
|
|
|
+ return value;
|
|
|
+}
|
|
|
+inline bool Communication_parameter_all::has_communication_parameters() const {
|
|
|
+ return _internal_has_communication_parameters();
|
|
|
+}
|
|
|
+inline void Communication_parameter_all::clear_communication_parameters() {
|
|
|
+ if (communication_parameters_ != nullptr) communication_parameters_->Clear();
|
|
|
+ _has_bits_[0] &= ~0x00000001u;
|
|
|
+}
|
|
|
+inline const ::Communication_proto::Communication_parameter& Communication_parameter_all::_internal_communication_parameters() const {
|
|
|
+ const ::Communication_proto::Communication_parameter* p = communication_parameters_;
|
|
|
+ return p != nullptr ? *p : *reinterpret_cast<const ::Communication_proto::Communication_parameter*>(
|
|
|
+ &::Communication_proto::_Communication_parameter_default_instance_);
|
|
|
+}
|
|
|
+inline const ::Communication_proto::Communication_parameter& Communication_parameter_all::communication_parameters() const {
|
|
|
+ // @@protoc_insertion_point(field_get:Communication_proto.Communication_parameter_all.communication_parameters)
|
|
|
+ return _internal_communication_parameters();
|
|
|
+}
|
|
|
+inline void Communication_parameter_all::unsafe_arena_set_allocated_communication_parameters(
|
|
|
+ ::Communication_proto::Communication_parameter* communication_parameters) {
|
|
|
+ if (GetArena() == nullptr) {
|
|
|
+ delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(communication_parameters_);
|
|
|
+ }
|
|
|
+ communication_parameters_ = communication_parameters;
|
|
|
+ if (communication_parameters) {
|
|
|
+ _has_bits_[0] |= 0x00000001u;
|
|
|
+ } else {
|
|
|
+ _has_bits_[0] &= ~0x00000001u;
|
|
|
+ }
|
|
|
+ // @@protoc_insertion_point(field_unsafe_arena_set_allocated:Communication_proto.Communication_parameter_all.communication_parameters)
|
|
|
+}
|
|
|
+inline ::Communication_proto::Communication_parameter* Communication_parameter_all::release_communication_parameters() {
|
|
|
+ _has_bits_[0] &= ~0x00000001u;
|
|
|
+ ::Communication_proto::Communication_parameter* temp = communication_parameters_;
|
|
|
+ communication_parameters_ = nullptr;
|
|
|
+ if (GetArena() != nullptr) {
|
|
|
+ temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
|
|
|
+ }
|
|
|
+ return temp;
|
|
|
+}
|
|
|
+inline ::Communication_proto::Communication_parameter* Communication_parameter_all::unsafe_arena_release_communication_parameters() {
|
|
|
+ // @@protoc_insertion_point(field_release:Communication_proto.Communication_parameter_all.communication_parameters)
|
|
|
+ _has_bits_[0] &= ~0x00000001u;
|
|
|
+ ::Communication_proto::Communication_parameter* temp = communication_parameters_;
|
|
|
+ communication_parameters_ = nullptr;
|
|
|
+ return temp;
|
|
|
+}
|
|
|
+inline ::Communication_proto::Communication_parameter* Communication_parameter_all::_internal_mutable_communication_parameters() {
|
|
|
+ _has_bits_[0] |= 0x00000001u;
|
|
|
+ if (communication_parameters_ == nullptr) {
|
|
|
+ auto* p = CreateMaybeMessage<::Communication_proto::Communication_parameter>(GetArena());
|
|
|
+ communication_parameters_ = p;
|
|
|
+ }
|
|
|
+ return communication_parameters_;
|
|
|
+}
|
|
|
+inline ::Communication_proto::Communication_parameter* Communication_parameter_all::mutable_communication_parameters() {
|
|
|
+ // @@protoc_insertion_point(field_mutable:Communication_proto.Communication_parameter_all.communication_parameters)
|
|
|
+ return _internal_mutable_communication_parameters();
|
|
|
+}
|
|
|
+inline void Communication_parameter_all::set_allocated_communication_parameters(::Communication_proto::Communication_parameter* communication_parameters) {
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
|
|
|
+ if (message_arena == nullptr) {
|
|
|
+ delete communication_parameters_;
|
|
|
+ }
|
|
|
+ if (communication_parameters) {
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
|
|
|
+ ::PROTOBUF_NAMESPACE_ID::Arena::GetArena(communication_parameters);
|
|
|
+ if (message_arena != submessage_arena) {
|
|
|
+ communication_parameters = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
|
|
|
+ message_arena, communication_parameters, submessage_arena);
|
|
|
+ }
|
|
|
+ _has_bits_[0] |= 0x00000001u;
|
|
|
+ } else {
|
|
|
+ _has_bits_[0] &= ~0x00000001u;
|
|
|
+ }
|
|
|
+ communication_parameters_ = communication_parameters;
|
|
|
+ // @@protoc_insertion_point(field_set_allocated:Communication_proto.Communication_parameter_all.communication_parameters)
|
|
|
+}
|
|
|
+
|
|
|
+#ifdef __GNUC__
|
|
|
+ #pragma GCC diagnostic pop
|
|
|
+#endif // __GNUC__
|
|
|
+// -------------------------------------------------------------------
|
|
|
+
|
|
|
+
|
|
|
+// @@protoc_insertion_point(namespace_scope)
|
|
|
+
|
|
|
+} // namespace Communication_proto
|
|
|
+
|
|
|
+// @@protoc_insertion_point(global_scope)
|
|
|
+
|
|
|
+#include <google/protobuf/port_undef.inc>
|
|
|
+#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_communication_2eproto
|