4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fsubscribe_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fsubscribe_2eproto
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3012000
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
16 #if 3012004 < PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
22 #include <google/protobuf/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/inlined_string_field.h>
29 #include <google/protobuf/metadata_lite.h>
30 #include <google/protobuf/generated_message_reflection.h>
31 #include <google/protobuf/message.h>
32 #include <google/protobuf/repeated_field.h>
33 #include <google/protobuf/extension_set.h>
34 #include <google/protobuf/unknown_field_set.h>
37 #pragma GCC system_header
40 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
43 #include <sys/sysmacros.h>
48 #include <google/protobuf/port_def.inc>
49 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fsubscribe_2eproto IGNITION_MSGS_VISIBLE
50 PROTOBUF_NAMESPACE_OPEN
54 PROTOBUF_NAMESPACE_CLOSE
58 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
60 static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
62 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
64 static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
65 static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
66 static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
72 class SubscribeDefaultTypeInternal;
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Subscribe* Arena::CreateMaybeMessage<::ignition::msgs::Subscribe>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
84 class IGNITION_MSGS_VISIBLE Subscribe PROTOBUF_FINAL :
85 public ::PROTOBUF_NAMESPACE_ID::Message {
93 *
this = ::std::move(from);
96 inline Subscribe&
operator=(
const Subscribe& from) {
100 inline Subscribe&
operator=(Subscribe&& from) noexcept {
101 if (GetArena() == from.GetArena()) {
102 if (
this != &from) InternalSwap(&from);
109 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
110 return GetDescriptor();
113 return GetMetadataStatic().descriptor;
116 return GetMetadataStatic().reflection;
122 return reinterpret_cast<const Subscribe*
>(
125 static constexpr
int kIndexInFileMessages =
128 friend void swap(Subscribe& a, Subscribe& b) {
131 inline void Swap(Subscribe* other) {
132 if (other ==
this)
return;
133 if (GetArena() == other->GetArena()) {
136 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
140 if (other ==
this)
return;
141 GOOGLE_DCHECK(GetArena() == other->GetArena());
147 inline Subscribe*
New() const final {
148 return CreateMaybeMessage<Subscribe>(
nullptr);
151 Subscribe*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena)
const final {
152 return CreateMaybeMessage<Subscribe>(arena);
154 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
155 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
158 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
159 bool IsInitialized() const final;
161 size_t ByteSizeLong() const final;
162 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
163 ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
164 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
165 int GetCachedSize() const final {
return _cached_size_.Get(); }
168 inline void SharedCtor();
169 inline void SharedDtor();
170 void SetCachedSize(
int size)
const final;
171 void InternalSwap(Subscribe* other);
172 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
173 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
174 return "ignition.msgs.Subscribe";
177 explicit Subscribe(::PROTOBUF_NAMESPACE_ID::Arena* arena);
179 static void ArenaDtor(
void*
object);
180 inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
185 static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
197 kTopicFieldNumber = 2,
198 kHostFieldNumber = 3,
199 kMsgTypeFieldNumber = 5,
200 kHeaderFieldNumber = 1,
201 kPortFieldNumber = 4,
202 kLatchingFieldNumber = 6,
214 GOOGLE_PROTOBUF_RUNTIME_DEPRECATED(
"The unsafe_arena_ accessors for"
215 " string fields are deprecated and will be removed in a"
217 std::
string* unsafe_arena_release_topic();
218 GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
219 "
string fields are deprecated and will be removed in a"
221 void unsafe_arena_set_allocated_topic(
224 const
std::
string& _internal_topic() const;
225 void _internal_set_topic(const
std::
string& value);
226 std::
string* _internal_mutable_topic();
231 const
std::
string& host() const;
232 void set_host(const
std::
string& value);
233 void set_host(
std::
string&& value);
234 void set_host(const
char* value);
235 void set_host(const
char* value,
size_t size);
236 std::
string* mutable_host();
237 std::
string* release_host();
238 void set_allocated_host(
std::
string* host);
239 GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
240 "
string fields are deprecated and will be removed in a"
242 std::
string* unsafe_arena_release_host();
243 GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
244 "
string fields are deprecated and will be removed in a"
246 void unsafe_arena_set_allocated_host(
249 const
std::
string& _internal_host() const;
250 void _internal_set_host(const
std::
string& value);
251 std::
string* _internal_mutable_host();
255 void clear_msg_type();
256 const
std::
string& msg_type() const;
257 void set_msg_type(const
std::
string& value);
258 void set_msg_type(
std::
string&& value);
259 void set_msg_type(const
char* value);
260 void set_msg_type(const
char* value,
size_t size);
261 std::
string* mutable_msg_type();
262 std::
string* release_msg_type();
263 void set_allocated_msg_type(
std::
string* msg_type);
264 GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
265 "
string fields are deprecated and will be removed in a"
267 std::
string* unsafe_arena_release_msg_type();
268 GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
269 "
string fields are deprecated and will be removed in a"
271 void unsafe_arena_set_allocated_msg_type(
272 std::
string* msg_type);
274 const
std::
string& _internal_msg_type() const;
275 void _internal_set_msg_type(const
std::
string& value);
276 std::
string* _internal_mutable_msg_type();
280 bool has_header() const;
282 bool _internal_has_header() const;
288 void set_allocated_header(::
ignition::msgs::Header* header);
290 const ::
ignition::msgs::Header& _internal_header() const;
291 ::
ignition::msgs::Header* _internal_mutable_header();
293 void unsafe_arena_set_allocated_header(
295 ::
ignition::msgs::Header* unsafe_arena_release_header();
299 ::PROTOBUF_NAMESPACE_ID::uint32 port() const;
300 void set_port(::PROTOBUF_NAMESPACE_ID::uint32 value);
302 ::PROTOBUF_NAMESPACE_ID::uint32 _internal_port() const;
303 void _internal_set_port(::PROTOBUF_NAMESPACE_ID::uint32 value);
307 void clear_latching();
308 bool latching() const;
309 void set_latching(
bool value);
311 bool _internal_latching() const;
312 void _internal_set_latching(
bool value);
319 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
320 typedef
void InternalArenaConstructable_;
321 typedef
void DestructorSkippable_;
322 ::PROTOBUF_NAMESPACE_ID::
internal::ArenaStringPtr topic_;
323 ::PROTOBUF_NAMESPACE_ID::
internal::ArenaStringPtr host_;
324 ::PROTOBUF_NAMESPACE_ID::
internal::ArenaStringPtr msg_type_;
326 ::PROTOBUF_NAMESPACE_ID::uint32 port_;
328 mutable ::PROTOBUF_NAMESPACE_ID::
internal::CachedSize _cached_size_;
337 #pragma GCC diagnostic push
338 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
343 inline bool Subscribe::_internal_has_header()
const {
344 return this != internal_default_instance() && header_ !=
nullptr;
346 inline bool Subscribe::has_header()
const {
347 return _internal_has_header();
349 inline const ::ignition::msgs::Header& Subscribe::_internal_header()
const {
350 const ::ignition::msgs::Header* p = header_;
351 return p !=
nullptr ? *p : *
reinterpret_cast<const ::ignition::msgs::Header*
>(
354 inline const ::ignition::msgs::Header& Subscribe::header()
const {
356 return _internal_header();
358 inline void Subscribe::unsafe_arena_set_allocated_header(
359 ::ignition::msgs::Header* header) {
360 if (GetArena() ==
nullptr) {
361 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(header_);
371 inline ::ignition::msgs::Header* Subscribe::release_header() {
372 auto temp = unsafe_arena_release_header();
373 if (GetArena() !=
nullptr) {
374 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
378 inline ::ignition::msgs::Header* Subscribe::unsafe_arena_release_header() {
381 ::ignition::msgs::Header* temp = header_;
385 inline ::ignition::msgs::Header* Subscribe::_internal_mutable_header() {
387 if (header_ ==
nullptr) {
388 auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
393 inline ::ignition::msgs::Header* Subscribe::mutable_header() {
395 return _internal_mutable_header();
397 inline void Subscribe::set_allocated_header(::ignition::msgs::Header* header) {
398 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
399 if (message_arena ==
nullptr) {
400 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(header_);
403 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
404 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(header)->GetArena();
405 if (message_arena != submessage_arena) {
406 header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
407 message_arena, header, submessage_arena);
418 inline void Subscribe::clear_topic() {
419 topic_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
421 inline const std::string& Subscribe::topic()
const {
423 return _internal_topic();
425 inline void Subscribe::set_topic(
const std::string& value) {
426 _internal_set_topic(value);
431 return _internal_mutable_topic();
433 inline const std::string& Subscribe::_internal_topic()
const {
436 inline void Subscribe::_internal_set_topic(
const std::string& value) {
438 topic_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
440 inline void Subscribe::set_topic(
std::string&& value) {
443 &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::move(value), GetArena());
446 inline void Subscribe::set_topic(
const char* value) {
447 GOOGLE_DCHECK(value !=
nullptr);
449 topic_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(value),
453 inline void Subscribe::set_topic(
const char* value,
456 topic_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(
457 reinterpret_cast<const char*
>(value), size), GetArena());
460 inline std::string* Subscribe::_internal_mutable_topic() {
462 return topic_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
466 return topic_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
468 inline void Subscribe::set_allocated_topic(
std::string* topic) {
469 if (topic !=
nullptr) {
474 topic_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), topic,
478 inline std::string* Subscribe::unsafe_arena_release_topic() {
480 GOOGLE_DCHECK(GetArena() !=
nullptr);
482 return topic_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
485 inline void Subscribe::unsafe_arena_set_allocated_topic(
487 GOOGLE_DCHECK(GetArena() !=
nullptr);
488 if (topic !=
nullptr) {
493 topic_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
499 inline void Subscribe::clear_host() {
500 host_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
502 inline const std::string& Subscribe::host()
const {
504 return _internal_host();
506 inline void Subscribe::set_host(
const std::string& value) {
507 _internal_set_host(value);
512 return _internal_mutable_host();
514 inline const std::string& Subscribe::_internal_host()
const {
517 inline void Subscribe::_internal_set_host(
const std::string& value) {
519 host_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
521 inline void Subscribe::set_host(
std::string&& value) {
524 &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::move(value), GetArena());
527 inline void Subscribe::set_host(
const char* value) {
528 GOOGLE_DCHECK(value !=
nullptr);
530 host_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(value),
534 inline void Subscribe::set_host(
const char* value,
537 host_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(
538 reinterpret_cast<const char*
>(value), size), GetArena());
541 inline std::string* Subscribe::_internal_mutable_host() {
543 return host_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
547 return host_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
549 inline void Subscribe::set_allocated_host(
std::string* host) {
550 if (host !=
nullptr) {
555 host_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), host,
559 inline std::string* Subscribe::unsafe_arena_release_host() {
561 GOOGLE_DCHECK(GetArena() !=
nullptr);
563 return host_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
566 inline void Subscribe::unsafe_arena_set_allocated_host(
568 GOOGLE_DCHECK(GetArena() !=
nullptr);
569 if (host !=
nullptr) {
574 host_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
580 inline void Subscribe::clear_port() {
583 inline ::PROTOBUF_NAMESPACE_ID::uint32 Subscribe::_internal_port()
const {
586 inline ::PROTOBUF_NAMESPACE_ID::uint32 Subscribe::port()
const {
588 return _internal_port();
590 inline void Subscribe::_internal_set_port(::PROTOBUF_NAMESPACE_ID::uint32 value) {
594 inline void Subscribe::set_port(::PROTOBUF_NAMESPACE_ID::uint32 value) {
595 _internal_set_port(value);
600 inline void Subscribe::clear_msg_type() {
601 msg_type_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
603 inline const std::string& Subscribe::msg_type()
const {
605 return _internal_msg_type();
607 inline void Subscribe::set_msg_type(
const std::string& value) {
608 _internal_set_msg_type(value);
611 inline std::string* Subscribe::mutable_msg_type() {
613 return _internal_mutable_msg_type();
615 inline const std::string& Subscribe::_internal_msg_type()
const {
616 return msg_type_.Get();
618 inline void Subscribe::_internal_set_msg_type(
const std::string& value) {
620 msg_type_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
622 inline void Subscribe::set_msg_type(
std::string&& value) {
625 &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::move(value), GetArena());
628 inline void Subscribe::set_msg_type(
const char* value) {
629 GOOGLE_DCHECK(value !=
nullptr);
631 msg_type_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(value),
635 inline void Subscribe::set_msg_type(
const char* value,
638 msg_type_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(
639 reinterpret_cast<const char*
>(value), size), GetArena());
642 inline std::string* Subscribe::_internal_mutable_msg_type() {
644 return msg_type_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
646 inline std::string* Subscribe::release_msg_type() {
648 return msg_type_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
650 inline void Subscribe::set_allocated_msg_type(
std::string* msg_type) {
651 if (msg_type !=
nullptr) {
656 msg_type_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), msg_type,
660 inline std::string* Subscribe::unsafe_arena_release_msg_type() {
662 GOOGLE_DCHECK(GetArena() !=
nullptr);
664 return msg_type_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
667 inline void Subscribe::unsafe_arena_set_allocated_msg_type(
669 GOOGLE_DCHECK(GetArena() !=
nullptr);
670 if (msg_type !=
nullptr) {
675 msg_type_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
676 msg_type, GetArena());
681 inline void Subscribe::clear_latching() {
684 inline bool Subscribe::_internal_latching()
const {
687 inline bool Subscribe::latching()
const {
689 return _internal_latching();
691 inline void Subscribe::_internal_set_latching(
bool value) {
695 inline void Subscribe::set_latching(
bool value) {
696 _internal_set_latching(value);
701 #pragma GCC diagnostic pop
718 #include <google/protobuf/port_undef.inc>
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fsubscribe_2eproto
Subscribe & operator=(Subscribe &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:100
static void InitAsDefaultInstance()
Subscribe(Subscribe &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:91
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:115
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void UnsafeArenaSwap(Subscribe *other)
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:139
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:109
const std::string & topic() const
Subscribe * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:151
void set_topic(const std::string &value)
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Subscribe()
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:87
static const Subscribe * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:121
Subscribe * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:147
friend void swap(Subscribe &a, Subscribe &b)
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:128
void set_allocated_topic(std::string *topic)
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void set_topic(const char *value, size_t size)
void set_topic(std::string &&value)
void Swap(Subscribe *other)
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:131
Subscribe(const Subscribe &from)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:112
Subscribe(::PROTOBUF_NAMESPACE_ID::Arena *arena)
void set_topic(const char *value)
static const Subscribe & default_instance()
std::string * release_topic()
Subscribe & operator=(const Subscribe &from)
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:96
void CopyFrom(const Subscribe &from)
std::string * mutable_topic()
void MergeFrom(const Subscribe &from)
std::unique_ptr< Subscribe > SubscribeUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:704
std::unique_ptr< const Subscribe > ConstSubscribeUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:705
std::shared_ptr< const Subscribe > ConstSubscribeSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:707
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::shared_ptr< Subscribe > SubscribeSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:706
IGNITION_MSGS_VISIBLE SubscribeDefaultTypeInternal _Subscribe_default_instance_
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
Definition: build/ignition-msgs8/include/ignition/msgs/subscribe.pb.h:57
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)