Ignition Msgs

API Reference

5.8.1
world_control.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/world_control.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fworld_5fcontrol_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fworld_5fcontrol_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3019000
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
15 #endif
16 #if 3019000 < PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
20 #endif
21 
22 #include <google/protobuf/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/metadata_lite.h>
29 #include <google/protobuf/generated_message_reflection.h>
30 #include <google/protobuf/message.h>
31 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
32 #include <google/protobuf/extension_set.h> // IWYU pragma: export
33 #include <google/protobuf/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_2fworld_5fcontrol_2eproto IGNITION_MSGS_VISIBLE
50 PROTOBUF_NAMESPACE_OPEN
51 namespace internal {
52 class AnyMetadata;
53 } // namespace internal
54 PROTOBUF_NAMESPACE_CLOSE
55 
56 // Internal implementation detail -- do not use these members.
58  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
59  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
60  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
61  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
62  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
63  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
64  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
65  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
66  static const uint32_t offsets[];
67 };
68 IGNITION_MSGS_VISIBLE extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fworld_5fcontrol_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class WorldControl;
72 struct WorldControlDefaultTypeInternal;
73 IGNITION_MSGS_VISIBLE extern WorldControlDefaultTypeInternal _WorldControl_default_instance_;
74 } // namespace msgs
75 } // namespace ignition
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::WorldControl* Arena::CreateMaybeMessage<::ignition::msgs::WorldControl>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
79 namespace ignition {
80 namespace msgs {
81 
82 // ===================================================================
83 
84 class IGNITION_MSGS_VISIBLE WorldControl final :
85  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.WorldControl) */ {
86  public:
87  inline WorldControl() : WorldControl(nullptr) {}
88  ~WorldControl() override;
89  explicit constexpr WorldControl(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
90 
91  WorldControl(const WorldControl& from);
92  WorldControl(WorldControl&& from) noexcept
93  : WorldControl() {
94  *this = ::std::move(from);
95  }
96 
97  inline WorldControl& operator=(const WorldControl& from) {
98  CopyFrom(from);
99  return *this;
100  }
101  inline WorldControl& operator=(WorldControl&& from) noexcept {
102  if (this == &from) return *this;
103  if (GetOwningArena() == from.GetOwningArena()
104  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
105  && GetOwningArena() != nullptr
106  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
107  ) {
108  InternalSwap(&from);
109  } else {
110  CopyFrom(from);
111  }
112  return *this;
113  }
114 
115  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
116  return GetDescriptor();
117  }
118  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
119  return default_instance().GetMetadata().descriptor;
120  }
121  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
122  return default_instance().GetMetadata().reflection;
123  }
124  static const WorldControl& default_instance() {
125  return *internal_default_instance();
126  }
127  static inline const WorldControl* internal_default_instance() {
128  return reinterpret_cast<const WorldControl*>(
130  }
131  static constexpr int kIndexInFileMessages =
132  0;
133 
134  friend void swap(WorldControl& a, WorldControl& b) {
135  a.Swap(&b);
136  }
137  inline void Swap(WorldControl* other) {
138  if (other == this) return;
139  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
140  if (GetOwningArena() != nullptr &&
141  GetOwningArena() == other->GetOwningArena()) {
142  #else // PROTOBUF_FORCE_COPY_IN_SWAP
143  if (GetOwningArena() == other->GetOwningArena()) {
144  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
145  InternalSwap(other);
146  } else {
147  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
148  }
149  }
151  if (other == this) return;
152  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
153  InternalSwap(other);
154  }
155 
156  // implements Message ----------------------------------------------
157 
158  WorldControl* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
159  return CreateMaybeMessage<WorldControl>(arena);
160  }
161  using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
162  void CopyFrom(const WorldControl& from);
163  using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
164  void MergeFrom(const WorldControl& from);
165  private:
166  static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
167  public:
168  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
169  bool IsInitialized() const final;
170 
171  size_t ByteSizeLong() const final;
172  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
173  uint8_t* _InternalSerialize(
174  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
175  int GetCachedSize() const final { return _cached_size_.Get(); }
176 
177  private:
178  void SharedCtor();
179  void SharedDtor();
180  void SetCachedSize(int size) const final;
181  void InternalSwap(WorldControl* other);
182 
183  private:
184  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
185  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
186  return "ignition.msgs.WorldControl";
187  }
188  protected:
189  explicit WorldControl(::PROTOBUF_NAMESPACE_ID::Arena* arena,
190  bool is_message_owned = false);
191  private:
192  static void ArenaDtor(void* object);
193  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
194  public:
195 
196  static const ClassData _class_data_;
197  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
198 
199  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
200 
201  // nested types ----------------------------------------------------
202 
203  // accessors -------------------------------------------------------
204 
205  enum : int {
206  kHeaderFieldNumber = 1,
207  kResetFieldNumber = 5,
208  kPauseFieldNumber = 2,
209  kStepFieldNumber = 3,
210  kMultiStepFieldNumber = 4,
211  kSeedFieldNumber = 6,
212  };
213  // .ignition.msgs.Header header = 1;
214  bool has_header() const;
215  private:
216  bool _internal_has_header() const;
217  public:
218  void clear_header();
219  const ::ignition::msgs::Header& header() const;
220  PROTOBUF_NODISCARD ::ignition::msgs::Header* release_header();
221  ::ignition::msgs::Header* mutable_header();
222  void set_allocated_header(::ignition::msgs::Header* header);
223  private:
224  const ::ignition::msgs::Header& _internal_header() const;
225  ::ignition::msgs::Header* _internal_mutable_header();
226  public:
227  void unsafe_arena_set_allocated_header(
228  ::ignition::msgs::Header* header);
229  ::ignition::msgs::Header* unsafe_arena_release_header();
230 
231  // .ignition.msgs.WorldReset reset = 5;
232  bool has_reset() const;
233  private:
234  bool _internal_has_reset() const;
235  public:
236  void clear_reset();
237  const ::ignition::msgs::WorldReset& reset() const;
238  PROTOBUF_NODISCARD ::ignition::msgs::WorldReset* release_reset();
239  ::ignition::msgs::WorldReset* mutable_reset();
240  void set_allocated_reset(::ignition::msgs::WorldReset* reset);
241  private:
242  const ::ignition::msgs::WorldReset& _internal_reset() const;
243  ::ignition::msgs::WorldReset* _internal_mutable_reset();
244  public:
245  void unsafe_arena_set_allocated_reset(
246  ::ignition::msgs::WorldReset* reset);
247  ::ignition::msgs::WorldReset* unsafe_arena_release_reset();
248 
249  // bool pause = 2;
250  void clear_pause();
251  bool pause() const;
252  void set_pause(bool value);
253  private:
254  bool _internal_pause() const;
255  void _internal_set_pause(bool value);
256  public:
257 
258  // bool step = 3;
259  void clear_step();
260  bool step() const;
261  void set_step(bool value);
262  private:
263  bool _internal_step() const;
264  void _internal_set_step(bool value);
265  public:
266 
267  // uint32 multi_step = 4;
268  void clear_multi_step();
269  uint32_t multi_step() const;
270  void set_multi_step(uint32_t value);
271  private:
272  uint32_t _internal_multi_step() const;
273  void _internal_set_multi_step(uint32_t value);
274  public:
275 
276  // uint32 seed = 6;
277  void clear_seed();
278  uint32_t seed() const;
279  void set_seed(uint32_t value);
280  private:
281  uint32_t _internal_seed() const;
282  void _internal_set_seed(uint32_t value);
283  public:
284 
285  // @@protoc_insertion_point(class_scope:ignition.msgs.WorldControl)
286  private:
287  class _Internal;
288 
289  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
290  typedef void InternalArenaConstructable_;
291  typedef void DestructorSkippable_;
292  ::ignition::msgs::Header* header_;
294  bool pause_;
295  bool step_;
296  uint32_t multi_step_;
297  uint32_t seed_;
298  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
299  friend struct ::TableStruct_ignition_2fmsgs_2fworld_5fcontrol_2eproto;
300 };
301 // ===================================================================
302 
303 
304 // ===================================================================
305 
306 #ifdef __GNUC__
307  #pragma GCC diagnostic push
308  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
309 #endif // __GNUC__
310 // WorldControl
311 
312 // .ignition.msgs.Header header = 1;
313 inline bool WorldControl::_internal_has_header() const {
314  return this != internal_default_instance() && header_ != nullptr;
315 }
316 inline bool WorldControl::has_header() const {
317  return _internal_has_header();
318 }
319 inline const ::ignition::msgs::Header& WorldControl::_internal_header() const {
320  const ::ignition::msgs::Header* p = header_;
321  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Header&>(
323 }
324 inline const ::ignition::msgs::Header& WorldControl::header() const {
325  // @@protoc_insertion_point(field_get:ignition.msgs.WorldControl.header)
326  return _internal_header();
327 }
329  ::ignition::msgs::Header* header) {
330  if (GetArenaForAllocation() == nullptr) {
331  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
332  }
333  header_ = header;
334  if (header) {
335 
336  } else {
337 
338  }
339  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.WorldControl.header)
340 }
341 inline ::ignition::msgs::Header* WorldControl::release_header() {
342 
343  ::ignition::msgs::Header* temp = header_;
344  header_ = nullptr;
345 #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
346  auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
347  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
348  if (GetArenaForAllocation() == nullptr) { delete old; }
349 #else // PROTOBUF_FORCE_COPY_IN_RELEASE
350  if (GetArenaForAllocation() != nullptr) {
351  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
352  }
353 #endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
354  return temp;
355 }
356 inline ::ignition::msgs::Header* WorldControl::unsafe_arena_release_header() {
357  // @@protoc_insertion_point(field_release:ignition.msgs.WorldControl.header)
358 
359  ::ignition::msgs::Header* temp = header_;
360  header_ = nullptr;
361  return temp;
362 }
363 inline ::ignition::msgs::Header* WorldControl::_internal_mutable_header() {
364 
365  if (header_ == nullptr) {
366  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaForAllocation());
367  header_ = p;
368  }
369  return header_;
370 }
371 inline ::ignition::msgs::Header* WorldControl::mutable_header() {
372  ::ignition::msgs::Header* _msg = _internal_mutable_header();
373  // @@protoc_insertion_point(field_mutable:ignition.msgs.WorldControl.header)
374  return _msg;
375 }
377  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
378  if (message_arena == nullptr) {
379  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
380  }
381  if (header) {
382  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
383  ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper<
384  ::PROTOBUF_NAMESPACE_ID::MessageLite>::GetOwningArena(
385  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header));
386  if (message_arena != submessage_arena) {
387  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
388  message_arena, header, submessage_arena);
389  }
390 
391  } else {
392 
393  }
394  header_ = header;
395  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.WorldControl.header)
396 }
397 
398 // bool pause = 2;
400  pause_ = false;
401 }
402 inline bool WorldControl::_internal_pause() const {
403  return pause_;
404 }
405 inline bool WorldControl::pause() const {
406  // @@protoc_insertion_point(field_get:ignition.msgs.WorldControl.pause)
407  return _internal_pause();
408 }
409 inline void WorldControl::_internal_set_pause(bool value) {
410 
411  pause_ = value;
412 }
413 inline void WorldControl::set_pause(bool value) {
414  _internal_set_pause(value);
415  // @@protoc_insertion_point(field_set:ignition.msgs.WorldControl.pause)
416 }
417 
418 // bool step = 3;
420  step_ = false;
421 }
422 inline bool WorldControl::_internal_step() const {
423  return step_;
424 }
425 inline bool WorldControl::step() const {
426  // @@protoc_insertion_point(field_get:ignition.msgs.WorldControl.step)
427  return _internal_step();
428 }
429 inline void WorldControl::_internal_set_step(bool value) {
430 
431  step_ = value;
432 }
433 inline void WorldControl::set_step(bool value) {
434  _internal_set_step(value);
435  // @@protoc_insertion_point(field_set:ignition.msgs.WorldControl.step)
436 }
437 
438 // uint32 multi_step = 4;
440  multi_step_ = 0u;
441 }
442 inline uint32_t WorldControl::_internal_multi_step() const {
443  return multi_step_;
444 }
445 inline uint32_t WorldControl::multi_step() const {
446  // @@protoc_insertion_point(field_get:ignition.msgs.WorldControl.multi_step)
447  return _internal_multi_step();
448 }
449 inline void WorldControl::_internal_set_multi_step(uint32_t value) {
450 
451  multi_step_ = value;
452 }
453 inline void WorldControl::set_multi_step(uint32_t value) {
454  _internal_set_multi_step(value);
455  // @@protoc_insertion_point(field_set:ignition.msgs.WorldControl.multi_step)
456 }
457 
458 // .ignition.msgs.WorldReset reset = 5;
459 inline bool WorldControl::_internal_has_reset() const {
460  return this != internal_default_instance() && reset_ != nullptr;
461 }
462 inline bool WorldControl::has_reset() const {
463  return _internal_has_reset();
464 }
465 inline const ::ignition::msgs::WorldReset& WorldControl::_internal_reset() const {
466  const ::ignition::msgs::WorldReset* p = reset_;
467  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::WorldReset&>(
469 }
470 inline const ::ignition::msgs::WorldReset& WorldControl::reset() const {
471  // @@protoc_insertion_point(field_get:ignition.msgs.WorldControl.reset)
472  return _internal_reset();
473 }
475  ::ignition::msgs::WorldReset* reset) {
476  if (GetArenaForAllocation() == nullptr) {
477  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(reset_);
478  }
479  reset_ = reset;
480  if (reset) {
481 
482  } else {
483 
484  }
485  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.WorldControl.reset)
486 }
487 inline ::ignition::msgs::WorldReset* WorldControl::release_reset() {
488 
489  ::ignition::msgs::WorldReset* temp = reset_;
490  reset_ = nullptr;
491 #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
492  auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
493  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
494  if (GetArenaForAllocation() == nullptr) { delete old; }
495 #else // PROTOBUF_FORCE_COPY_IN_RELEASE
496  if (GetArenaForAllocation() != nullptr) {
497  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
498  }
499 #endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
500  return temp;
501 }
502 inline ::ignition::msgs::WorldReset* WorldControl::unsafe_arena_release_reset() {
503  // @@protoc_insertion_point(field_release:ignition.msgs.WorldControl.reset)
504 
505  ::ignition::msgs::WorldReset* temp = reset_;
506  reset_ = nullptr;
507  return temp;
508 }
509 inline ::ignition::msgs::WorldReset* WorldControl::_internal_mutable_reset() {
510 
511  if (reset_ == nullptr) {
512  auto* p = CreateMaybeMessage<::ignition::msgs::WorldReset>(GetArenaForAllocation());
513  reset_ = p;
514  }
515  return reset_;
516 }
517 inline ::ignition::msgs::WorldReset* WorldControl::mutable_reset() {
518  ::ignition::msgs::WorldReset* _msg = _internal_mutable_reset();
519  // @@protoc_insertion_point(field_mutable:ignition.msgs.WorldControl.reset)
520  return _msg;
521 }
523  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
524  if (message_arena == nullptr) {
525  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(reset_);
526  }
527  if (reset) {
528  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
529  ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper<
530  ::PROTOBUF_NAMESPACE_ID::MessageLite>::GetOwningArena(
531  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(reset));
532  if (message_arena != submessage_arena) {
533  reset = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
534  message_arena, reset, submessage_arena);
535  }
536 
537  } else {
538 
539  }
540  reset_ = reset;
541  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.WorldControl.reset)
542 }
543 
544 // uint32 seed = 6;
546  seed_ = 0u;
547 }
548 inline uint32_t WorldControl::_internal_seed() const {
549  return seed_;
550 }
551 inline uint32_t WorldControl::seed() const {
552  // @@protoc_insertion_point(field_get:ignition.msgs.WorldControl.seed)
553  return _internal_seed();
554 }
555 inline void WorldControl::_internal_set_seed(uint32_t value) {
556 
557  seed_ = value;
558 }
559 inline void WorldControl::set_seed(uint32_t value) {
560  _internal_set_seed(value);
561  // @@protoc_insertion_point(field_set:ignition.msgs.WorldControl.seed)
562 }
563 
564 #ifdef __GNUC__
565  #pragma GCC diagnostic pop
566 #endif // __GNUC__
567 
572 // @@protoc_insertion_point(namespace_scope)
573 
574 } // namespace msgs
575 } // namespace ignition
576 
577 #ifdef _MSC_VER
578 #pragma warning(pop)
579 #endif
580 // @@protoc_insertion_point(global_scope)
581 
582 #include <google/protobuf/port_undef.inc>
583 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fworld_5fcontrol_2eproto
Definition: header.pb.h:265
Definition: world_control.pb.h:85
WorldControl(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: world_control.pb.h:121
WorldControl()
Definition: world_control.pb.h:87
bool has_header() const
Definition: world_control.pb.h:316
::ignition::msgs::Header * mutable_header()
Definition: world_control.pb.h:371
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
WorldControl(WorldControl &&from) noexcept
Definition: world_control.pb.h:92
uint32_t seed() const
Definition: world_control.pb.h:551
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: world_control.pb.h:115
WorldControl(const WorldControl &from)
::ignition::msgs::WorldReset * unsafe_arena_release_reset()
Definition: world_control.pb.h:502
WorldControl & operator=(WorldControl &&from) noexcept
Definition: world_control.pb.h:101
uint32_t multi_step() const
Definition: world_control.pb.h:445
void set_allocated_reset(::ignition::msgs::WorldReset *reset)
Definition: world_control.pb.h:522
constexpr WorldControl(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
void set_seed(uint32_t value)
Definition: world_control.pb.h:559
bool step() const
Definition: world_control.pb.h:425
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
Definition: world_control.pb.h:328
void unsafe_arena_set_allocated_reset(::ignition::msgs::WorldReset *reset)
Definition: world_control.pb.h:474
void clear_step()
Definition: world_control.pb.h:419
bool pause() const
Definition: world_control.pb.h:405
friend void swap(WorldControl &a, WorldControl &b)
Definition: world_control.pb.h:134
void UnsafeArenaSwap(WorldControl *other)
Definition: world_control.pb.h:150
WorldControl * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: world_control.pb.h:158
const ::ignition::msgs::WorldReset & reset() const
Definition: world_control.pb.h:470
static const WorldControl & default_instance()
Definition: world_control.pb.h:124
PROTOBUF_NODISCARD ::ignition::msgs::WorldReset * release_reset()
Definition: world_control.pb.h:487
static const WorldControl * internal_default_instance()
Definition: world_control.pb.h:127
void set_pause(bool value)
Definition: world_control.pb.h:413
void set_allocated_header(::ignition::msgs::Header *header)
Definition: world_control.pb.h:376
void CopyFrom(const WorldControl &from)
void MergeFrom(const WorldControl &from)
PROTOBUF_NODISCARD ::ignition::msgs::Header * release_header()
Definition: world_control.pb.h:341
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
void clear_multi_step()
Definition: world_control.pb.h:439
::ignition::msgs::WorldReset * mutable_reset()
Definition: world_control.pb.h:517
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: world_control.pb.h:118
void clear_pause()
Definition: world_control.pb.h:399
bool has_reset() const
Definition: world_control.pb.h:462
void set_step(bool value)
Definition: world_control.pb.h:433
const ::ignition::msgs::Header & header() const
Definition: world_control.pb.h:324
static const ClassData _class_data_
Definition: world_control.pb.h:196
::ignition::msgs::Header * unsafe_arena_release_header()
Definition: world_control.pb.h:356
WorldControl & operator=(const WorldControl &from)
Definition: world_control.pb.h:97
void set_multi_step(uint32_t value)
Definition: world_control.pb.h:453
void Swap(WorldControl *other)
Definition: world_control.pb.h:137
void clear_seed()
Definition: world_control.pb.h:545
Definition: world_reset.pb.h:84
std::unique_ptr< WorldControl > WorldControlUniquePtr
Definition: world_control.pb.h:568
std::shared_ptr< WorldControl > WorldControlSharedPtr
Definition: world_control.pb.h:570
IGNITION_MSGS_VISIBLE WorldControlDefaultTypeInternal _WorldControl_default_instance_
IGNITION_MSGS_VISIBLE WorldResetDefaultTypeInternal _WorldReset_default_instance_
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::unique_ptr< const WorldControl > ConstWorldControlUniquePtr
Definition: world_control.pb.h:569
std::shared_ptr< const WorldControl > ConstWorldControlSharedPtr
Definition: world_control.pb.h:571
Definition: actor.pb.h:52
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)
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fworld_5fcontrol_2eproto