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