Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/navsat.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/navsat.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fnavsat_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fnavsat_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/unknown_field_set.h>
34 #ifndef _MSC_VER
35 #pragma GCC system_header
36 #else
37 #pragma warning(push)
38 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
39 #endif
40 #ifdef __linux__
41 #include <sys/sysmacros.h>
42 #endif
43 #include <memory>
44 #include <ignition/msgs/Export.hh>
45 // @@protoc_insertion_point(includes)
46 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2fnavsat_2eproto IGNITION_MSGS_VISIBLE
47 
49 // Internal implementation detail -- do not use these members.
50 struct IGNITION_MSGS_VISIBLE TableStruct {
51  static const ::google::protobuf::internal::ParseTableField entries[];
52  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
53  static const ::google::protobuf::internal::ParseTable schema[1];
54  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
55  static const ::google::protobuf::internal::SerializationTable serialization_table[];
56  static const ::google::protobuf::uint32 offsets[];
57 };
58 void IGNITION_MSGS_VISIBLE AddDescriptors();
59 } // namespace protobuf_ignition_2fmsgs_2fnavsat_2eproto
60 namespace ignition {
61 namespace msgs {
62 class NavSat;
63 class NavSatDefaultTypeInternal;
64 IGNITION_MSGS_VISIBLE extern NavSatDefaultTypeInternal _NavSat_default_instance_;
65 } // namespace msgs
66 } // namespace ignition
67 namespace google {
68 namespace protobuf {
69 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::NavSat* Arena::CreateMaybeMessage<::ignition::msgs::NavSat>(Arena*);
70 } // namespace protobuf
71 } // namespace google
72 namespace ignition {
73 namespace msgs {
74 
75 // ===================================================================
76 
77 class IGNITION_MSGS_VISIBLE NavSat : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.NavSat) */ {
78  public:
79  NavSat();
80  virtual ~NavSat();
81 
82  NavSat(const NavSat& from);
83 
84  inline NavSat& operator=(const NavSat& from) {
85  CopyFrom(from);
86  return *this;
87  }
88  #if LANG_CXX11
89  NavSat(NavSat&& from) noexcept
90  : NavSat() {
91  *this = ::std::move(from);
92  }
93 
94  inline NavSat& operator=(NavSat&& from) noexcept {
95  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
96  if (this != &from) InternalSwap(&from);
97  } else {
98  CopyFrom(from);
99  }
100  return *this;
101  }
102  #endif
103  static const ::google::protobuf::Descriptor* descriptor();
104  static const NavSat& default_instance();
105 
106  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
107  static inline const NavSat* internal_default_instance() {
108  return reinterpret_cast<const NavSat*>(
110  }
111  static constexpr int kIndexInFileMessages =
112  0;
113 
114  void Swap(NavSat* other);
115  friend void swap(NavSat& a, NavSat& b) {
116  a.Swap(&b);
117  }
118 
119  // implements Message ----------------------------------------------
120 
121  inline NavSat* New() const final {
122  return CreateMaybeMessage<NavSat>(NULL);
123  }
124 
125  NavSat* New(::google::protobuf::Arena* arena) const final {
126  return CreateMaybeMessage<NavSat>(arena);
127  }
128  void CopyFrom(const ::google::protobuf::Message& from) final;
129  void MergeFrom(const ::google::protobuf::Message& from) final;
130  void CopyFrom(const NavSat& from);
131  void MergeFrom(const NavSat& from);
132  void Clear() final;
133  bool IsInitialized() const final;
134 
135  size_t ByteSizeLong() const final;
136  bool MergePartialFromCodedStream(
137  ::google::protobuf::io::CodedInputStream* input) final;
138  void SerializeWithCachedSizes(
139  ::google::protobuf::io::CodedOutputStream* output) const final;
140  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
141  bool deterministic, ::google::protobuf::uint8* target) const final;
142  int GetCachedSize() const final { return _cached_size_.Get(); }
143 
144  private:
145  void SharedCtor();
146  void SharedDtor();
147  void SetCachedSize(int size) const final;
148  void InternalSwap(NavSat* other);
149  private:
150  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
151  return NULL;
152  }
153  inline void* MaybeArenaPtr() const {
154  return NULL;
155  }
156  public:
157 
158  ::google::protobuf::Metadata GetMetadata() const final;
159 
160  // nested types ----------------------------------------------------
161 
162  // accessors -------------------------------------------------------
163 
164  // string frame_id = 8;
165  void clear_frame_id();
166  static const int kFrameIdFieldNumber = 8;
167  const ::std::string& frame_id() const;
168  void set_frame_id(const ::std::string& value);
169  #if LANG_CXX11
170  void set_frame_id(::std::string&& value);
171  #endif
172  void set_frame_id(const char* value);
173  void set_frame_id(const char* value, size_t size);
174  ::std::string* mutable_frame_id();
175  ::std::string* release_frame_id();
176  void set_allocated_frame_id(::std::string* frame_id);
177 
178  // .ignition.msgs.Header header = 1;
179  bool has_header() const;
180  void clear_header();
181  static const int kHeaderFieldNumber = 1;
182  private:
183  const ::ignition::msgs::Header& _internal_header() const;
184  public:
185  const ::ignition::msgs::Header& header() const;
186  ::ignition::msgs::Header* release_header();
187  ::ignition::msgs::Header* mutable_header();
188  void set_allocated_header(::ignition::msgs::Header* header);
189 
190  // double latitude_deg = 2;
191  void clear_latitude_deg();
192  static const int kLatitudeDegFieldNumber = 2;
193  double latitude_deg() const;
194  void set_latitude_deg(double value);
195 
196  // double longitude_deg = 3;
197  void clear_longitude_deg();
198  static const int kLongitudeDegFieldNumber = 3;
199  double longitude_deg() const;
200  void set_longitude_deg(double value);
201 
202  // double altitude = 4;
203  void clear_altitude();
204  static const int kAltitudeFieldNumber = 4;
205  double altitude() const;
206  void set_altitude(double value);
207 
208  // double velocity_east = 5;
209  void clear_velocity_east();
210  static const int kVelocityEastFieldNumber = 5;
211  double velocity_east() const;
212  void set_velocity_east(double value);
213 
214  // double velocity_north = 6;
215  void clear_velocity_north();
216  static const int kVelocityNorthFieldNumber = 6;
217  double velocity_north() const;
218  void set_velocity_north(double value);
219 
220  // double velocity_up = 7;
221  void clear_velocity_up();
222  static const int kVelocityUpFieldNumber = 7;
223  double velocity_up() const;
224  void set_velocity_up(double value);
225 
226  // @@protoc_insertion_point(class_scope:ignition.msgs.NavSat)
227  private:
228 
229  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
230  ::google::protobuf::internal::ArenaStringPtr frame_id_;
231  ::ignition::msgs::Header* header_;
232  double latitude_deg_;
233  double longitude_deg_;
234  double altitude_;
235  double velocity_east_;
236  double velocity_north_;
237  double velocity_up_;
238  mutable ::google::protobuf::internal::CachedSize _cached_size_;
239  friend struct ::protobuf_ignition_2fmsgs_2fnavsat_2eproto::TableStruct;
240 };
241 // ===================================================================
242 
243 
244 // ===================================================================
245 
246 #ifdef __GNUC__
247  #pragma GCC diagnostic push
248  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
249 #endif // __GNUC__
250 // NavSat
251 
252 // .ignition.msgs.Header header = 1;
253 inline bool NavSat::has_header() const {
254  return this != internal_default_instance() && header_ != NULL;
255 }
256 inline const ::ignition::msgs::Header& NavSat::_internal_header() const {
257  return *header_;
258 }
259 inline const ::ignition::msgs::Header& NavSat::header() const {
260  const ::ignition::msgs::Header* p = header_;
261  // @@protoc_insertion_point(field_get:ignition.msgs.NavSat.header)
262  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
264 }
265 inline ::ignition::msgs::Header* NavSat::release_header() {
266  // @@protoc_insertion_point(field_release:ignition.msgs.NavSat.header)
267 
268  ::ignition::msgs::Header* temp = header_;
269  header_ = NULL;
270  return temp;
271 }
272 inline ::ignition::msgs::Header* NavSat::mutable_header() {
273 
274  if (header_ == NULL) {
275  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
276  header_ = p;
277  }
278  // @@protoc_insertion_point(field_mutable:ignition.msgs.NavSat.header)
279  return header_;
280 }
282  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
283  if (message_arena == NULL) {
284  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
285  }
286  if (header) {
287  ::google::protobuf::Arena* submessage_arena = NULL;
288  if (message_arena != submessage_arena) {
289  header = ::google::protobuf::internal::GetOwnedMessage(
290  message_arena, header, submessage_arena);
291  }
292 
293  } else {
294 
295  }
296  header_ = header;
297  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.NavSat.header)
298 }
299 
300 // double latitude_deg = 2;
302  latitude_deg_ = 0;
303 }
304 inline double NavSat::latitude_deg() const {
305  // @@protoc_insertion_point(field_get:ignition.msgs.NavSat.latitude_deg)
306  return latitude_deg_;
307 }
308 inline void NavSat::set_latitude_deg(double value) {
309 
310  latitude_deg_ = value;
311  // @@protoc_insertion_point(field_set:ignition.msgs.NavSat.latitude_deg)
312 }
313 
314 // double longitude_deg = 3;
316  longitude_deg_ = 0;
317 }
318 inline double NavSat::longitude_deg() const {
319  // @@protoc_insertion_point(field_get:ignition.msgs.NavSat.longitude_deg)
320  return longitude_deg_;
321 }
322 inline void NavSat::set_longitude_deg(double value) {
323 
324  longitude_deg_ = value;
325  // @@protoc_insertion_point(field_set:ignition.msgs.NavSat.longitude_deg)
326 }
327 
328 // double altitude = 4;
329 inline void NavSat::clear_altitude() {
330  altitude_ = 0;
331 }
332 inline double NavSat::altitude() const {
333  // @@protoc_insertion_point(field_get:ignition.msgs.NavSat.altitude)
334  return altitude_;
335 }
336 inline void NavSat::set_altitude(double value) {
337 
338  altitude_ = value;
339  // @@protoc_insertion_point(field_set:ignition.msgs.NavSat.altitude)
340 }
341 
342 // double velocity_east = 5;
344  velocity_east_ = 0;
345 }
346 inline double NavSat::velocity_east() const {
347  // @@protoc_insertion_point(field_get:ignition.msgs.NavSat.velocity_east)
348  return velocity_east_;
349 }
350 inline void NavSat::set_velocity_east(double value) {
351 
352  velocity_east_ = value;
353  // @@protoc_insertion_point(field_set:ignition.msgs.NavSat.velocity_east)
354 }
355 
356 // double velocity_north = 6;
358  velocity_north_ = 0;
359 }
360 inline double NavSat::velocity_north() const {
361  // @@protoc_insertion_point(field_get:ignition.msgs.NavSat.velocity_north)
362  return velocity_north_;
363 }
364 inline void NavSat::set_velocity_north(double value) {
365 
366  velocity_north_ = value;
367  // @@protoc_insertion_point(field_set:ignition.msgs.NavSat.velocity_north)
368 }
369 
370 // double velocity_up = 7;
372  velocity_up_ = 0;
373 }
374 inline double NavSat::velocity_up() const {
375  // @@protoc_insertion_point(field_get:ignition.msgs.NavSat.velocity_up)
376  return velocity_up_;
377 }
378 inline void NavSat::set_velocity_up(double value) {
379 
380  velocity_up_ = value;
381  // @@protoc_insertion_point(field_set:ignition.msgs.NavSat.velocity_up)
382 }
383 
384 // string frame_id = 8;
385 inline void NavSat::clear_frame_id() {
386  frame_id_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
387 }
388 inline const ::std::string& NavSat::frame_id() const {
389  // @@protoc_insertion_point(field_get:ignition.msgs.NavSat.frame_id)
390  return frame_id_.GetNoArena();
391 }
392 inline void NavSat::set_frame_id(const ::std::string& value) {
393 
394  frame_id_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
395  // @@protoc_insertion_point(field_set:ignition.msgs.NavSat.frame_id)
396 }
397 #if LANG_CXX11
398 inline void NavSat::set_frame_id(::std::string&& value) {
399 
400  frame_id_.SetNoArena(
401  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
402  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.NavSat.frame_id)
403 }
404 #endif
405 inline void NavSat::set_frame_id(const char* value) {
406  GOOGLE_DCHECK(value != NULL);
407 
408  frame_id_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
409  // @@protoc_insertion_point(field_set_char:ignition.msgs.NavSat.frame_id)
410 }
411 inline void NavSat::set_frame_id(const char* value, size_t size) {
412 
413  frame_id_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
414  ::std::string(reinterpret_cast<const char*>(value), size));
415  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.NavSat.frame_id)
416 }
417 inline ::std::string* NavSat::mutable_frame_id() {
418 
419  // @@protoc_insertion_point(field_mutable:ignition.msgs.NavSat.frame_id)
420  return frame_id_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
421 }
422 inline ::std::string* NavSat::release_frame_id() {
423  // @@protoc_insertion_point(field_release:ignition.msgs.NavSat.frame_id)
424 
425  return frame_id_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
426 }
427 inline void NavSat::set_allocated_frame_id(::std::string* frame_id) {
428  if (frame_id != NULL) {
429 
430  } else {
431 
432  }
433  frame_id_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), frame_id);
434  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.NavSat.frame_id)
435 }
436 
437 #ifdef __GNUC__
438  #pragma GCC diagnostic pop
439 #endif // __GNUC__
440 
445 // @@protoc_insertion_point(namespace_scope)
446 
447 } // namespace msgs
448 } // namespace ignition
449 
450 #ifdef _MSC_VER
451 #pragma warning(pop)
452 #endif
453 // @@protoc_insertion_point(global_scope)
454 
455 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fnavsat_2eproto
void set_velocity_up(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:378
std::unique_ptr< const NavSat > ConstNavSatUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:442
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:265
STL class.
STL class.
void clear_velocity_north()
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:357
friend void swap(NavSat &a, NavSat &b)
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:115
std::shared_ptr< NavSat > NavSatSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:443
T move(T... args)
::std::string * mutable_frame_id()
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:417
double velocity_north() const
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:360
NavSat * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:121
double altitude() const
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:332
void set_latitude_deg(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:308
double latitude_deg() const
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:304
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:272
void set_longitude_deg(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:322
void clear_velocity_east()
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:343
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:259
const ::std::string & frame_id() const
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:388
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:48
double velocity_east() const
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:346
void clear_latitude_deg()
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:301
::std::string * release_frame_id()
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:422
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:253
void set_allocated_frame_id(::std::string *frame_id)
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:427
void clear_frame_id()
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:385
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:50
std::shared_ptr< const NavSat > ConstNavSatSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:444
void IGNITION_MSGS_VISIBLE AddDescriptors()
double velocity_up() const
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:374
static const NavSat * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:107
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:281
NavSat * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:125
void set_velocity_north(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:364
std::unique_ptr< NavSat > NavSatUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:441
void clear_longitude_deg()
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:315
double longitude_deg() const
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:318
void set_velocity_east(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:350
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
void clear_velocity_up()
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:371
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:77
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
NavSat & operator=(const NavSat &from)
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:84
void Swap(NavSat *other)
void set_frame_id(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:392
IGNITION_MSGS_VISIBLE NavSatDefaultTypeInternal _NavSat_default_instance_
void set_altitude(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:336
STL class.
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
void clear_altitude()
Definition: build/ignition-msgs8/include/ignition/msgs/navsat.pb.h:329