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