Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/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 < 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_2fgps_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.
57 struct IGNITION_MSGS_VISIBLE TableStruct_ignition_2fmsgs_2fgps_2eproto {
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_2fgps_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class GPS;
72 class GPSDefaultTypeInternal;
73 IGNITION_MSGS_VISIBLE extern GPSDefaultTypeInternal _GPS_default_instance_;
74 } // namespace msgs
75 } // namespace ignition
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::GPS* Arena::CreateMaybeMessage<::ignition::msgs::GPS>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
79 namespace ignition {
80 namespace msgs {
81 
82 // ===================================================================
83 
84 class IGNITION_MSGS_VISIBLE GPS PROTOBUF_FINAL :
85  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.GPS) */ {
86  public:
87  inline GPS() : GPS(nullptr) {};
88  virtual ~GPS();
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 (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 GPS& default_instance();
119 
120  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
121  static inline const GPS* internal_default_instance() {
122  return reinterpret_cast<const GPS*>(
124  }
125  static constexpr int kIndexInFileMessages =
126  0;
127 
128  friend void swap(GPS& a, GPS& b) {
129  a.Swap(&b);
130  }
131  inline void Swap(GPS* 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(GPS* other) {
140  if (other == this) return;
141  GOOGLE_DCHECK(GetArena() == other->GetArena());
142  InternalSwap(other);
143  }
144 
145  // implements Message ----------------------------------------------
146 
147  inline GPS* New() const final {
148  return CreateMaybeMessage<GPS>(nullptr);
149  }
150 
151  GPS* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
152  return CreateMaybeMessage<GPS>(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 GPS& from);
157  void MergeFrom(const GPS& 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(GPS* other);
172  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
173  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
174  return "ignition.msgs.GPS";
175  }
176  protected:
177  explicit GPS(::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_2fgps_2eproto);
187  return ::descriptor_table_ignition_2fmsgs_2fgps_2eproto.file_level_metadata[kIndexInFileMessages];
188  }
189 
190  public:
191 
192  // nested types ----------------------------------------------------
193 
194  // accessors -------------------------------------------------------
195 
196  enum : int {
197  kLinkNameFieldNumber = 2,
198  kHeaderFieldNumber = 1,
199  kLatitudeDegFieldNumber = 3,
200  kLongitudeDegFieldNumber = 4,
201  kAltitudeFieldNumber = 5,
202  kVelocityEastFieldNumber = 6,
203  kVelocityNorthFieldNumber = 7,
204  kVelocityUpFieldNumber = 8,
205  };
206  // string link_name = 2;
208  const std::string& link_name() const;
209  void set_link_name(const std::string& value);
210  void set_link_name(std::string&& value);
211  void set_link_name(const char* value);
212  void set_link_name(const char* value, size_t size);
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  std::string* unsafe_arena_release_link_name();
220  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
221  " string fields are deprecated and will be removed in a"
222  " future release.")
223  void unsafe_arena_set_allocated_link_name(
224  std::string* link_name);
225  private:
226  const std::string& _internal_link_name() const;
227  void _internal_set_link_name(const std::string& value);
228  std::string* _internal_mutable_link_name();
229  public:
230 
231  // .ignition.msgs.Header header = 1;
232  bool has_header() const;
233  private:
234  bool _internal_has_header() const;
235  public:
236  void clear_header();
237  const ::ignition::msgs::Header& header() const;
238  ::ignition::msgs::Header* release_header();
239  ::ignition::msgs::Header* mutable_header();
240  void set_allocated_header(::ignition::msgs::Header* header);
241  private:
242  const ::ignition::msgs::Header& _internal_header() const;
243  ::ignition::msgs::Header* _internal_mutable_header();
244  public:
245  void unsafe_arena_set_allocated_header(
246  ::ignition::msgs::Header* header);
247  ::ignition::msgs::Header* unsafe_arena_release_header();
248 
249  // double latitude_deg = 3;
250  void clear_latitude_deg();
251  double latitude_deg() const;
252  void set_latitude_deg(double value);
253  private:
254  double _internal_latitude_deg() const;
255  void _internal_set_latitude_deg(double value);
256  public:
257 
258  // double longitude_deg = 4;
259  void clear_longitude_deg();
260  double longitude_deg() const;
261  void set_longitude_deg(double value);
262  private:
263  double _internal_longitude_deg() const;
264  void _internal_set_longitude_deg(double value);
265  public:
266 
267  // double altitude = 5;
268  void clear_altitude();
269  double altitude() const;
270  void set_altitude(double value);
271  private:
272  double _internal_altitude() const;
273  void _internal_set_altitude(double value);
274  public:
275 
276  // double velocity_east = 6;
277  void clear_velocity_east();
278  double velocity_east() const;
279  void set_velocity_east(double value);
280  private:
281  double _internal_velocity_east() const;
282  void _internal_set_velocity_east(double value);
283  public:
284 
285  // double velocity_north = 7;
286  void clear_velocity_north();
287  double velocity_north() const;
288  void set_velocity_north(double value);
289  private:
290  double _internal_velocity_north() const;
291  void _internal_set_velocity_north(double value);
292  public:
293 
294  // double velocity_up = 8;
295  void clear_velocity_up();
296  double velocity_up() const;
297  void set_velocity_up(double value);
298  private:
299  double _internal_velocity_up() const;
300  void _internal_set_velocity_up(double value);
301  public:
302 
303  // @@protoc_insertion_point(class_scope:ignition.msgs.GPS)
304  private:
305  class _Internal;
306 
307  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
308  typedef void InternalArenaConstructable_;
309  typedef void DestructorSkippable_;
310  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr link_name_;
311  ::ignition::msgs::Header* header_;
312  double latitude_deg_;
313  double longitude_deg_;
314  double altitude_;
315  double velocity_east_;
316  double velocity_north_;
317  double velocity_up_;
318  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
320 };
321 // ===================================================================
322 
323 
324 // ===================================================================
325 
326 #ifdef __GNUC__
327  #pragma GCC diagnostic push
328  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
329 #endif // __GNUC__
330 // GPS
331 
332 // .ignition.msgs.Header header = 1;
333 inline bool GPS::_internal_has_header() const {
334  return this != internal_default_instance() && header_ != nullptr;
335 }
336 inline bool GPS::has_header() const {
337  return _internal_has_header();
338 }
339 inline const ::ignition::msgs::Header& GPS::_internal_header() const {
340  const ::ignition::msgs::Header* p = header_;
341  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
343 }
344 inline const ::ignition::msgs::Header& GPS::header() const {
345  // @@protoc_insertion_point(field_get:ignition.msgs.GPS.header)
346  return _internal_header();
347 }
348 inline void GPS::unsafe_arena_set_allocated_header(
349  ::ignition::msgs::Header* header) {
350  if (GetArena() == nullptr) {
351  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
352  }
353  header_ = header;
354  if (header) {
355 
356  } else {
357 
358  }
359  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.GPS.header)
360 }
361 inline ::ignition::msgs::Header* GPS::release_header() {
362  auto temp = unsafe_arena_release_header();
363  if (GetArena() != nullptr) {
364  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
365  }
366  return temp;
367 }
368 inline ::ignition::msgs::Header* GPS::unsafe_arena_release_header() {
369  // @@protoc_insertion_point(field_release:ignition.msgs.GPS.header)
370 
371  ::ignition::msgs::Header* temp = header_;
372  header_ = nullptr;
373  return temp;
374 }
375 inline ::ignition::msgs::Header* GPS::_internal_mutable_header() {
376 
377  if (header_ == nullptr) {
378  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
379  header_ = p;
380  }
381  return header_;
382 }
383 inline ::ignition::msgs::Header* GPS::mutable_header() {
384  // @@protoc_insertion_point(field_mutable:ignition.msgs.GPS.header)
385  return _internal_mutable_header();
386 }
387 inline void GPS::set_allocated_header(::ignition::msgs::Header* header) {
388  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
389  if (message_arena == nullptr) {
390  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
391  }
392  if (header) {
393  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
394  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
395  if (message_arena != submessage_arena) {
396  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
397  message_arena, header, submessage_arena);
398  }
399 
400  } else {
401 
402  }
403  header_ = header;
404  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.GPS.header)
405 }
406 
407 // string link_name = 2;
408 inline void GPS::clear_link_name() {
409  link_name_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
410 }
411 inline const std::string& GPS::link_name() const {
412  // @@protoc_insertion_point(field_get:ignition.msgs.GPS.link_name)
413  return _internal_link_name();
414 }
415 inline void GPS::set_link_name(const std::string& value) {
416  _internal_set_link_name(value);
417  // @@protoc_insertion_point(field_set:ignition.msgs.GPS.link_name)
418 }
419 inline std::string* GPS::mutable_link_name() {
420  // @@protoc_insertion_point(field_mutable:ignition.msgs.GPS.link_name)
421  return _internal_mutable_link_name();
422 }
423 inline const std::string& GPS::_internal_link_name() const {
424  return link_name_.Get();
425 }
426 inline void GPS::_internal_set_link_name(const std::string& value) {
427 
428  link_name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
429 }
430 inline void GPS::set_link_name(std::string&& value) {
431 
432  link_name_.Set(
433  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
434  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.GPS.link_name)
435 }
436 inline void GPS::set_link_name(const char* value) {
437  GOOGLE_DCHECK(value != nullptr);
438 
439  link_name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
440  GetArena());
441  // @@protoc_insertion_point(field_set_char:ignition.msgs.GPS.link_name)
442 }
443 inline void GPS::set_link_name(const char* value,
444  size_t size) {
445 
446  link_name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
447  reinterpret_cast<const char*>(value), size), GetArena());
448  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.GPS.link_name)
449 }
450 inline std::string* GPS::_internal_mutable_link_name() {
451 
452  return link_name_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
453 }
454 inline std::string* GPS::release_link_name() {
455  // @@protoc_insertion_point(field_release:ignition.msgs.GPS.link_name)
456  return link_name_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
457 }
458 inline void GPS::set_allocated_link_name(std::string* link_name) {
459  if (link_name != nullptr) {
460 
461  } else {
462 
463  }
464  link_name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), link_name,
465  GetArena());
466  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.GPS.link_name)
467 }
468 inline std::string* GPS::unsafe_arena_release_link_name() {
469  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.GPS.link_name)
470  GOOGLE_DCHECK(GetArena() != nullptr);
471 
472  return link_name_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
473  GetArena());
474 }
475 inline void GPS::unsafe_arena_set_allocated_link_name(
476  std::string* link_name) {
477  GOOGLE_DCHECK(GetArena() != nullptr);
478  if (link_name != nullptr) {
479 
480  } else {
481 
482  }
483  link_name_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
484  link_name, GetArena());
485  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.GPS.link_name)
486 }
487 
488 // double latitude_deg = 3;
489 inline void GPS::clear_latitude_deg() {
490  latitude_deg_ = 0;
491 }
492 inline double GPS::_internal_latitude_deg() const {
493  return latitude_deg_;
494 }
495 inline double GPS::latitude_deg() const {
496  // @@protoc_insertion_point(field_get:ignition.msgs.GPS.latitude_deg)
497  return _internal_latitude_deg();
498 }
499 inline void GPS::_internal_set_latitude_deg(double value) {
500 
501  latitude_deg_ = value;
502 }
503 inline void GPS::set_latitude_deg(double value) {
504  _internal_set_latitude_deg(value);
505  // @@protoc_insertion_point(field_set:ignition.msgs.GPS.latitude_deg)
506 }
507 
508 // double longitude_deg = 4;
509 inline void GPS::clear_longitude_deg() {
510  longitude_deg_ = 0;
511 }
512 inline double GPS::_internal_longitude_deg() const {
513  return longitude_deg_;
514 }
515 inline double GPS::longitude_deg() const {
516  // @@protoc_insertion_point(field_get:ignition.msgs.GPS.longitude_deg)
517  return _internal_longitude_deg();
518 }
519 inline void GPS::_internal_set_longitude_deg(double value) {
520 
521  longitude_deg_ = value;
522 }
523 inline void GPS::set_longitude_deg(double value) {
524  _internal_set_longitude_deg(value);
525  // @@protoc_insertion_point(field_set:ignition.msgs.GPS.longitude_deg)
526 }
527 
528 // double altitude = 5;
529 inline void GPS::clear_altitude() {
530  altitude_ = 0;
531 }
532 inline double GPS::_internal_altitude() const {
533  return altitude_;
534 }
535 inline double GPS::altitude() const {
536  // @@protoc_insertion_point(field_get:ignition.msgs.GPS.altitude)
537  return _internal_altitude();
538 }
539 inline void GPS::_internal_set_altitude(double value) {
540 
541  altitude_ = value;
542 }
543 inline void GPS::set_altitude(double value) {
544  _internal_set_altitude(value);
545  // @@protoc_insertion_point(field_set:ignition.msgs.GPS.altitude)
546 }
547 
548 // double velocity_east = 6;
549 inline void GPS::clear_velocity_east() {
550  velocity_east_ = 0;
551 }
552 inline double GPS::_internal_velocity_east() const {
553  return velocity_east_;
554 }
555 inline double GPS::velocity_east() const {
556  // @@protoc_insertion_point(field_get:ignition.msgs.GPS.velocity_east)
557  return _internal_velocity_east();
558 }
559 inline void GPS::_internal_set_velocity_east(double value) {
560 
561  velocity_east_ = value;
562 }
563 inline void GPS::set_velocity_east(double value) {
564  _internal_set_velocity_east(value);
565  // @@protoc_insertion_point(field_set:ignition.msgs.GPS.velocity_east)
566 }
567 
568 // double velocity_north = 7;
569 inline void GPS::clear_velocity_north() {
570  velocity_north_ = 0;
571 }
572 inline double GPS::_internal_velocity_north() const {
573  return velocity_north_;
574 }
575 inline double GPS::velocity_north() const {
576  // @@protoc_insertion_point(field_get:ignition.msgs.GPS.velocity_north)
577  return _internal_velocity_north();
578 }
579 inline void GPS::_internal_set_velocity_north(double value) {
580 
581  velocity_north_ = value;
582 }
583 inline void GPS::set_velocity_north(double value) {
584  _internal_set_velocity_north(value);
585  // @@protoc_insertion_point(field_set:ignition.msgs.GPS.velocity_north)
586 }
587 
588 // double velocity_up = 8;
589 inline void GPS::clear_velocity_up() {
590  velocity_up_ = 0;
591 }
592 inline double GPS::_internal_velocity_up() const {
593  return velocity_up_;
594 }
595 inline double GPS::velocity_up() const {
596  // @@protoc_insertion_point(field_get:ignition.msgs.GPS.velocity_up)
597  return _internal_velocity_up();
598 }
599 inline void GPS::_internal_set_velocity_up(double value) {
600 
601  velocity_up_ = value;
602 }
603 inline void GPS::set_velocity_up(double value) {
604  _internal_set_velocity_up(value);
605  // @@protoc_insertion_point(field_set:ignition.msgs.GPS.velocity_up)
606 }
607 
608 #ifdef __GNUC__
609  #pragma GCC diagnostic pop
610 #endif // __GNUC__
611 
616 // @@protoc_insertion_point(namespace_scope)
617 
618 } // namespace msgs
619 } // namespace ignition
620 
621 #ifdef _MSC_VER
622 #pragma warning(pop)
623 #endif
624 // @@protoc_insertion_point(global_scope)
625 
626 #include <google/protobuf/port_undef.inc>
627 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fgps_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fgps_2eproto
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:115
void Swap(GPS *other)
Definition: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:131
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const GPS * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:121
void set_link_name(const char *value)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:109
friend void swap(GPS &a, GPS &b)
Definition: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:128
void set_allocated_link_name(std::string *link_name)
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void CopyFrom(const GPS &from)
GPS & operator=(GPS &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:100
GPS(GPS &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:91
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
GPS * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:147
void set_link_name(std::string &&value)
GPS & operator=(const GPS &from)
Definition: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:96
GPS * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:151
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: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:112
void MergeFrom(const GPS &from)
GPS()
Definition: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:87
std::string * release_link_name()
static const GPS & default_instance()
const std::string & link_name() const
void UnsafeArenaSwap(GPS *other)
Definition: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:139
void set_link_name(const std::string &value)
T move(T... args)
IGNITION_MSGS_VISIBLE GPSDefaultTypeInternal _GPS_default_instance_
std::unique_ptr< GPS > GPSUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:612
std::shared_ptr< GPS > GPSSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:614
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::shared_ptr< const GPS > ConstGPSSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:615
std::unique_ptr< const GPS > ConstGPSUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/gps.pb.h:613
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/gps.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)