Ignition Msgs

API Reference

5.8.1
gps.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/gps.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fgps_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fgps_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3014000
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 3014000 < 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/metadata_lite.h>
29 #include <google/protobuf/generated_message_reflection.h>
30 #include <google/protobuf/message.h>
31 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
32 #include <google/protobuf/extension_set.h> // IWYU pragma: export
33 #include <google/protobuf/unknown_field_set.h>
35 #ifndef _MSC_VER
36 #pragma GCC system_header
37 #else
38 #pragma warning(push)
39 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
40 #endif
41 #ifdef __linux__
42 #include <sys/sysmacros.h>
43 #endif
44 #include <memory>
45 #include <ignition/msgs/Export.hh>
46 // @@protoc_insertion_point(includes)
47 #include <google/protobuf/port_def.inc>
48 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fgps_2eproto IGNITION_MSGS_VISIBLE
49 PROTOBUF_NAMESPACE_OPEN
50 namespace internal {
51 class AnyMetadata;
52 } // namespace internal
53 PROTOBUF_NAMESPACE_CLOSE
54 
55 // Internal implementation detail -- do not use these members.
56 struct IGNITION_MSGS_VISIBLE TableStruct_ignition_2fmsgs_2fgps_2eproto {
57  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
58  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
59  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
60  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
61  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
62  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
63  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
64  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
65  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
66 };
67 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fgps_2eproto;
68 namespace ignition {
69 namespace msgs {
70 class GPS;
71 class GPSDefaultTypeInternal;
72 IGNITION_MSGS_VISIBLE extern GPSDefaultTypeInternal _GPS_default_instance_;
73 } // namespace msgs
74 } // namespace ignition
75 PROTOBUF_NAMESPACE_OPEN
76 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::GPS* Arena::CreateMaybeMessage<::ignition::msgs::GPS>(Arena*);
77 PROTOBUF_NAMESPACE_CLOSE
78 namespace ignition {
79 namespace msgs {
80 
81 // ===================================================================
82 
83 class IGNITION_MSGS_VISIBLE GPS PROTOBUF_FINAL :
84  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.GPS) */ {
85  public:
86  inline GPS() : GPS(nullptr) {}
87  virtual ~GPS();
88 
89  GPS(const GPS& from);
90  GPS(GPS&& from) noexcept
91  : GPS() {
92  *this = ::std::move(from);
93  }
94 
95  inline GPS& operator=(const GPS& from) {
96  CopyFrom(from);
97  return *this;
98  }
99  inline GPS& operator=(GPS&& from) noexcept {
100  if (GetArena() == from.GetArena()) {
101  if (this != &from) InternalSwap(&from);
102  } else {
103  CopyFrom(from);
104  }
105  return *this;
106  }
107 
108  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
109  return GetDescriptor();
110  }
111  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
112  return GetMetadataStatic().descriptor;
113  }
114  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
115  return GetMetadataStatic().reflection;
116  }
117  static const GPS& default_instance();
118 
119  static inline const GPS* internal_default_instance() {
120  return reinterpret_cast<const GPS*>(
122  }
123  static constexpr int kIndexInFileMessages =
124  0;
125 
126  friend void swap(GPS& a, GPS& b) {
127  a.Swap(&b);
128  }
129  inline void Swap(GPS* other) {
130  if (other == this) return;
131  if (GetArena() == other->GetArena()) {
132  InternalSwap(other);
133  } else {
134  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
135  }
136  }
137  void UnsafeArenaSwap(GPS* other) {
138  if (other == this) return;
139  GOOGLE_DCHECK(GetArena() == other->GetArena());
140  InternalSwap(other);
141  }
142 
143  // implements Message ----------------------------------------------
144 
145  inline GPS* New() const final {
146  return CreateMaybeMessage<GPS>(nullptr);
147  }
148 
149  GPS* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
150  return CreateMaybeMessage<GPS>(arena);
151  }
152  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
153  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
154  void CopyFrom(const GPS& from);
155  void MergeFrom(const GPS& from);
156  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
157  bool IsInitialized() const final;
158 
159  size_t ByteSizeLong() const final;
160  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
161  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
162  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
163  int GetCachedSize() const final { return _cached_size_.Get(); }
164 
165  private:
166  inline void SharedCtor();
167  inline void SharedDtor();
168  void SetCachedSize(int size) const final;
169  void InternalSwap(GPS* other);
170  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
171  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
172  return "ignition.msgs.GPS";
173  }
174  protected:
175  explicit GPS(::PROTOBUF_NAMESPACE_ID::Arena* arena);
176  private:
177  static void ArenaDtor(void* object);
178  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
179  public:
180 
181  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
182  private:
183  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
184  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fgps_2eproto);
185  return ::descriptor_table_ignition_2fmsgs_2fgps_2eproto.file_level_metadata[kIndexInFileMessages];
186  }
187 
188  public:
189 
190  // nested types ----------------------------------------------------
191 
192  // accessors -------------------------------------------------------
193 
194  enum : int {
195  kLinkNameFieldNumber = 2,
196  kHeaderFieldNumber = 1,
197  kLatitudeDegFieldNumber = 3,
198  kLongitudeDegFieldNumber = 4,
199  kAltitudeFieldNumber = 5,
200  kVelocityEastFieldNumber = 6,
201  kVelocityNorthFieldNumber = 7,
202  kVelocityUpFieldNumber = 8,
203  };
204  // string link_name = 2;
206  const std::string& link_name() const;
207  void set_link_name(const std::string& value);
208  void set_link_name(std::string&& value);
209  void set_link_name(const char* value);
210  void set_link_name(const char* value, size_t size);
214  private:
215  const std::string& _internal_link_name() const;
216  void _internal_set_link_name(const std::string& value);
217  std::string* _internal_mutable_link_name();
218  public:
219 
220  // .ignition.msgs.Header header = 1;
221  bool has_header() const;
222  private:
223  bool _internal_has_header() const;
224  public:
225  void clear_header();
226  const ::ignition::msgs::Header& header() const;
227  ::ignition::msgs::Header* release_header();
228  ::ignition::msgs::Header* mutable_header();
229  void set_allocated_header(::ignition::msgs::Header* header);
230  private:
231  const ::ignition::msgs::Header& _internal_header() const;
232  ::ignition::msgs::Header* _internal_mutable_header();
233  public:
235  ::ignition::msgs::Header* header);
236  ::ignition::msgs::Header* unsafe_arena_release_header();
237 
238  // double latitude_deg = 3;
240  double latitude_deg() const;
241  void set_latitude_deg(double value);
242  private:
243  double _internal_latitude_deg() const;
244  void _internal_set_latitude_deg(double value);
245  public:
246 
247  // double longitude_deg = 4;
249  double longitude_deg() const;
250  void set_longitude_deg(double value);
251  private:
252  double _internal_longitude_deg() const;
253  void _internal_set_longitude_deg(double value);
254  public:
255 
256  // double altitude = 5;
258  double altitude() const;
259  void set_altitude(double value);
260  private:
261  double _internal_altitude() const;
262  void _internal_set_altitude(double value);
263  public:
264 
265  // double velocity_east = 6;
267  double velocity_east() const;
268  void set_velocity_east(double value);
269  private:
270  double _internal_velocity_east() const;
271  void _internal_set_velocity_east(double value);
272  public:
273 
274  // double velocity_north = 7;
276  double velocity_north() const;
277  void set_velocity_north(double value);
278  private:
279  double _internal_velocity_north() const;
280  void _internal_set_velocity_north(double value);
281  public:
282 
283  // double velocity_up = 8;
285  double velocity_up() const;
286  void set_velocity_up(double value);
287  private:
288  double _internal_velocity_up() const;
289  void _internal_set_velocity_up(double value);
290  public:
291 
292  // @@protoc_insertion_point(class_scope:ignition.msgs.GPS)
293  private:
294  class _Internal;
295 
296  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
297  typedef void InternalArenaConstructable_;
298  typedef void DestructorSkippable_;
299  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr link_name_;
300  ::ignition::msgs::Header* header_;
301  double latitude_deg_;
302  double longitude_deg_;
303  double altitude_;
304  double velocity_east_;
305  double velocity_north_;
306  double velocity_up_;
307  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
308  friend struct ::TableStruct_ignition_2fmsgs_2fgps_2eproto;
309 };
310 // ===================================================================
311 
312 
313 // ===================================================================
314 
315 #ifdef __GNUC__
316  #pragma GCC diagnostic push
317  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
318 #endif // __GNUC__
319 // GPS
320 
321 // .ignition.msgs.Header header = 1;
322 inline bool GPS::_internal_has_header() const {
323  return this != internal_default_instance() && header_ != nullptr;
324 }
325 inline bool GPS::has_header() const {
326  return _internal_has_header();
327 }
328 inline const ::ignition::msgs::Header& GPS::_internal_header() const {
329  const ::ignition::msgs::Header* p = header_;
330  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Header&>(
332 }
333 inline const ::ignition::msgs::Header& GPS::header() const {
334  // @@protoc_insertion_point(field_get:ignition.msgs.GPS.header)
335  return _internal_header();
336 }
337 inline void GPS::unsafe_arena_set_allocated_header(
338  ::ignition::msgs::Header* header) {
339  if (GetArena() == nullptr) {
340  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
341  }
342  header_ = header;
343  if (header) {
344 
345  } else {
346 
347  }
348  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.GPS.header)
349 }
350 inline ::ignition::msgs::Header* GPS::release_header() {
351 
352  ::ignition::msgs::Header* temp = header_;
353  header_ = nullptr;
354  if (GetArena() != nullptr) {
355  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
356  }
357  return temp;
358 }
359 inline ::ignition::msgs::Header* GPS::unsafe_arena_release_header() {
360  // @@protoc_insertion_point(field_release:ignition.msgs.GPS.header)
361 
362  ::ignition::msgs::Header* temp = header_;
363  header_ = nullptr;
364  return temp;
365 }
366 inline ::ignition::msgs::Header* GPS::_internal_mutable_header() {
367 
368  if (header_ == nullptr) {
369  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
370  header_ = p;
371  }
372  return header_;
373 }
374 inline ::ignition::msgs::Header* GPS::mutable_header() {
375  // @@protoc_insertion_point(field_mutable:ignition.msgs.GPS.header)
376  return _internal_mutable_header();
377 }
378 inline void GPS::set_allocated_header(::ignition::msgs::Header* header) {
379  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
380  if (message_arena == nullptr) {
381  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
382  }
383  if (header) {
384  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
385  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
386  if (message_arena != submessage_arena) {
387  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
388  message_arena, header, submessage_arena);
389  }
390 
391  } else {
392 
393  }
394  header_ = header;
395  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.GPS.header)
396 }
397 
398 // string link_name = 2;
399 inline void GPS::clear_link_name() {
400  link_name_.ClearToEmpty();
401 }
402 inline const std::string& GPS::link_name() const {
403  // @@protoc_insertion_point(field_get:ignition.msgs.GPS.link_name)
404  return _internal_link_name();
405 }
406 inline void GPS::set_link_name(const std::string& value) {
407  _internal_set_link_name(value);
408  // @@protoc_insertion_point(field_set:ignition.msgs.GPS.link_name)
409 }
410 inline std::string* GPS::mutable_link_name() {
411  // @@protoc_insertion_point(field_mutable:ignition.msgs.GPS.link_name)
412  return _internal_mutable_link_name();
413 }
414 inline const std::string& GPS::_internal_link_name() const {
415  return link_name_.Get();
416 }
417 inline void GPS::_internal_set_link_name(const std::string& value) {
418 
419  link_name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArena());
420 }
421 inline void GPS::set_link_name(std::string&& value) {
422 
423  link_name_.Set(
424  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::move(value), GetArena());
425  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.GPS.link_name)
426 }
427 inline void GPS::set_link_name(const char* value) {
428  GOOGLE_DCHECK(value != nullptr);
429 
430  link_name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(value), GetArena());
431  // @@protoc_insertion_point(field_set_char:ignition.msgs.GPS.link_name)
432 }
433 inline void GPS::set_link_name(const char* value,
434  size_t size) {
435 
436  link_name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(
437  reinterpret_cast<const char*>(value), size), GetArena());
438  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.GPS.link_name)
439 }
440 inline std::string* GPS::_internal_mutable_link_name() {
441 
442  return link_name_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArena());
443 }
444 inline std::string* GPS::release_link_name() {
445  // @@protoc_insertion_point(field_release:ignition.msgs.GPS.link_name)
446  return link_name_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
447 }
448 inline void GPS::set_allocated_link_name(std::string* link_name) {
449  if (link_name != nullptr) {
450 
451  } else {
452 
453  }
454  link_name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), link_name,
455  GetArena());
456  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.GPS.link_name)
457 }
458 
459 // double latitude_deg = 3;
460 inline void GPS::clear_latitude_deg() {
461  latitude_deg_ = 0;
462 }
463 inline double GPS::_internal_latitude_deg() const {
464  return latitude_deg_;
465 }
466 inline double GPS::latitude_deg() const {
467  // @@protoc_insertion_point(field_get:ignition.msgs.GPS.latitude_deg)
468  return _internal_latitude_deg();
469 }
470 inline void GPS::_internal_set_latitude_deg(double value) {
471 
472  latitude_deg_ = value;
473 }
474 inline void GPS::set_latitude_deg(double value) {
475  _internal_set_latitude_deg(value);
476  // @@protoc_insertion_point(field_set:ignition.msgs.GPS.latitude_deg)
477 }
478 
479 // double longitude_deg = 4;
480 inline void GPS::clear_longitude_deg() {
481  longitude_deg_ = 0;
482 }
483 inline double GPS::_internal_longitude_deg() const {
484  return longitude_deg_;
485 }
486 inline double GPS::longitude_deg() const {
487  // @@protoc_insertion_point(field_get:ignition.msgs.GPS.longitude_deg)
488  return _internal_longitude_deg();
489 }
490 inline void GPS::_internal_set_longitude_deg(double value) {
491 
492  longitude_deg_ = value;
493 }
494 inline void GPS::set_longitude_deg(double value) {
495  _internal_set_longitude_deg(value);
496  // @@protoc_insertion_point(field_set:ignition.msgs.GPS.longitude_deg)
497 }
498 
499 // double altitude = 5;
500 inline void GPS::clear_altitude() {
501  altitude_ = 0;
502 }
503 inline double GPS::_internal_altitude() const {
504  return altitude_;
505 }
506 inline double GPS::altitude() const {
507  // @@protoc_insertion_point(field_get:ignition.msgs.GPS.altitude)
508  return _internal_altitude();
509 }
510 inline void GPS::_internal_set_altitude(double value) {
511 
512  altitude_ = value;
513 }
514 inline void GPS::set_altitude(double value) {
515  _internal_set_altitude(value);
516  // @@protoc_insertion_point(field_set:ignition.msgs.GPS.altitude)
517 }
518 
519 // double velocity_east = 6;
520 inline void GPS::clear_velocity_east() {
521  velocity_east_ = 0;
522 }
523 inline double GPS::_internal_velocity_east() const {
524  return velocity_east_;
525 }
526 inline double GPS::velocity_east() const {
527  // @@protoc_insertion_point(field_get:ignition.msgs.GPS.velocity_east)
528  return _internal_velocity_east();
529 }
530 inline void GPS::_internal_set_velocity_east(double value) {
531 
532  velocity_east_ = value;
533 }
534 inline void GPS::set_velocity_east(double value) {
535  _internal_set_velocity_east(value);
536  // @@protoc_insertion_point(field_set:ignition.msgs.GPS.velocity_east)
537 }
538 
539 // double velocity_north = 7;
540 inline void GPS::clear_velocity_north() {
541  velocity_north_ = 0;
542 }
543 inline double GPS::_internal_velocity_north() const {
544  return velocity_north_;
545 }
546 inline double GPS::velocity_north() const {
547  // @@protoc_insertion_point(field_get:ignition.msgs.GPS.velocity_north)
548  return _internal_velocity_north();
549 }
550 inline void GPS::_internal_set_velocity_north(double value) {
551 
552  velocity_north_ = value;
553 }
554 inline void GPS::set_velocity_north(double value) {
555  _internal_set_velocity_north(value);
556  // @@protoc_insertion_point(field_set:ignition.msgs.GPS.velocity_north)
557 }
558 
559 // double velocity_up = 8;
560 inline void GPS::clear_velocity_up() {
561  velocity_up_ = 0;
562 }
563 inline double GPS::_internal_velocity_up() const {
564  return velocity_up_;
565 }
566 inline double GPS::velocity_up() const {
567  // @@protoc_insertion_point(field_get:ignition.msgs.GPS.velocity_up)
568  return _internal_velocity_up();
569 }
570 inline void GPS::_internal_set_velocity_up(double value) {
571 
572  velocity_up_ = value;
573 }
574 inline void GPS::set_velocity_up(double value) {
575  _internal_set_velocity_up(value);
576  // @@protoc_insertion_point(field_set:ignition.msgs.GPS.velocity_up)
577 }
578 
579 #ifdef __GNUC__
580  #pragma GCC diagnostic pop
581 #endif // __GNUC__
582 
587 // @@protoc_insertion_point(namespace_scope)
588 
589 } // namespace msgs
590 } // namespace ignition
591 
592 #ifdef _MSC_VER
593 #pragma warning(pop)
594 #endif
595 // @@protoc_insertion_point(global_scope)
596 
597 #include <google/protobuf/port_undef.inc>
598 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fgps_2eproto
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: gps.pb.h:114
void set_latitude_deg(double value)
void Swap(GPS *other)
Definition: gps.pb.h:129
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const GPS * internal_default_instance()
Definition: gps.pb.h:119
::ignition::msgs::Header * release_header()
void set_link_name(const char *value)
::ignition::msgs::Header * mutable_header()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: gps.pb.h:108
friend void swap(GPS &a, GPS &b)
Definition: gps.pb.h:126
void set_allocated_link_name(std::string *link_name)
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
void CopyFrom(const GPS &from)
GPS & operator=(GPS &&from) noexcept
Definition: gps.pb.h:99
GPS(GPS &&from) noexcept
Definition: gps.pb.h:90
::ignition::msgs::Header * unsafe_arena_release_header()
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
GPS * New() const final
Definition: gps.pb.h:145
void set_velocity_north(double value)
void set_link_name(std::string &&value)
void set_allocated_header(::ignition::msgs::Header *header)
void set_longitude_deg(double value)
GPS & operator=(const GPS &from)
Definition: gps.pb.h:95
void set_velocity_east(double value)
GPS * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: gps.pb.h:149
GPS(::PROTOBUF_NAMESPACE_ID::Arena *arena)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
std::string * mutable_link_name()
void set_link_name(const char *value, size_t size)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: gps.pb.h:111
void MergeFrom(const GPS &from)
GPS()
Definition: gps.pb.h:86
std::string * release_link_name()
void set_altitude(double value)
void set_velocity_up(double value)
static const GPS & default_instance()
const ::ignition::msgs::Header & header() const
const std::string & link_name() const
void UnsafeArenaSwap(GPS *other)
Definition: gps.pb.h:137
void set_link_name(const std::string &value)
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fgps_2eproto
IGNITION_MSGS_VISIBLE GPSDefaultTypeInternal _GPS_default_instance_
std::unique_ptr< GPS > GPSUniquePtr
Definition: gps.pb.h:583
std::shared_ptr< GPS > GPSSharedPtr
Definition: gps.pb.h:585
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::shared_ptr< const GPS > ConstGPSSharedPtr
Definition: gps.pb.h:586
std::unique_ptr< const GPS > ConstGPSUniquePtr
Definition: gps.pb.h:584
Definition: actor.pb.h:52
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
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)