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