Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/gui_camera.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fgui_5fcamera_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fgui_5fcamera_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>
33 #include "ignition/msgs/pose.pb.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_2fgui_5fcamera_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_2fgui_5fcamera_2eproto
62 namespace ignition {
63 namespace msgs {
64 class GUICamera;
65 class GUICameraDefaultTypeInternal;
66 IGNITION_MSGS_VISIBLE extern GUICameraDefaultTypeInternal _GUICamera_default_instance_;
67 } // namespace msgs
68 } // namespace ignition
69 namespace google {
70 namespace protobuf {
71 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::GUICamera* Arena::CreateMaybeMessage<::ignition::msgs::GUICamera>(Arena*);
72 } // namespace protobuf
73 } // namespace google
74 namespace ignition {
75 namespace msgs {
76 
77 // ===================================================================
78 
79 class IGNITION_MSGS_VISIBLE GUICamera : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.GUICamera) */ {
80  public:
81  GUICamera();
82  virtual ~GUICamera();
83 
84  GUICamera(const GUICamera& from);
85 
86  inline GUICamera& operator=(const GUICamera& from) {
87  CopyFrom(from);
88  return *this;
89  }
90  #if LANG_CXX11
91  GUICamera(GUICamera&& from) noexcept
92  : GUICamera() {
93  *this = ::std::move(from);
94  }
95 
96  inline GUICamera& operator=(GUICamera&& from) noexcept {
97  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
98  if (this != &from) InternalSwap(&from);
99  } else {
100  CopyFrom(from);
101  }
102  return *this;
103  }
104  #endif
105  static const ::google::protobuf::Descriptor* descriptor();
106  static const GUICamera& default_instance();
107 
108  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
109  static inline const GUICamera* internal_default_instance() {
110  return reinterpret_cast<const GUICamera*>(
112  }
113  static constexpr int kIndexInFileMessages =
114  0;
115 
116  void Swap(GUICamera* other);
117  friend void swap(GUICamera& a, GUICamera& b) {
118  a.Swap(&b);
119  }
120 
121  // implements Message ----------------------------------------------
122 
123  inline GUICamera* New() const final {
124  return CreateMaybeMessage<GUICamera>(NULL);
125  }
126 
127  GUICamera* New(::google::protobuf::Arena* arena) const final {
128  return CreateMaybeMessage<GUICamera>(arena);
129  }
130  void CopyFrom(const ::google::protobuf::Message& from) final;
131  void MergeFrom(const ::google::protobuf::Message& from) final;
132  void CopyFrom(const GUICamera& from);
133  void MergeFrom(const GUICamera& from);
134  void Clear() final;
135  bool IsInitialized() const final;
136 
137  size_t ByteSizeLong() const final;
138  bool MergePartialFromCodedStream(
139  ::google::protobuf::io::CodedInputStream* input) final;
140  void SerializeWithCachedSizes(
141  ::google::protobuf::io::CodedOutputStream* output) const final;
142  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
143  bool deterministic, ::google::protobuf::uint8* target) const final;
144  int GetCachedSize() const final { return _cached_size_.Get(); }
145 
146  private:
147  void SharedCtor();
148  void SharedDtor();
149  void SetCachedSize(int size) const final;
150  void InternalSwap(GUICamera* other);
151  private:
152  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
153  return NULL;
154  }
155  inline void* MaybeArenaPtr() const {
156  return NULL;
157  }
158  public:
159 
160  ::google::protobuf::Metadata GetMetadata() const final;
161 
162  // nested types ----------------------------------------------------
163 
164  // accessors -------------------------------------------------------
165 
166  // string name = 2;
167  void clear_name();
168  static const int kNameFieldNumber = 2;
169  const ::std::string& name() const;
170  void set_name(const ::std::string& value);
171  #if LANG_CXX11
172  void set_name(::std::string&& value);
173  #endif
174  void set_name(const char* value);
175  void set_name(const char* value, size_t size);
176  ::std::string* mutable_name();
177  ::std::string* release_name();
178  void set_allocated_name(::std::string* name);
179 
180  // string view_controller = 3;
181  void clear_view_controller();
182  static const int kViewControllerFieldNumber = 3;
183  const ::std::string& view_controller() const;
184  void set_view_controller(const ::std::string& value);
185  #if LANG_CXX11
186  void set_view_controller(::std::string&& value);
187  #endif
188  void set_view_controller(const char* value);
189  void set_view_controller(const char* value, size_t size);
190  ::std::string* mutable_view_controller();
191  ::std::string* release_view_controller();
192  void set_allocated_view_controller(::std::string* view_controller);
193 
194  // string projection_type = 6;
195  void clear_projection_type();
196  static const int kProjectionTypeFieldNumber = 6;
197  const ::std::string& projection_type() const;
198  void set_projection_type(const ::std::string& value);
199  #if LANG_CXX11
200  void set_projection_type(::std::string&& value);
201  #endif
202  void set_projection_type(const char* value);
203  void set_projection_type(const char* value, size_t size);
204  ::std::string* mutable_projection_type();
205  ::std::string* release_projection_type();
206  void set_allocated_projection_type(::std::string* projection_type);
207 
208  // .ignition.msgs.Header header = 1;
209  bool has_header() const;
210  void clear_header();
211  static const int kHeaderFieldNumber = 1;
212  private:
213  const ::ignition::msgs::Header& _internal_header() const;
214  public:
215  const ::ignition::msgs::Header& header() const;
216  ::ignition::msgs::Header* release_header();
217  ::ignition::msgs::Header* mutable_header();
218  void set_allocated_header(::ignition::msgs::Header* header);
219 
220  // .ignition.msgs.Pose pose = 4;
221  bool has_pose() const;
222  void clear_pose();
223  static const int kPoseFieldNumber = 4;
224  private:
225  const ::ignition::msgs::Pose& _internal_pose() const;
226  public:
227  const ::ignition::msgs::Pose& pose() const;
228  ::ignition::msgs::Pose* release_pose();
229  ::ignition::msgs::Pose* mutable_pose();
230  void set_allocated_pose(::ignition::msgs::Pose* pose);
231 
232  // .ignition.msgs.TrackVisual track = 5;
233  bool has_track() const;
234  void clear_track();
235  static const int kTrackFieldNumber = 5;
236  private:
237  const ::ignition::msgs::TrackVisual& _internal_track() const;
238  public:
239  const ::ignition::msgs::TrackVisual& track() const;
240  ::ignition::msgs::TrackVisual* release_track();
241  ::ignition::msgs::TrackVisual* mutable_track();
242  void set_allocated_track(::ignition::msgs::TrackVisual* track);
243 
244  // @@protoc_insertion_point(class_scope:ignition.msgs.GUICamera)
245  private:
246 
247  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
248  ::google::protobuf::internal::ArenaStringPtr name_;
249  ::google::protobuf::internal::ArenaStringPtr view_controller_;
250  ::google::protobuf::internal::ArenaStringPtr projection_type_;
251  ::ignition::msgs::Header* header_;
252  ::ignition::msgs::Pose* pose_;
254  mutable ::google::protobuf::internal::CachedSize _cached_size_;
255  friend struct ::protobuf_ignition_2fmsgs_2fgui_5fcamera_2eproto::TableStruct;
256 };
257 // ===================================================================
258 
259 
260 // ===================================================================
261 
262 #ifdef __GNUC__
263  #pragma GCC diagnostic push
264  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
265 #endif // __GNUC__
266 // GUICamera
267 
268 // .ignition.msgs.Header header = 1;
269 inline bool GUICamera::has_header() const {
270  return this != internal_default_instance() && header_ != NULL;
271 }
272 inline const ::ignition::msgs::Header& GUICamera::_internal_header() const {
273  return *header_;
274 }
275 inline const ::ignition::msgs::Header& GUICamera::header() const {
276  const ::ignition::msgs::Header* p = header_;
277  // @@protoc_insertion_point(field_get:ignition.msgs.GUICamera.header)
278  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
280 }
281 inline ::ignition::msgs::Header* GUICamera::release_header() {
282  // @@protoc_insertion_point(field_release:ignition.msgs.GUICamera.header)
283 
284  ::ignition::msgs::Header* temp = header_;
285  header_ = NULL;
286  return temp;
287 }
288 inline ::ignition::msgs::Header* GUICamera::mutable_header() {
289 
290  if (header_ == NULL) {
291  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
292  header_ = p;
293  }
294  // @@protoc_insertion_point(field_mutable:ignition.msgs.GUICamera.header)
295  return header_;
296 }
298  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
299  if (message_arena == NULL) {
300  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
301  }
302  if (header) {
303  ::google::protobuf::Arena* submessage_arena = NULL;
304  if (message_arena != submessage_arena) {
305  header = ::google::protobuf::internal::GetOwnedMessage(
306  message_arena, header, submessage_arena);
307  }
308 
309  } else {
310 
311  }
312  header_ = header;
313  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.GUICamera.header)
314 }
315 
316 // string name = 2;
317 inline void GUICamera::clear_name() {
318  name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
319 }
320 inline const ::std::string& GUICamera::name() const {
321  // @@protoc_insertion_point(field_get:ignition.msgs.GUICamera.name)
322  return name_.GetNoArena();
323 }
324 inline void GUICamera::set_name(const ::std::string& value) {
325 
326  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
327  // @@protoc_insertion_point(field_set:ignition.msgs.GUICamera.name)
328 }
329 #if LANG_CXX11
330 inline void GUICamera::set_name(::std::string&& value) {
331 
332  name_.SetNoArena(
333  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
334  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.GUICamera.name)
335 }
336 #endif
337 inline void GUICamera::set_name(const char* value) {
338  GOOGLE_DCHECK(value != NULL);
339 
340  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
341  // @@protoc_insertion_point(field_set_char:ignition.msgs.GUICamera.name)
342 }
343 inline void GUICamera::set_name(const char* value, size_t size) {
344 
345  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
346  ::std::string(reinterpret_cast<const char*>(value), size));
347  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.GUICamera.name)
348 }
349 inline ::std::string* GUICamera::mutable_name() {
350 
351  // @@protoc_insertion_point(field_mutable:ignition.msgs.GUICamera.name)
352  return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
353 }
354 inline ::std::string* GUICamera::release_name() {
355  // @@protoc_insertion_point(field_release:ignition.msgs.GUICamera.name)
356 
357  return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
358 }
360  if (name != NULL) {
361 
362  } else {
363 
364  }
365  name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name);
366  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.GUICamera.name)
367 }
368 
369 // string view_controller = 3;
371  view_controller_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
372 }
373 inline const ::std::string& GUICamera::view_controller() const {
374  // @@protoc_insertion_point(field_get:ignition.msgs.GUICamera.view_controller)
375  return view_controller_.GetNoArena();
376 }
377 inline void GUICamera::set_view_controller(const ::std::string& value) {
378 
379  view_controller_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
380  // @@protoc_insertion_point(field_set:ignition.msgs.GUICamera.view_controller)
381 }
382 #if LANG_CXX11
383 inline void GUICamera::set_view_controller(::std::string&& value) {
384 
385  view_controller_.SetNoArena(
386  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
387  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.GUICamera.view_controller)
388 }
389 #endif
390 inline void GUICamera::set_view_controller(const char* value) {
391  GOOGLE_DCHECK(value != NULL);
392 
393  view_controller_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
394  // @@protoc_insertion_point(field_set_char:ignition.msgs.GUICamera.view_controller)
395 }
396 inline void GUICamera::set_view_controller(const char* value, size_t size) {
397 
398  view_controller_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
399  ::std::string(reinterpret_cast<const char*>(value), size));
400  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.GUICamera.view_controller)
401 }
402 inline ::std::string* GUICamera::mutable_view_controller() {
403 
404  // @@protoc_insertion_point(field_mutable:ignition.msgs.GUICamera.view_controller)
405  return view_controller_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
406 }
407 inline ::std::string* GUICamera::release_view_controller() {
408  // @@protoc_insertion_point(field_release:ignition.msgs.GUICamera.view_controller)
409 
410  return view_controller_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
411 }
412 inline void GUICamera::set_allocated_view_controller(::std::string* view_controller) {
413  if (view_controller != NULL) {
414 
415  } else {
416 
417  }
418  view_controller_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), view_controller);
419  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.GUICamera.view_controller)
420 }
421 
422 // .ignition.msgs.Pose pose = 4;
423 inline bool GUICamera::has_pose() const {
424  return this != internal_default_instance() && pose_ != NULL;
425 }
426 inline const ::ignition::msgs::Pose& GUICamera::_internal_pose() const {
427  return *pose_;
428 }
429 inline const ::ignition::msgs::Pose& GUICamera::pose() const {
430  const ::ignition::msgs::Pose* p = pose_;
431  // @@protoc_insertion_point(field_get:ignition.msgs.GUICamera.pose)
432  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Pose*>(
434 }
435 inline ::ignition::msgs::Pose* GUICamera::release_pose() {
436  // @@protoc_insertion_point(field_release:ignition.msgs.GUICamera.pose)
437 
438  ::ignition::msgs::Pose* temp = pose_;
439  pose_ = NULL;
440  return temp;
441 }
442 inline ::ignition::msgs::Pose* GUICamera::mutable_pose() {
443 
444  if (pose_ == NULL) {
445  auto* p = CreateMaybeMessage<::ignition::msgs::Pose>(GetArenaNoVirtual());
446  pose_ = p;
447  }
448  // @@protoc_insertion_point(field_mutable:ignition.msgs.GUICamera.pose)
449  return pose_;
450 }
452  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
453  if (message_arena == NULL) {
454  delete reinterpret_cast< ::google::protobuf::MessageLite*>(pose_);
455  }
456  if (pose) {
457  ::google::protobuf::Arena* submessage_arena = NULL;
458  if (message_arena != submessage_arena) {
459  pose = ::google::protobuf::internal::GetOwnedMessage(
460  message_arena, pose, submessage_arena);
461  }
462 
463  } else {
464 
465  }
466  pose_ = pose;
467  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.GUICamera.pose)
468 }
469 
470 // .ignition.msgs.TrackVisual track = 5;
471 inline bool GUICamera::has_track() const {
472  return this != internal_default_instance() && track_ != NULL;
473 }
474 inline const ::ignition::msgs::TrackVisual& GUICamera::_internal_track() const {
475  return *track_;
476 }
477 inline const ::ignition::msgs::TrackVisual& GUICamera::track() const {
478  const ::ignition::msgs::TrackVisual* p = track_;
479  // @@protoc_insertion_point(field_get:ignition.msgs.GUICamera.track)
480  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::TrackVisual*>(
482 }
483 inline ::ignition::msgs::TrackVisual* GUICamera::release_track() {
484  // @@protoc_insertion_point(field_release:ignition.msgs.GUICamera.track)
485 
486  ::ignition::msgs::TrackVisual* temp = track_;
487  track_ = NULL;
488  return temp;
489 }
490 inline ::ignition::msgs::TrackVisual* GUICamera::mutable_track() {
491 
492  if (track_ == NULL) {
493  auto* p = CreateMaybeMessage<::ignition::msgs::TrackVisual>(GetArenaNoVirtual());
494  track_ = p;
495  }
496  // @@protoc_insertion_point(field_mutable:ignition.msgs.GUICamera.track)
497  return track_;
498 }
500  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
501  if (message_arena == NULL) {
502  delete reinterpret_cast< ::google::protobuf::MessageLite*>(track_);
503  }
504  if (track) {
505  ::google::protobuf::Arena* submessage_arena = NULL;
506  if (message_arena != submessage_arena) {
507  track = ::google::protobuf::internal::GetOwnedMessage(
508  message_arena, track, submessage_arena);
509  }
510 
511  } else {
512 
513  }
514  track_ = track;
515  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.GUICamera.track)
516 }
517 
518 // string projection_type = 6;
520  projection_type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
521 }
522 inline const ::std::string& GUICamera::projection_type() const {
523  // @@protoc_insertion_point(field_get:ignition.msgs.GUICamera.projection_type)
524  return projection_type_.GetNoArena();
525 }
526 inline void GUICamera::set_projection_type(const ::std::string& value) {
527 
528  projection_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
529  // @@protoc_insertion_point(field_set:ignition.msgs.GUICamera.projection_type)
530 }
531 #if LANG_CXX11
532 inline void GUICamera::set_projection_type(::std::string&& value) {
533 
534  projection_type_.SetNoArena(
535  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
536  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.GUICamera.projection_type)
537 }
538 #endif
539 inline void GUICamera::set_projection_type(const char* value) {
540  GOOGLE_DCHECK(value != NULL);
541 
542  projection_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
543  // @@protoc_insertion_point(field_set_char:ignition.msgs.GUICamera.projection_type)
544 }
545 inline void GUICamera::set_projection_type(const char* value, size_t size) {
546 
547  projection_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
548  ::std::string(reinterpret_cast<const char*>(value), size));
549  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.GUICamera.projection_type)
550 }
551 inline ::std::string* GUICamera::mutable_projection_type() {
552 
553  // @@protoc_insertion_point(field_mutable:ignition.msgs.GUICamera.projection_type)
554  return projection_type_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
555 }
556 inline ::std::string* GUICamera::release_projection_type() {
557  // @@protoc_insertion_point(field_release:ignition.msgs.GUICamera.projection_type)
558 
559  return projection_type_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
560 }
561 inline void GUICamera::set_allocated_projection_type(::std::string* projection_type) {
562  if (projection_type != NULL) {
563 
564  } else {
565 
566  }
567  projection_type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), projection_type);
568  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.GUICamera.projection_type)
569 }
570 
571 #ifdef __GNUC__
572  #pragma GCC diagnostic pop
573 #endif // __GNUC__
574 
579 // @@protoc_insertion_point(namespace_scope)
580 
581 } // namespace msgs
582 } // namespace ignition
583 
584 #ifdef _MSC_VER
585 #pragma warning(pop)
586 #endif
587 // @@protoc_insertion_point(global_scope)
588 
589 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fgui_5fcamera_2eproto
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:52
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:297
STL class.
STL class.
IGNITION_MSGS_VISIBLE TrackVisualDefaultTypeInternal _TrackVisual_default_instance_
std::shared_ptr< GUICamera > GUICameraSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:577
T move(T... args)
void set_allocated_projection_type(::std::string *projection_type)
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:561
GUICamera * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:127
const ::std::string & view_controller() const
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:373
void set_view_controller(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:377
Definition: build/ignition-msgs8/include/ignition/msgs/pose.pb.h:79
const ::ignition::msgs::TrackVisual & track() const
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:477
IGNITION_MSGS_VISIBLE GUICameraDefaultTypeInternal _GUICamera_default_instance_
void set_projection_type(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:526
const ::ignition::msgs::Pose & pose() const
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:429
const ::std::string & name() const
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:320
::ignition::msgs::TrackVisual * release_track()
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:483
GUICamera & operator=(const GUICamera &from)
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:86
const ::std::string & projection_type() const
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:522
void clear_view_controller()
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:370
IGNITION_MSGS_VISIBLE PoseDefaultTypeInternal _Pose_default_instance_
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:281
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:50
bool has_pose() const
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:423
::std::string * mutable_projection_type()
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:551
void set_allocated_track(::ignition::msgs::TrackVisual *track)
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:499
::ignition::msgs::Pose * mutable_pose()
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:442
void set_name(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:324
::std::string * release_projection_type()
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:556
::std::string * release_view_controller()
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:407
std::shared_ptr< const GUICamera > ConstGUICameraSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:578
Definition: build/ignition-msgs8/include/ignition/msgs/track_visual.pb.h:78
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:269
void IGNITION_MSGS_VISIBLE AddDescriptors()
::std::string * release_name()
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:354
void set_allocated_pose(::ignition::msgs::Pose *pose)
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:451
::ignition::msgs::Pose * release_pose()
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:435
void set_allocated_view_controller(::std::string *view_controller)
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:412
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:79
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
bool has_track() const
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:471
void clear_projection_type()
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:519
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
::std::string * mutable_name()
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:349
void set_allocated_name(::std::string *name)
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:359
::ignition::msgs::TrackVisual * mutable_track()
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:490
static const GUICamera * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:109
void clear_name()
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:317
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:288
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:275
STL class.
std::unique_ptr< const GUICamera > ConstGUICameraUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:576
std::unique_ptr< GUICamera > GUICameraUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:575
::std::string * mutable_view_controller()
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:402
friend void swap(GUICamera &a, GUICamera &b)
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:117
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
GUICamera * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/gui_camera.pb.h:123
void Swap(GUICamera *other)