Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/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 PROTOBUF_INCLUDED_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 3006001
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 3006001 < GOOGLE_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/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_table_driven.h>
26 #include <google/protobuf/generated_message_util.h>
27 #include <google/protobuf/inlined_string_field.h>
28 #include <google/protobuf/metadata.h>
29 #include <google/protobuf/message.h>
30 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
31 #include <google/protobuf/extension_set.h> // IWYU pragma: export
32 #include <google/protobuf/generated_enum_reflection.h>
33 #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 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto IGNITION_MSGS_VISIBLE
49 
51 // Internal implementation detail -- do not use these members.
52 struct IGNITION_MSGS_VISIBLE TableStruct {
53  static const ::google::protobuf::internal::ParseTableField entries[];
54  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
55  static const ::google::protobuf::internal::ParseTable schema[1];
56  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
57  static const ::google::protobuf::internal::SerializationTable serialization_table[];
58  static const ::google::protobuf::uint32 offsets[];
59 };
60 void IGNITION_MSGS_VISIBLE AddDescriptors();
61 } // namespace protobuf_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto
62 namespace ignition {
63 namespace msgs {
64 class SphericalCoordinates;
65 class SphericalCoordinatesDefaultTypeInternal;
66 IGNITION_MSGS_VISIBLE extern SphericalCoordinatesDefaultTypeInternal _SphericalCoordinates_default_instance_;
67 } // namespace msgs
68 } // namespace ignition
69 namespace google {
70 namespace protobuf {
71 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::SphericalCoordinates* Arena::CreateMaybeMessage<::ignition::msgs::SphericalCoordinates>(Arena*);
72 } // namespace protobuf
73 } // namespace google
74 namespace ignition {
75 namespace msgs {
76 
81 };
82 IGNITION_MSGS_VISIBLE bool SphericalCoordinates_SurfaceModel_IsValid(int value);
86 
87 IGNITION_MSGS_VISIBLE const ::google::protobuf::EnumDescriptor* SphericalCoordinates_SurfaceModel_descriptor();
89  return ::google::protobuf::internal::NameOfEnum(
91 }
93  const ::std::string& name, SphericalCoordinates_SurfaceModel* value) {
94  return ::google::protobuf::internal::ParseNamedEnum<SphericalCoordinates_SurfaceModel>(
96 }
97 // ===================================================================
98 
99 class IGNITION_MSGS_VISIBLE SphericalCoordinates : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.SphericalCoordinates) */ {
100  public:
102  virtual ~SphericalCoordinates();
103 
105 
107  CopyFrom(from);
108  return *this;
109  }
110  #if LANG_CXX11
113  *this = ::std::move(from);
114  }
115 
116  inline SphericalCoordinates& operator=(SphericalCoordinates&& from) noexcept {
117  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
118  if (this != &from) InternalSwap(&from);
119  } else {
120  CopyFrom(from);
121  }
122  return *this;
123  }
124  #endif
125  static const ::google::protobuf::Descriptor* descriptor();
126  static const SphericalCoordinates& default_instance();
127 
128  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
130  return reinterpret_cast<const SphericalCoordinates*>(
132  }
133  static constexpr int kIndexInFileMessages =
134  0;
135 
136  void Swap(SphericalCoordinates* other);
138  a.Swap(&b);
139  }
140 
141  // implements Message ----------------------------------------------
142 
143  inline SphericalCoordinates* New() const final {
144  return CreateMaybeMessage<SphericalCoordinates>(NULL);
145  }
146 
147  SphericalCoordinates* New(::google::protobuf::Arena* arena) const final {
148  return CreateMaybeMessage<SphericalCoordinates>(arena);
149  }
150  void CopyFrom(const ::google::protobuf::Message& from) final;
151  void MergeFrom(const ::google::protobuf::Message& from) final;
152  void CopyFrom(const SphericalCoordinates& from);
153  void MergeFrom(const SphericalCoordinates& from);
154  void Clear() final;
155  bool IsInitialized() const final;
156 
157  size_t ByteSizeLong() const final;
158  bool MergePartialFromCodedStream(
159  ::google::protobuf::io::CodedInputStream* input) final;
160  void SerializeWithCachedSizes(
161  ::google::protobuf::io::CodedOutputStream* output) const final;
162  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
163  bool deterministic, ::google::protobuf::uint8* target) const final;
164  int GetCachedSize() const final { return _cached_size_.Get(); }
165 
166  private:
167  void SharedCtor();
168  void SharedDtor();
169  void SetCachedSize(int size) const final;
170  void InternalSwap(SphericalCoordinates* other);
171  private:
172  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
173  return NULL;
174  }
175  inline void* MaybeArenaPtr() const {
176  return NULL;
177  }
178  public:
179 
180  ::google::protobuf::Metadata GetMetadata() const final;
181 
182  // nested types ----------------------------------------------------
183 
185  static const SurfaceModel EARTH_WGS84 =
187  static inline bool SurfaceModel_IsValid(int value) {
189  }
190  static const SurfaceModel SurfaceModel_MIN =
192  static const SurfaceModel SurfaceModel_MAX =
194  static const int SurfaceModel_ARRAYSIZE =
196  static inline const ::google::protobuf::EnumDescriptor*
199  }
200  static inline const ::std::string& SurfaceModel_Name(SurfaceModel value) {
202  }
203  static inline bool SurfaceModel_Parse(const ::std::string& name,
204  SurfaceModel* value) {
205  return SphericalCoordinates_SurfaceModel_Parse(name, value);
206  }
207 
208  // accessors -------------------------------------------------------
209 
210  // .ignition.msgs.Header header = 1;
211  bool has_header() const;
212  void clear_header();
213  static const int kHeaderFieldNumber = 1;
214  private:
215  const ::ignition::msgs::Header& _internal_header() const;
216  public:
217  const ::ignition::msgs::Header& header() const;
218  ::ignition::msgs::Header* release_header();
219  ::ignition::msgs::Header* mutable_header();
220  void set_allocated_header(::ignition::msgs::Header* header);
221 
222  // .ignition.msgs.Entity entity = 7;
223  bool has_entity() const;
224  void clear_entity();
225  static const int kEntityFieldNumber = 7;
226  private:
227  const ::ignition::msgs::Entity& _internal_entity() const;
228  public:
229  const ::ignition::msgs::Entity& entity() const;
230  ::ignition::msgs::Entity* release_entity();
231  ::ignition::msgs::Entity* mutable_entity();
232  void set_allocated_entity(::ignition::msgs::Entity* entity);
233 
234  // double latitude_deg = 3;
235  void clear_latitude_deg();
236  static const int kLatitudeDegFieldNumber = 3;
237  double latitude_deg() const;
238  void set_latitude_deg(double value);
239 
240  // double longitude_deg = 4;
241  void clear_longitude_deg();
242  static const int kLongitudeDegFieldNumber = 4;
243  double longitude_deg() const;
244  void set_longitude_deg(double value);
245 
246  // double elevation = 5;
247  void clear_elevation();
248  static const int kElevationFieldNumber = 5;
249  double elevation() const;
250  void set_elevation(double value);
251 
252  // double heading_deg = 6;
253  void clear_heading_deg();
254  static const int kHeadingDegFieldNumber = 6;
255  double heading_deg() const;
256  void set_heading_deg(double value);
257 
258  // .ignition.msgs.SphericalCoordinates.SurfaceModel surface_model = 2;
259  void clear_surface_model();
260  static const int kSurfaceModelFieldNumber = 2;
262  void set_surface_model(::ignition::msgs::SphericalCoordinates_SurfaceModel value);
263 
264  // @@protoc_insertion_point(class_scope:ignition.msgs.SphericalCoordinates)
265  private:
266 
267  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
268  ::ignition::msgs::Header* header_;
269  ::ignition::msgs::Entity* entity_;
270  double latitude_deg_;
271  double longitude_deg_;
272  double elevation_;
273  double heading_deg_;
274  int surface_model_;
275  mutable ::google::protobuf::internal::CachedSize _cached_size_;
276  friend struct ::protobuf_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto::TableStruct;
277 };
278 // ===================================================================
279 
280 
281 // ===================================================================
282 
283 #ifdef __GNUC__
284  #pragma GCC diagnostic push
285  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
286 #endif // __GNUC__
287 // SphericalCoordinates
288 
289 // .ignition.msgs.Header header = 1;
290 inline bool SphericalCoordinates::has_header() const {
291  return this != internal_default_instance() && header_ != NULL;
292 }
293 inline const ::ignition::msgs::Header& SphericalCoordinates::_internal_header() const {
294  return *header_;
295 }
296 inline const ::ignition::msgs::Header& SphericalCoordinates::header() const {
297  const ::ignition::msgs::Header* p = header_;
298  // @@protoc_insertion_point(field_get:ignition.msgs.SphericalCoordinates.header)
299  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
301 }
302 inline ::ignition::msgs::Header* SphericalCoordinates::release_header() {
303  // @@protoc_insertion_point(field_release:ignition.msgs.SphericalCoordinates.header)
304 
305  ::ignition::msgs::Header* temp = header_;
306  header_ = NULL;
307  return temp;
308 }
309 inline ::ignition::msgs::Header* SphericalCoordinates::mutable_header() {
310 
311  if (header_ == NULL) {
312  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
313  header_ = p;
314  }
315  // @@protoc_insertion_point(field_mutable:ignition.msgs.SphericalCoordinates.header)
316  return header_;
317 }
319  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
320  if (message_arena == NULL) {
321  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
322  }
323  if (header) {
324  ::google::protobuf::Arena* submessage_arena = NULL;
325  if (message_arena != submessage_arena) {
326  header = ::google::protobuf::internal::GetOwnedMessage(
327  message_arena, header, submessage_arena);
328  }
329 
330  } else {
331 
332  }
333  header_ = header;
334  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.SphericalCoordinates.header)
335 }
336 
337 // .ignition.msgs.SphericalCoordinates.SurfaceModel surface_model = 2;
339  surface_model_ = 0;
340 }
342  // @@protoc_insertion_point(field_get:ignition.msgs.SphericalCoordinates.surface_model)
343  return static_cast< ::ignition::msgs::SphericalCoordinates_SurfaceModel >(surface_model_);
344 }
346 
347  surface_model_ = value;
348  // @@protoc_insertion_point(field_set:ignition.msgs.SphericalCoordinates.surface_model)
349 }
350 
351 // double latitude_deg = 3;
353  latitude_deg_ = 0;
354 }
355 inline double SphericalCoordinates::latitude_deg() const {
356  // @@protoc_insertion_point(field_get:ignition.msgs.SphericalCoordinates.latitude_deg)
357  return latitude_deg_;
358 }
359 inline void SphericalCoordinates::set_latitude_deg(double value) {
360 
361  latitude_deg_ = value;
362  // @@protoc_insertion_point(field_set:ignition.msgs.SphericalCoordinates.latitude_deg)
363 }
364 
365 // double longitude_deg = 4;
367  longitude_deg_ = 0;
368 }
369 inline double SphericalCoordinates::longitude_deg() const {
370  // @@protoc_insertion_point(field_get:ignition.msgs.SphericalCoordinates.longitude_deg)
371  return longitude_deg_;
372 }
373 inline void SphericalCoordinates::set_longitude_deg(double value) {
374 
375  longitude_deg_ = value;
376  // @@protoc_insertion_point(field_set:ignition.msgs.SphericalCoordinates.longitude_deg)
377 }
378 
379 // double elevation = 5;
381  elevation_ = 0;
382 }
383 inline double SphericalCoordinates::elevation() const {
384  // @@protoc_insertion_point(field_get:ignition.msgs.SphericalCoordinates.elevation)
385  return elevation_;
386 }
387 inline void SphericalCoordinates::set_elevation(double value) {
388 
389  elevation_ = value;
390  // @@protoc_insertion_point(field_set:ignition.msgs.SphericalCoordinates.elevation)
391 }
392 
393 // double heading_deg = 6;
395  heading_deg_ = 0;
396 }
397 inline double SphericalCoordinates::heading_deg() const {
398  // @@protoc_insertion_point(field_get:ignition.msgs.SphericalCoordinates.heading_deg)
399  return heading_deg_;
400 }
401 inline void SphericalCoordinates::set_heading_deg(double value) {
402 
403  heading_deg_ = value;
404  // @@protoc_insertion_point(field_set:ignition.msgs.SphericalCoordinates.heading_deg)
405 }
406 
407 // .ignition.msgs.Entity entity = 7;
408 inline bool SphericalCoordinates::has_entity() const {
409  return this != internal_default_instance() && entity_ != NULL;
410 }
411 inline const ::ignition::msgs::Entity& SphericalCoordinates::_internal_entity() const {
412  return *entity_;
413 }
414 inline const ::ignition::msgs::Entity& SphericalCoordinates::entity() const {
415  const ::ignition::msgs::Entity* p = entity_;
416  // @@protoc_insertion_point(field_get:ignition.msgs.SphericalCoordinates.entity)
417  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Entity*>(
419 }
420 inline ::ignition::msgs::Entity* SphericalCoordinates::release_entity() {
421  // @@protoc_insertion_point(field_release:ignition.msgs.SphericalCoordinates.entity)
422 
423  ::ignition::msgs::Entity* temp = entity_;
424  entity_ = NULL;
425  return temp;
426 }
427 inline ::ignition::msgs::Entity* SphericalCoordinates::mutable_entity() {
428 
429  if (entity_ == NULL) {
430  auto* p = CreateMaybeMessage<::ignition::msgs::Entity>(GetArenaNoVirtual());
431  entity_ = p;
432  }
433  // @@protoc_insertion_point(field_mutable:ignition.msgs.SphericalCoordinates.entity)
434  return entity_;
435 }
437  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
438  if (message_arena == NULL) {
439  delete reinterpret_cast< ::google::protobuf::MessageLite*>(entity_);
440  }
441  if (entity) {
442  ::google::protobuf::Arena* submessage_arena = NULL;
443  if (message_arena != submessage_arena) {
444  entity = ::google::protobuf::internal::GetOwnedMessage(
445  message_arena, entity, submessage_arena);
446  }
447 
448  } else {
449 
450  }
451  entity_ = entity;
452  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.SphericalCoordinates.entity)
453 }
454 
455 #ifdef __GNUC__
456  #pragma GCC diagnostic pop
457 #endif // __GNUC__
458 
463 // @@protoc_insertion_point(namespace_scope)
464 
465 } // namespace msgs
466 } // namespace ignition
467 
468 namespace google {
469 namespace protobuf {
470 
471 template <> struct is_proto_enum< ::ignition::msgs::SphericalCoordinates_SurfaceModel> : ::std::true_type {};
472 template <>
473 inline const EnumDescriptor* GetEnumDescriptor< ::ignition::msgs::SphericalCoordinates_SurfaceModel>() {
475 }
476 
477 } // namespace protobuf
478 } // namespace google
479 
480 #ifdef _MSC_VER
481 #pragma warning(pop)
482 #endif
483 // @@protoc_insertion_point(global_scope)
484 
485 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto
IGNITION_MSGS_VISIBLE EntityDefaultTypeInternal _Entity_default_instance_
void set_heading_deg(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:401
void set_latitude_deg(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:359
@ SphericalCoordinates_SurfaceModel_SphericalCoordinates_SurfaceModel_INT_MIN_SENTINEL_DO_NOT_USE_
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:79
std::unique_ptr< SphericalCoordinates > SphericalCoordinatesUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:459
SphericalCoordinates * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:147
STL class.
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:290
SphericalCoordinates_SurfaceModel
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:77
void clear_surface_model()
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:338
::ignition::msgs::SphericalCoordinates_SurfaceModel surface_model() const
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:341
IGNITION_MSGS_VISIBLE SphericalCoordinatesDefaultTypeInternal _SphericalCoordinates_default_instance_
@ SphericalCoordinates_SurfaceModel_EARTH_WGS84
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:78
static const ::google::protobuf::EnumDescriptor * SurfaceModel_descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:197
const int SphericalCoordinates_SurfaceModel_SurfaceModel_ARRAYSIZE
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:85
bool SphericalCoordinates_SurfaceModel_Parse(const ::std::string &name, SphericalCoordinates_SurfaceModel *value)
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:92
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:52
void clear_latitude_deg()
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:352
void set_allocated_entity(::ignition::msgs::Entity *entity)
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:436
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:302
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:318
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:309
void set_surface_model(::ignition::msgs::SphericalCoordinates_SurfaceModel value)
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:345
IGNITION_MSGS_VISIBLE bool SphericalCoordinates_SurfaceModel_IsValid(int value)
double latitude_deg() const
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:355
const SphericalCoordinates_SurfaceModel SphericalCoordinates_SurfaceModel_SurfaceModel_MIN
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:83
@ SphericalCoordinates_SurfaceModel_SphericalCoordinates_SurfaceModel_INT_MAX_SENTINEL_DO_NOT_USE_
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:80
bool has_entity() const
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:408
static const ::std::string & SurfaceModel_Name(SurfaceModel value)
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:200
Definition: build/ignition-msgs8/include/ignition/msgs/entity.pb.h:107
void clear_longitude_deg()
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:366
SphericalCoordinates * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:143
void set_longitude_deg(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:373
void set_elevation(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:387
double heading_deg() const
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:397
static const SphericalCoordinates * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:129
void Swap(SphericalCoordinates *other)
friend void swap(SphericalCoordinates &a, SphericalCoordinates &b)
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:137
void clear_heading_deg()
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:394
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:50
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
::ignition::msgs::Entity * mutable_entity()
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:427
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
const SphericalCoordinates_SurfaceModel SphericalCoordinates_SurfaceModel_SurfaceModel_MAX
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:84
void clear_elevation()
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:380
std::unique_ptr< const SphericalCoordinates > ConstSphericalCoordinatesUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:460
double elevation() const
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:383
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:99
const ::ignition::msgs::Entity & entity() const
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:414
std::shared_ptr< const SphericalCoordinates > ConstSphericalCoordinatesSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:462
STL class.
SphericalCoordinates & operator=(const SphericalCoordinates &from)
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:106
const ::std::string & SphericalCoordinates_SurfaceModel_Name(SphericalCoordinates_SurfaceModel value)
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:88
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:296
double longitude_deg() const
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:369
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
static bool SurfaceModel_Parse(const ::std::string &name, SurfaceModel *value)
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:203
const IGNITION_MSGS_VISIBLE ::google::protobuf::EnumDescriptor * SphericalCoordinates_SurfaceModel_descriptor()
std::shared_ptr< SphericalCoordinates > SphericalCoordinatesSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:461
::ignition::msgs::Entity * release_entity()
Definition: build/ignition-msgs8/include/ignition/msgs/spherical_coordinates.pb.h:420