Ignition Msgs

API Reference

5.8.1
spherical_coordinates.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/spherical_coordinates.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fspherical_5fcoordinates_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/generated_enum_reflection.h>
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_2fspherical_5fcoordinates_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::AuxiliaryParseTableField 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 uint32_t offsets[];
67 };
68 IGNITION_MSGS_VISIBLE extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class SphericalCoordinates;
72 struct SphericalCoordinatesDefaultTypeInternal;
73 IGNITION_MSGS_VISIBLE extern SphericalCoordinatesDefaultTypeInternal _SphericalCoordinates_default_instance_;
74 } // namespace msgs
75 } // namespace ignition
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::SphericalCoordinates* Arena::CreateMaybeMessage<::ignition::msgs::SphericalCoordinates>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
79 namespace ignition {
80 namespace msgs {
81 
86 };
87 IGNITION_MSGS_VISIBLE bool SphericalCoordinates_SurfaceModel_IsValid(int value);
91 
92 IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* SphericalCoordinates_SurfaceModel_descriptor();
93 template<typename T>
94 inline const std::string& SphericalCoordinates_SurfaceModel_Name(T enum_t_value) {
97  "Incorrect type passed to function SphericalCoordinates_SurfaceModel_Name.");
98  return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
100 }
102  ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, SphericalCoordinates_SurfaceModel* value) {
103  return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<SphericalCoordinates_SurfaceModel>(
105 }
106 // ===================================================================
107 
108 class IGNITION_MSGS_VISIBLE SphericalCoordinates final :
109  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.SphericalCoordinates) */ {
110  public:
113  explicit constexpr SphericalCoordinates(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
114 
118  *this = ::std::move(from);
119  }
120 
122  CopyFrom(from);
123  return *this;
124  }
126  if (this == &from) return *this;
127  if (GetOwningArena() == from.GetOwningArena()
128  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
129  && GetOwningArena() != nullptr
130  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
131  ) {
132  InternalSwap(&from);
133  } else {
134  CopyFrom(from);
135  }
136  return *this;
137  }
138 
139  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
140  return GetDescriptor();
141  }
142  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
143  return default_instance().GetMetadata().descriptor;
144  }
145  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
146  return default_instance().GetMetadata().reflection;
147  }
149  return *internal_default_instance();
150  }
152  return reinterpret_cast<const SphericalCoordinates*>(
154  }
155  static constexpr int kIndexInFileMessages =
156  0;
157 
159  a.Swap(&b);
160  }
161  inline void Swap(SphericalCoordinates* other) {
162  if (other == this) return;
163  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
164  if (GetOwningArena() != nullptr &&
165  GetOwningArena() == other->GetOwningArena()) {
166  #else // PROTOBUF_FORCE_COPY_IN_SWAP
167  if (GetOwningArena() == other->GetOwningArena()) {
168  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
169  InternalSwap(other);
170  } else {
171  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
172  }
173  }
175  if (other == this) return;
176  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
177  InternalSwap(other);
178  }
179 
180  // implements Message ----------------------------------------------
181 
182  SphericalCoordinates* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
183  return CreateMaybeMessage<SphericalCoordinates>(arena);
184  }
185  using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
186  void CopyFrom(const SphericalCoordinates& from);
187  using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
188  void MergeFrom(const SphericalCoordinates& from);
189  private:
190  static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
191  public:
192  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
193  bool IsInitialized() const final;
194 
195  size_t ByteSizeLong() const final;
196  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
197  uint8_t* _InternalSerialize(
198  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
199  int GetCachedSize() const final { return _cached_size_.Get(); }
200 
201  private:
202  void SharedCtor();
203  void SharedDtor();
204  void SetCachedSize(int size) const final;
205  void InternalSwap(SphericalCoordinates* other);
206 
207  private:
208  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
209  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
210  return "ignition.msgs.SphericalCoordinates";
211  }
212  protected:
213  explicit SphericalCoordinates(::PROTOBUF_NAMESPACE_ID::Arena* arena,
214  bool is_message_owned = false);
215  private:
216  static void ArenaDtor(void* object);
217  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
218  public:
219 
220  static const ClassData _class_data_;
221  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
222 
223  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
224 
225  // nested types ----------------------------------------------------
226 
228  static constexpr SurfaceModel EARTH_WGS84 =
230  static inline bool SurfaceModel_IsValid(int value) {
232  }
233  static constexpr SurfaceModel SurfaceModel_MIN =
235  static constexpr SurfaceModel SurfaceModel_MAX =
237  static constexpr int SurfaceModel_ARRAYSIZE =
239  static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
242  }
243  template<typename T>
244  static inline const std::string& SurfaceModel_Name(T enum_t_value) {
245  static_assert(::std::is_same<T, SurfaceModel>::value ||
247  "Incorrect type passed to function SurfaceModel_Name.");
248  return SphericalCoordinates_SurfaceModel_Name(enum_t_value);
249  }
250  static inline bool SurfaceModel_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
251  SurfaceModel* value) {
252  return SphericalCoordinates_SurfaceModel_Parse(name, value);
253  }
254 
255  // accessors -------------------------------------------------------
256 
257  enum : int {
258  kHeaderFieldNumber = 1,
259  kLatitudeDegFieldNumber = 3,
260  kLongitudeDegFieldNumber = 4,
261  kElevationFieldNumber = 5,
262  kHeadingDegFieldNumber = 6,
263  kSurfaceModelFieldNumber = 2,
264  };
265  // .ignition.msgs.Header header = 1;
266  bool has_header() const;
267  private:
268  bool _internal_has_header() const;
269  public:
270  void clear_header();
271  const ::ignition::msgs::Header& header() const;
272  PROTOBUF_NODISCARD ::ignition::msgs::Header* release_header();
273  ::ignition::msgs::Header* mutable_header();
274  void set_allocated_header(::ignition::msgs::Header* header);
275  private:
276  const ::ignition::msgs::Header& _internal_header() const;
277  ::ignition::msgs::Header* _internal_mutable_header();
278  public:
279  void unsafe_arena_set_allocated_header(
280  ::ignition::msgs::Header* header);
281  ::ignition::msgs::Header* unsafe_arena_release_header();
282 
283  // double latitude_deg = 3;
284  void clear_latitude_deg();
285  double latitude_deg() const;
286  void set_latitude_deg(double value);
287  private:
288  double _internal_latitude_deg() const;
289  void _internal_set_latitude_deg(double value);
290  public:
291 
292  // double longitude_deg = 4;
293  void clear_longitude_deg();
294  double longitude_deg() const;
295  void set_longitude_deg(double value);
296  private:
297  double _internal_longitude_deg() const;
298  void _internal_set_longitude_deg(double value);
299  public:
300 
301  // double elevation = 5;
302  void clear_elevation();
303  double elevation() const;
304  void set_elevation(double value);
305  private:
306  double _internal_elevation() const;
307  void _internal_set_elevation(double value);
308  public:
309 
310  // double heading_deg = 6;
311  void clear_heading_deg();
312  double heading_deg() const;
313  void set_heading_deg(double value);
314  private:
315  double _internal_heading_deg() const;
316  void _internal_set_heading_deg(double value);
317  public:
318 
319  // .ignition.msgs.SphericalCoordinates.SurfaceModel surface_model = 2;
320  void clear_surface_model();
322  void set_surface_model(::ignition::msgs::SphericalCoordinates_SurfaceModel value);
323  private:
324  ::ignition::msgs::SphericalCoordinates_SurfaceModel _internal_surface_model() const;
325  void _internal_set_surface_model(::ignition::msgs::SphericalCoordinates_SurfaceModel value);
326  public:
327 
328  // @@protoc_insertion_point(class_scope:ignition.msgs.SphericalCoordinates)
329  private:
330  class _Internal;
331 
332  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
333  typedef void InternalArenaConstructable_;
334  typedef void DestructorSkippable_;
335  ::ignition::msgs::Header* header_;
336  double latitude_deg_;
337  double longitude_deg_;
338  double elevation_;
339  double heading_deg_;
340  int surface_model_;
341  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
342  friend struct ::TableStruct_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto;
343 };
344 // ===================================================================
345 
346 
347 // ===================================================================
348 
349 #ifdef __GNUC__
350  #pragma GCC diagnostic push
351  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
352 #endif // __GNUC__
353 // SphericalCoordinates
354 
355 // .ignition.msgs.Header header = 1;
356 inline bool SphericalCoordinates::_internal_has_header() const {
357  return this != internal_default_instance() && header_ != nullptr;
358 }
359 inline bool SphericalCoordinates::has_header() const {
360  return _internal_has_header();
361 }
362 inline const ::ignition::msgs::Header& SphericalCoordinates::_internal_header() const {
363  const ::ignition::msgs::Header* p = header_;
364  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Header&>(
366 }
367 inline const ::ignition::msgs::Header& SphericalCoordinates::header() const {
368  // @@protoc_insertion_point(field_get:ignition.msgs.SphericalCoordinates.header)
369  return _internal_header();
370 }
372  ::ignition::msgs::Header* header) {
373  if (GetArenaForAllocation() == nullptr) {
374  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
375  }
376  header_ = header;
377  if (header) {
378 
379  } else {
380 
381  }
382  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.SphericalCoordinates.header)
383 }
384 inline ::ignition::msgs::Header* SphericalCoordinates::release_header() {
385 
386  ::ignition::msgs::Header* temp = header_;
387  header_ = nullptr;
388 #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
389  auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
390  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
391  if (GetArenaForAllocation() == nullptr) { delete old; }
392 #else // PROTOBUF_FORCE_COPY_IN_RELEASE
393  if (GetArenaForAllocation() != nullptr) {
394  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
395  }
396 #endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
397  return temp;
398 }
399 inline ::ignition::msgs::Header* SphericalCoordinates::unsafe_arena_release_header() {
400  // @@protoc_insertion_point(field_release:ignition.msgs.SphericalCoordinates.header)
401 
402  ::ignition::msgs::Header* temp = header_;
403  header_ = nullptr;
404  return temp;
405 }
406 inline ::ignition::msgs::Header* SphericalCoordinates::_internal_mutable_header() {
407 
408  if (header_ == nullptr) {
409  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaForAllocation());
410  header_ = p;
411  }
412  return header_;
413 }
414 inline ::ignition::msgs::Header* SphericalCoordinates::mutable_header() {
415  ::ignition::msgs::Header* _msg = _internal_mutable_header();
416  // @@protoc_insertion_point(field_mutable:ignition.msgs.SphericalCoordinates.header)
417  return _msg;
418 }
420  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
421  if (message_arena == nullptr) {
422  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
423  }
424  if (header) {
425  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
426  ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper<
427  ::PROTOBUF_NAMESPACE_ID::MessageLite>::GetOwningArena(
428  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header));
429  if (message_arena != submessage_arena) {
430  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
431  message_arena, header, submessage_arena);
432  }
433 
434  } else {
435 
436  }
437  header_ = header;
438  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.SphericalCoordinates.header)
439 }
440 
441 // .ignition.msgs.SphericalCoordinates.SurfaceModel surface_model = 2;
443  surface_model_ = 0;
444 }
445 inline ::ignition::msgs::SphericalCoordinates_SurfaceModel SphericalCoordinates::_internal_surface_model() const {
446  return static_cast< ::ignition::msgs::SphericalCoordinates_SurfaceModel >(surface_model_);
447 }
449  // @@protoc_insertion_point(field_get:ignition.msgs.SphericalCoordinates.surface_model)
450  return _internal_surface_model();
451 }
452 inline void SphericalCoordinates::_internal_set_surface_model(::ignition::msgs::SphericalCoordinates_SurfaceModel value) {
453 
454  surface_model_ = value;
455 }
457  _internal_set_surface_model(value);
458  // @@protoc_insertion_point(field_set:ignition.msgs.SphericalCoordinates.surface_model)
459 }
460 
461 // double latitude_deg = 3;
463  latitude_deg_ = 0;
464 }
465 inline double SphericalCoordinates::_internal_latitude_deg() const {
466  return latitude_deg_;
467 }
468 inline double SphericalCoordinates::latitude_deg() const {
469  // @@protoc_insertion_point(field_get:ignition.msgs.SphericalCoordinates.latitude_deg)
470  return _internal_latitude_deg();
471 }
472 inline void SphericalCoordinates::_internal_set_latitude_deg(double value) {
473 
474  latitude_deg_ = value;
475 }
476 inline void SphericalCoordinates::set_latitude_deg(double value) {
477  _internal_set_latitude_deg(value);
478  // @@protoc_insertion_point(field_set:ignition.msgs.SphericalCoordinates.latitude_deg)
479 }
480 
481 // double longitude_deg = 4;
483  longitude_deg_ = 0;
484 }
485 inline double SphericalCoordinates::_internal_longitude_deg() const {
486  return longitude_deg_;
487 }
488 inline double SphericalCoordinates::longitude_deg() const {
489  // @@protoc_insertion_point(field_get:ignition.msgs.SphericalCoordinates.longitude_deg)
490  return _internal_longitude_deg();
491 }
492 inline void SphericalCoordinates::_internal_set_longitude_deg(double value) {
493 
494  longitude_deg_ = value;
495 }
496 inline void SphericalCoordinates::set_longitude_deg(double value) {
497  _internal_set_longitude_deg(value);
498  // @@protoc_insertion_point(field_set:ignition.msgs.SphericalCoordinates.longitude_deg)
499 }
500 
501 // double elevation = 5;
503  elevation_ = 0;
504 }
505 inline double SphericalCoordinates::_internal_elevation() const {
506  return elevation_;
507 }
508 inline double SphericalCoordinates::elevation() const {
509  // @@protoc_insertion_point(field_get:ignition.msgs.SphericalCoordinates.elevation)
510  return _internal_elevation();
511 }
512 inline void SphericalCoordinates::_internal_set_elevation(double value) {
513 
514  elevation_ = value;
515 }
516 inline void SphericalCoordinates::set_elevation(double value) {
517  _internal_set_elevation(value);
518  // @@protoc_insertion_point(field_set:ignition.msgs.SphericalCoordinates.elevation)
519 }
520 
521 // double heading_deg = 6;
523  heading_deg_ = 0;
524 }
525 inline double SphericalCoordinates::_internal_heading_deg() const {
526  return heading_deg_;
527 }
528 inline double SphericalCoordinates::heading_deg() const {
529  // @@protoc_insertion_point(field_get:ignition.msgs.SphericalCoordinates.heading_deg)
530  return _internal_heading_deg();
531 }
532 inline void SphericalCoordinates::_internal_set_heading_deg(double value) {
533 
534  heading_deg_ = value;
535 }
536 inline void SphericalCoordinates::set_heading_deg(double value) {
537  _internal_set_heading_deg(value);
538  // @@protoc_insertion_point(field_set:ignition.msgs.SphericalCoordinates.heading_deg)
539 }
540 
541 #ifdef __GNUC__
542  #pragma GCC diagnostic pop
543 #endif // __GNUC__
544 
549 // @@protoc_insertion_point(namespace_scope)
550 
551 } // namespace msgs
552 } // namespace ignition
553 
554 PROTOBUF_NAMESPACE_OPEN
555 
556 template <> struct is_proto_enum< ::ignition::msgs::SphericalCoordinates_SurfaceModel> : ::std::true_type {};
557 template <>
558 inline const EnumDescriptor* GetEnumDescriptor< ::ignition::msgs::SphericalCoordinates_SurfaceModel>() {
560 }
561 
562 PROTOBUF_NAMESPACE_CLOSE
563 
564 #ifdef _MSC_VER
565 #pragma warning(pop)
566 #endif
567 // @@protoc_insertion_point(global_scope)
568 
569 #include <google/protobuf/port_undef.inc>
570 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto
Definition: header.pb.h:265
Definition: spherical_coordinates.pb.h:109
static bool SurfaceModel_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, SurfaceModel *value)
Definition: spherical_coordinates.pb.h:250
static const SphericalCoordinates * internal_default_instance()
Definition: spherical_coordinates.pb.h:151
double longitude_deg() const
Definition: spherical_coordinates.pb.h:488
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: spherical_coordinates.pb.h:145
constexpr SphericalCoordinates(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
double heading_deg() const
Definition: spherical_coordinates.pb.h:528
void set_latitude_deg(double value)
Definition: spherical_coordinates.pb.h:476
bool has_header() const
Definition: spherical_coordinates.pb.h:359
::ignition::msgs::Header * mutable_header()
Definition: spherical_coordinates.pb.h:414
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
SphericalCoordinates(SphericalCoordinates &&from) noexcept
Definition: spherical_coordinates.pb.h:116
void MergeFrom(const SphericalCoordinates &from)
void clear_elevation()
Definition: spherical_coordinates.pb.h:502
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: spherical_coordinates.pb.h:139
void Swap(SphericalCoordinates *other)
Definition: spherical_coordinates.pb.h:161
double elevation() const
Definition: spherical_coordinates.pb.h:508
void CopyFrom(const SphericalCoordinates &from)
SphericalCoordinates & operator=(const SphericalCoordinates &from)
Definition: spherical_coordinates.pb.h:121
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
Definition: spherical_coordinates.pb.h:371
void clear_heading_deg()
Definition: spherical_coordinates.pb.h:522
void clear_longitude_deg()
Definition: spherical_coordinates.pb.h:482
SphericalCoordinates & operator=(SphericalCoordinates &&from) noexcept
Definition: spherical_coordinates.pb.h:125
static const std::string & SurfaceModel_Name(T enum_t_value)
Definition: spherical_coordinates.pb.h:244
void set_surface_model(::ignition::msgs::SphericalCoordinates_SurfaceModel value)
Definition: spherical_coordinates.pb.h:456
SphericalCoordinates()
Definition: spherical_coordinates.pb.h:111
double latitude_deg() const
Definition: spherical_coordinates.pb.h:468
static const SphericalCoordinates & default_instance()
Definition: spherical_coordinates.pb.h:148
void set_heading_deg(double value)
Definition: spherical_coordinates.pb.h:536
void set_allocated_header(::ignition::msgs::Header *header)
Definition: spherical_coordinates.pb.h:419
void set_longitude_deg(double value)
Definition: spherical_coordinates.pb.h:496
void clear_surface_model()
Definition: spherical_coordinates.pb.h:442
PROTOBUF_NODISCARD ::ignition::msgs::Header * release_header()
Definition: spherical_coordinates.pb.h:384
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
SphericalCoordinates * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: spherical_coordinates.pb.h:182
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: spherical_coordinates.pb.h:142
friend void swap(SphericalCoordinates &a, SphericalCoordinates &b)
Definition: spherical_coordinates.pb.h:158
void set_elevation(double value)
Definition: spherical_coordinates.pb.h:516
::ignition::msgs::SphericalCoordinates_SurfaceModel surface_model() const
Definition: spherical_coordinates.pb.h:448
const ::ignition::msgs::Header & header() const
Definition: spherical_coordinates.pb.h:367
void clear_latitude_deg()
Definition: spherical_coordinates.pb.h:462
SphericalCoordinates(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
void UnsafeArenaSwap(SphericalCoordinates *other)
Definition: spherical_coordinates.pb.h:174
SphericalCoordinates(const SphericalCoordinates &from)
static const ClassData _class_data_
Definition: spherical_coordinates.pb.h:220
::ignition::msgs::Header * unsafe_arena_release_header()
Definition: spherical_coordinates.pb.h:399
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * SurfaceModel_descriptor()
Definition: spherical_coordinates.pb.h:240
T max(T... args)
T min(T... args)
constexpr int SphericalCoordinates_SurfaceModel_SurfaceModel_ARRAYSIZE
Definition: spherical_coordinates.pb.h:90
bool SphericalCoordinates_SurfaceModel_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, SphericalCoordinates_SurfaceModel *value)
Definition: spherical_coordinates.pb.h:101
constexpr SphericalCoordinates_SurfaceModel SphericalCoordinates_SurfaceModel_SurfaceModel_MIN
Definition: spherical_coordinates.pb.h:88
SphericalCoordinates_SurfaceModel
Definition: spherical_coordinates.pb.h:82
@ SphericalCoordinates_SurfaceModel_SphericalCoordinates_SurfaceModel_INT_MAX_SENTINEL_DO_NOT_USE_
Definition: spherical_coordinates.pb.h:85
@ SphericalCoordinates_SurfaceModel_EARTH_WGS84
Definition: spherical_coordinates.pb.h:83
@ SphericalCoordinates_SurfaceModel_SphericalCoordinates_SurfaceModel_INT_MIN_SENTINEL_DO_NOT_USE_
Definition: spherical_coordinates.pb.h:84
std::unique_ptr< const SphericalCoordinates > ConstSphericalCoordinatesUniquePtr
Definition: spherical_coordinates.pb.h:546
std::shared_ptr< const SphericalCoordinates > ConstSphericalCoordinatesSharedPtr
Definition: spherical_coordinates.pb.h:548
std::unique_ptr< SphericalCoordinates > SphericalCoordinatesUniquePtr
Definition: spherical_coordinates.pb.h:545
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
IGNITION_MSGS_VISIBLE bool SphericalCoordinates_SurfaceModel_IsValid(int value)
std::shared_ptr< SphericalCoordinates > SphericalCoordinatesSharedPtr
Definition: spherical_coordinates.pb.h:547
constexpr SphericalCoordinates_SurfaceModel SphericalCoordinates_SurfaceModel_SurfaceModel_MAX
Definition: spherical_coordinates.pb.h:89
IGNITION_MSGS_VISIBLE SphericalCoordinatesDefaultTypeInternal _SphericalCoordinates_default_instance_
const std::string & SphericalCoordinates_SurfaceModel_Name(T enum_t_value)
Definition: spherical_coordinates.pb.h:94
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * SphericalCoordinates_SurfaceModel_descriptor()
Definition: actor.pb.h:52
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto
Definition: spherical_coordinates.pb.h:57
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)