Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/wireless_node.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fwireless_5fnode_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fwireless_5fnode_2eproto
6 
7 #include <limits>
8 #include <string>
9 
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
14 #error your headers.
15 #endif
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.
20 #endif
21 
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> // IWYU pragma: export
33 #include <google/protobuf/extension_set.h> // IWYU pragma: export
34 #include <google/protobuf/unknown_field_set.h>
36 #ifndef _MSC_VER
37 #pragma GCC system_header
38 #else
39 #pragma warning(push)
40 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
41 #endif
42 #ifdef __linux__
43 #include <sys/sysmacros.h>
44 #endif
45 #include <memory>
46 #include <ignition/msgs/Export.hh>
47 // @@protoc_insertion_point(includes)
48 #include <google/protobuf/port_def.inc>
49 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fwireless_5fnode_2eproto IGNITION_MSGS_VISIBLE
50 PROTOBUF_NAMESPACE_OPEN
51 namespace internal {
52 class AnyMetadata;
53 } // namespace internal
54 PROTOBUF_NAMESPACE_CLOSE
55 
56 // Internal implementation detail -- do not use these members.
58  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
59  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
60  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
61  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
62  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
63  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
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[];
67 };
68 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fwireless_5fnode_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class WirelessNode;
72 class WirelessNodeDefaultTypeInternal;
73 IGNITION_MSGS_VISIBLE extern WirelessNodeDefaultTypeInternal _WirelessNode_default_instance_;
74 } // namespace msgs
75 } // namespace ignition
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::WirelessNode* Arena::CreateMaybeMessage<::ignition::msgs::WirelessNode>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
79 namespace ignition {
80 namespace msgs {
81 
82 // ===================================================================
83 
84 class IGNITION_MSGS_VISIBLE WirelessNode PROTOBUF_FINAL :
85  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.WirelessNode) */ {
86  public:
87  inline WirelessNode() : WirelessNode(nullptr) {};
88  virtual ~WirelessNode();
89 
90  WirelessNode(const WirelessNode& from);
91  WirelessNode(WirelessNode&& from) noexcept
92  : WirelessNode() {
93  *this = ::std::move(from);
94  }
95 
96  inline WirelessNode& operator=(const WirelessNode& from) {
97  CopyFrom(from);
98  return *this;
99  }
100  inline WirelessNode& operator=(WirelessNode&& from) noexcept {
101  if (GetArena() == from.GetArena()) {
102  if (this != &from) InternalSwap(&from);
103  } else {
104  CopyFrom(from);
105  }
106  return *this;
107  }
108 
109  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
110  return GetDescriptor();
111  }
112  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
113  return GetMetadataStatic().descriptor;
114  }
115  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
116  return GetMetadataStatic().reflection;
117  }
118  static const WirelessNode& default_instance();
119 
120  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
121  static inline const WirelessNode* internal_default_instance() {
122  return reinterpret_cast<const WirelessNode*>(
124  }
125  static constexpr int kIndexInFileMessages =
126  0;
127 
128  friend void swap(WirelessNode& a, WirelessNode& b) {
129  a.Swap(&b);
130  }
131  inline void Swap(WirelessNode* other) {
132  if (other == this) return;
133  if (GetArena() == other->GetArena()) {
134  InternalSwap(other);
135  } else {
136  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
137  }
138  }
139  void UnsafeArenaSwap(WirelessNode* other) {
140  if (other == this) return;
141  GOOGLE_DCHECK(GetArena() == other->GetArena());
142  InternalSwap(other);
143  }
144 
145  // implements Message ----------------------------------------------
146 
147  inline WirelessNode* New() const final {
148  return CreateMaybeMessage<WirelessNode>(nullptr);
149  }
150 
151  WirelessNode* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
152  return CreateMaybeMessage<WirelessNode>(arena);
153  }
154  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
155  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
156  void CopyFrom(const WirelessNode& from);
157  void MergeFrom(const WirelessNode& from);
158  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
159  bool IsInitialized() const final;
160 
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(); }
166 
167  private:
168  inline void SharedCtor();
169  inline void SharedDtor();
170  void SetCachedSize(int size) const final;
171  void InternalSwap(WirelessNode* other);
172  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
173  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
174  return "ignition.msgs.WirelessNode";
175  }
176  protected:
177  explicit WirelessNode(::PROTOBUF_NAMESPACE_ID::Arena* arena);
178  private:
179  static void ArenaDtor(void* object);
180  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
181  public:
182 
183  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
184  private:
185  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
186  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fwireless_5fnode_2eproto);
187  return ::descriptor_table_ignition_2fmsgs_2fwireless_5fnode_2eproto.file_level_metadata[kIndexInFileMessages];
188  }
189 
190  public:
191 
192  // nested types ----------------------------------------------------
193 
194  // accessors -------------------------------------------------------
195 
196  enum : int {
197  kEssidFieldNumber = 2,
198  kHeaderFieldNumber = 1,
199  kFrequencyFieldNumber = 3,
200  kSignalLevelFieldNumber = 4,
201  };
202  // string essid = 2;
203  void clear_essid();
204  const std::string& essid() const;
205  void set_essid(const std::string& value);
206  void set_essid(std::string&& value);
207  void set_essid(const char* value);
208  void set_essid(const char* value, size_t size);
212  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
213  " string fields are deprecated and will be removed in a"
214  " future release.")
215  std::string* unsafe_arena_release_essid();
216  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
217  " string fields are deprecated and will be removed in a"
218  " future release.")
219  void unsafe_arena_set_allocated_essid(
220  std::string* essid);
221  private:
222  const std::string& _internal_essid() const;
223  void _internal_set_essid(const std::string& value);
224  std::string* _internal_mutable_essid();
225  public:
226 
227  // .ignition.msgs.Header header = 1;
228  bool has_header() const;
229  private:
230  bool _internal_has_header() const;
231  public:
232  void clear_header();
233  const ::ignition::msgs::Header& header() const;
234  ::ignition::msgs::Header* release_header();
235  ::ignition::msgs::Header* mutable_header();
236  void set_allocated_header(::ignition::msgs::Header* header);
237  private:
238  const ::ignition::msgs::Header& _internal_header() const;
239  ::ignition::msgs::Header* _internal_mutable_header();
240  public:
241  void unsafe_arena_set_allocated_header(
242  ::ignition::msgs::Header* header);
243  ::ignition::msgs::Header* unsafe_arena_release_header();
244 
245  // double frequency = 3;
246  void clear_frequency();
247  double frequency() const;
248  void set_frequency(double value);
249  private:
250  double _internal_frequency() const;
251  void _internal_set_frequency(double value);
252  public:
253 
254  // double signal_level = 4;
255  void clear_signal_level();
256  double signal_level() const;
257  void set_signal_level(double value);
258  private:
259  double _internal_signal_level() const;
260  void _internal_set_signal_level(double value);
261  public:
262 
263  // @@protoc_insertion_point(class_scope:ignition.msgs.WirelessNode)
264  private:
265  class _Internal;
266 
267  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
268  typedef void InternalArenaConstructable_;
269  typedef void DestructorSkippable_;
270  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr essid_;
271  ::ignition::msgs::Header* header_;
272  double frequency_;
273  double signal_level_;
274  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
276 };
277 // ===================================================================
278 
279 
280 // ===================================================================
281 
282 #ifdef __GNUC__
283  #pragma GCC diagnostic push
284  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
285 #endif // __GNUC__
286 // WirelessNode
287 
288 // .ignition.msgs.Header header = 1;
289 inline bool WirelessNode::_internal_has_header() const {
290  return this != internal_default_instance() && header_ != nullptr;
291 }
292 inline bool WirelessNode::has_header() const {
293  return _internal_has_header();
294 }
295 inline const ::ignition::msgs::Header& WirelessNode::_internal_header() const {
296  const ::ignition::msgs::Header* p = header_;
297  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
299 }
300 inline const ::ignition::msgs::Header& WirelessNode::header() const {
301  // @@protoc_insertion_point(field_get:ignition.msgs.WirelessNode.header)
302  return _internal_header();
303 }
304 inline void WirelessNode::unsafe_arena_set_allocated_header(
305  ::ignition::msgs::Header* header) {
306  if (GetArena() == nullptr) {
307  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
308  }
309  header_ = header;
310  if (header) {
311 
312  } else {
313 
314  }
315  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.WirelessNode.header)
316 }
317 inline ::ignition::msgs::Header* WirelessNode::release_header() {
318  auto temp = unsafe_arena_release_header();
319  if (GetArena() != nullptr) {
320  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
321  }
322  return temp;
323 }
324 inline ::ignition::msgs::Header* WirelessNode::unsafe_arena_release_header() {
325  // @@protoc_insertion_point(field_release:ignition.msgs.WirelessNode.header)
326 
327  ::ignition::msgs::Header* temp = header_;
328  header_ = nullptr;
329  return temp;
330 }
331 inline ::ignition::msgs::Header* WirelessNode::_internal_mutable_header() {
332 
333  if (header_ == nullptr) {
334  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
335  header_ = p;
336  }
337  return header_;
338 }
339 inline ::ignition::msgs::Header* WirelessNode::mutable_header() {
340  // @@protoc_insertion_point(field_mutable:ignition.msgs.WirelessNode.header)
341  return _internal_mutable_header();
342 }
343 inline void WirelessNode::set_allocated_header(::ignition::msgs::Header* header) {
344  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
345  if (message_arena == nullptr) {
346  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
347  }
348  if (header) {
349  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
350  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
351  if (message_arena != submessage_arena) {
352  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
353  message_arena, header, submessage_arena);
354  }
355 
356  } else {
357 
358  }
359  header_ = header;
360  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.WirelessNode.header)
361 }
362 
363 // string essid = 2;
364 inline void WirelessNode::clear_essid() {
365  essid_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
366 }
367 inline const std::string& WirelessNode::essid() const {
368  // @@protoc_insertion_point(field_get:ignition.msgs.WirelessNode.essid)
369  return _internal_essid();
370 }
371 inline void WirelessNode::set_essid(const std::string& value) {
372  _internal_set_essid(value);
373  // @@protoc_insertion_point(field_set:ignition.msgs.WirelessNode.essid)
374 }
375 inline std::string* WirelessNode::mutable_essid() {
376  // @@protoc_insertion_point(field_mutable:ignition.msgs.WirelessNode.essid)
377  return _internal_mutable_essid();
378 }
379 inline const std::string& WirelessNode::_internal_essid() const {
380  return essid_.Get();
381 }
382 inline void WirelessNode::_internal_set_essid(const std::string& value) {
383 
384  essid_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
385 }
386 inline void WirelessNode::set_essid(std::string&& value) {
387 
388  essid_.Set(
389  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
390  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.WirelessNode.essid)
391 }
392 inline void WirelessNode::set_essid(const char* value) {
393  GOOGLE_DCHECK(value != nullptr);
394 
395  essid_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
396  GetArena());
397  // @@protoc_insertion_point(field_set_char:ignition.msgs.WirelessNode.essid)
398 }
399 inline void WirelessNode::set_essid(const char* value,
400  size_t size) {
401 
402  essid_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
403  reinterpret_cast<const char*>(value), size), GetArena());
404  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.WirelessNode.essid)
405 }
406 inline std::string* WirelessNode::_internal_mutable_essid() {
407 
408  return essid_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
409 }
410 inline std::string* WirelessNode::release_essid() {
411  // @@protoc_insertion_point(field_release:ignition.msgs.WirelessNode.essid)
412  return essid_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
413 }
414 inline void WirelessNode::set_allocated_essid(std::string* essid) {
415  if (essid != nullptr) {
416 
417  } else {
418 
419  }
420  essid_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), essid,
421  GetArena());
422  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.WirelessNode.essid)
423 }
424 inline std::string* WirelessNode::unsafe_arena_release_essid() {
425  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.WirelessNode.essid)
426  GOOGLE_DCHECK(GetArena() != nullptr);
427 
428  return essid_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
429  GetArena());
430 }
431 inline void WirelessNode::unsafe_arena_set_allocated_essid(
432  std::string* essid) {
433  GOOGLE_DCHECK(GetArena() != nullptr);
434  if (essid != nullptr) {
435 
436  } else {
437 
438  }
439  essid_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
440  essid, GetArena());
441  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.WirelessNode.essid)
442 }
443 
444 // double frequency = 3;
445 inline void WirelessNode::clear_frequency() {
446  frequency_ = 0;
447 }
448 inline double WirelessNode::_internal_frequency() const {
449  return frequency_;
450 }
451 inline double WirelessNode::frequency() const {
452  // @@protoc_insertion_point(field_get:ignition.msgs.WirelessNode.frequency)
453  return _internal_frequency();
454 }
455 inline void WirelessNode::_internal_set_frequency(double value) {
456 
457  frequency_ = value;
458 }
459 inline void WirelessNode::set_frequency(double value) {
460  _internal_set_frequency(value);
461  // @@protoc_insertion_point(field_set:ignition.msgs.WirelessNode.frequency)
462 }
463 
464 // double signal_level = 4;
465 inline void WirelessNode::clear_signal_level() {
466  signal_level_ = 0;
467 }
468 inline double WirelessNode::_internal_signal_level() const {
469  return signal_level_;
470 }
471 inline double WirelessNode::signal_level() const {
472  // @@protoc_insertion_point(field_get:ignition.msgs.WirelessNode.signal_level)
473  return _internal_signal_level();
474 }
475 inline void WirelessNode::_internal_set_signal_level(double value) {
476 
477  signal_level_ = value;
478 }
479 inline void WirelessNode::set_signal_level(double value) {
480  _internal_set_signal_level(value);
481  // @@protoc_insertion_point(field_set:ignition.msgs.WirelessNode.signal_level)
482 }
483 
484 #ifdef __GNUC__
485  #pragma GCC diagnostic pop
486 #endif // __GNUC__
487 
492 // @@protoc_insertion_point(namespace_scope)
493 
494 } // namespace msgs
495 } // namespace ignition
496 
497 #ifdef _MSC_VER
498 #pragma warning(pop)
499 #endif
500 // @@protoc_insertion_point(global_scope)
501 
502 #include <google/protobuf/port_undef.inc>
503 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fwireless_5fnode_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fwireless_5fnode_2eproto
WirelessNode * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:147
static const WirelessNode & default_instance()
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:115
static const WirelessNode * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:121
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void set_essid(const char *value)
void set_essid(std::string &&value)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:109
const std::string & essid() const
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void Swap(WirelessNode *other)
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:131
WirelessNode * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:151
WirelessNode & operator=(const WirelessNode &from)
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:96
void set_essid(const std::string &value)
WirelessNode(WirelessNode &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:91
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
WirelessNode & operator=(WirelessNode &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:100
void UnsafeArenaSwap(WirelessNode *other)
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:139
void set_essid(const char *value, size_t size)
WirelessNode(const WirelessNode &from)
void CopyFrom(const WirelessNode &from)
void set_allocated_essid(std::string *essid)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
void MergeFrom(const WirelessNode &from)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:112
friend void swap(WirelessNode &a, WirelessNode &b)
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:128
WirelessNode()
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:87
WirelessNode(::PROTOBUF_NAMESPACE_ID::Arena *arena)
T move(T... args)
IGNITION_MSGS_VISIBLE WirelessNodeDefaultTypeInternal _WirelessNode_default_instance_
std::unique_ptr< const WirelessNode > ConstWirelessNodeUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:489
std::unique_ptr< WirelessNode > WirelessNodeUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:488
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::shared_ptr< WirelessNode > WirelessNodeSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:490
std::shared_ptr< const WirelessNode > ConstWirelessNodeSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.pb.h:491
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/wireless_node.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)