Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/sim_event.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fsim_5fevent_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fsim_5fevent_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>
35 #ifndef _MSC_VER
36 #pragma GCC system_header
37 #else
38 #pragma warning(push)
39 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
40 #endif
41 #ifdef __linux__
42 #include <sys/sysmacros.h>
43 #endif
44 #include <memory>
45 #include <ignition/msgs/Export.hh>
46 // @@protoc_insertion_point(includes)
47 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2fsim_5fevent_2eproto IGNITION_MSGS_VISIBLE
48 
50 // Internal implementation detail -- do not use these members.
51 struct IGNITION_MSGS_VISIBLE TableStruct {
52  static const ::google::protobuf::internal::ParseTableField entries[];
53  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
54  static const ::google::protobuf::internal::ParseTable schema[1];
55  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
56  static const ::google::protobuf::internal::SerializationTable serialization_table[];
57  static const ::google::protobuf::uint32 offsets[];
58 };
59 void IGNITION_MSGS_VISIBLE AddDescriptors();
60 } // namespace protobuf_ignition_2fmsgs_2fsim_5fevent_2eproto
61 namespace ignition {
62 namespace msgs {
63 class SimEvent;
64 class SimEventDefaultTypeInternal;
65 IGNITION_MSGS_VISIBLE extern SimEventDefaultTypeInternal _SimEvent_default_instance_;
66 } // namespace msgs
67 } // namespace ignition
68 namespace google {
69 namespace protobuf {
70 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::SimEvent* Arena::CreateMaybeMessage<::ignition::msgs::SimEvent>(Arena*);
71 } // namespace protobuf
72 } // namespace google
73 namespace ignition {
74 namespace msgs {
75 
76 // ===================================================================
77 
78 class IGNITION_MSGS_VISIBLE SimEvent : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.SimEvent) */ {
79  public:
80  SimEvent();
81  virtual ~SimEvent();
82 
83  SimEvent(const SimEvent& from);
84 
85  inline SimEvent& operator=(const SimEvent& from) {
86  CopyFrom(from);
87  return *this;
88  }
89  #if LANG_CXX11
90  SimEvent(SimEvent&& from) noexcept
91  : SimEvent() {
92  *this = ::std::move(from);
93  }
94 
95  inline SimEvent& operator=(SimEvent&& from) noexcept {
96  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
97  if (this != &from) InternalSwap(&from);
98  } else {
99  CopyFrom(from);
100  }
101  return *this;
102  }
103  #endif
104  static const ::google::protobuf::Descriptor* descriptor();
105  static const SimEvent& default_instance();
106 
107  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
108  static inline const SimEvent* internal_default_instance() {
109  return reinterpret_cast<const SimEvent*>(
111  }
112  static constexpr int kIndexInFileMessages =
113  0;
114 
115  void Swap(SimEvent* other);
116  friend void swap(SimEvent& a, SimEvent& b) {
117  a.Swap(&b);
118  }
119 
120  // implements Message ----------------------------------------------
121 
122  inline SimEvent* New() const final {
123  return CreateMaybeMessage<SimEvent>(NULL);
124  }
125 
126  SimEvent* New(::google::protobuf::Arena* arena) const final {
127  return CreateMaybeMessage<SimEvent>(arena);
128  }
129  void CopyFrom(const ::google::protobuf::Message& from) final;
130  void MergeFrom(const ::google::protobuf::Message& from) final;
131  void CopyFrom(const SimEvent& from);
132  void MergeFrom(const SimEvent& from);
133  void Clear() final;
134  bool IsInitialized() const final;
135 
136  size_t ByteSizeLong() const final;
137  bool MergePartialFromCodedStream(
138  ::google::protobuf::io::CodedInputStream* input) final;
139  void SerializeWithCachedSizes(
140  ::google::protobuf::io::CodedOutputStream* output) const final;
141  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
142  bool deterministic, ::google::protobuf::uint8* target) const final;
143  int GetCachedSize() const final { return _cached_size_.Get(); }
144 
145  private:
146  void SharedCtor();
147  void SharedDtor();
148  void SetCachedSize(int size) const final;
149  void InternalSwap(SimEvent* other);
150  private:
151  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
152  return NULL;
153  }
154  inline void* MaybeArenaPtr() const {
155  return NULL;
156  }
157  public:
158 
159  ::google::protobuf::Metadata GetMetadata() const final;
160 
161  // nested types ----------------------------------------------------
162 
163  // accessors -------------------------------------------------------
164 
165  // string type = 3;
166  void clear_type();
167  static const int kTypeFieldNumber = 3;
168  const ::std::string& type() const;
169  void set_type(const ::std::string& value);
170  #if LANG_CXX11
171  void set_type(::std::string&& value);
172  #endif
173  void set_type(const char* value);
174  void set_type(const char* value, size_t size);
175  ::std::string* mutable_type();
176  ::std::string* release_type();
177  void set_allocated_type(::std::string* type);
178 
179  // string name = 4;
180  void clear_name();
181  static const int kNameFieldNumber = 4;
182  const ::std::string& name() const;
183  void set_name(const ::std::string& value);
184  #if LANG_CXX11
185  void set_name(::std::string&& value);
186  #endif
187  void set_name(const char* value);
188  void set_name(const char* value, size_t size);
189  ::std::string* mutable_name();
190  ::std::string* release_name();
191  void set_allocated_name(::std::string* name);
192 
193  // string data = 6;
194  void clear_data();
195  static const int kDataFieldNumber = 6;
196  const ::std::string& data() const;
197  void set_data(const ::std::string& value);
198  #if LANG_CXX11
199  void set_data(::std::string&& value);
200  #endif
201  void set_data(const char* value);
202  void set_data(const char* value, size_t size);
203  ::std::string* mutable_data();
204  ::std::string* release_data();
205  void set_allocated_data(::std::string* data);
206 
207  // .ignition.msgs.Header header = 1;
208  bool has_header() const;
209  void clear_header();
210  static const int kHeaderFieldNumber = 1;
211  private:
212  const ::ignition::msgs::Header& _internal_header() const;
213  public:
214  const ::ignition::msgs::Header& header() const;
215  ::ignition::msgs::Header* release_header();
216  ::ignition::msgs::Header* mutable_header();
217  void set_allocated_header(::ignition::msgs::Header* header);
218 
219  // .ignition.msgs.WorldStatistics world_statistics = 5;
220  bool has_world_statistics() const;
221  void clear_world_statistics();
222  static const int kWorldStatisticsFieldNumber = 5;
223  private:
224  const ::ignition::msgs::WorldStatistics& _internal_world_statistics() const;
225  public:
226  const ::ignition::msgs::WorldStatistics& world_statistics() const;
227  ::ignition::msgs::WorldStatistics* release_world_statistics();
228  ::ignition::msgs::WorldStatistics* mutable_world_statistics();
229  void set_allocated_world_statistics(::ignition::msgs::WorldStatistics* world_statistics);
230 
231  // uint32 id = 2;
232  void clear_id();
233  static const int kIdFieldNumber = 2;
234  ::google::protobuf::uint32 id() const;
235  void set_id(::google::protobuf::uint32 value);
236 
237  // @@protoc_insertion_point(class_scope:ignition.msgs.SimEvent)
238  private:
239 
240  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
241  ::google::protobuf::internal::ArenaStringPtr type_;
242  ::google::protobuf::internal::ArenaStringPtr name_;
243  ::google::protobuf::internal::ArenaStringPtr data_;
244  ::ignition::msgs::Header* header_;
245  ::ignition::msgs::WorldStatistics* world_statistics_;
246  ::google::protobuf::uint32 id_;
247  mutable ::google::protobuf::internal::CachedSize _cached_size_;
248  friend struct ::protobuf_ignition_2fmsgs_2fsim_5fevent_2eproto::TableStruct;
249 };
250 // ===================================================================
251 
252 
253 // ===================================================================
254 
255 #ifdef __GNUC__
256  #pragma GCC diagnostic push
257  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
258 #endif // __GNUC__
259 // SimEvent
260 
261 // .ignition.msgs.Header header = 1;
262 inline bool SimEvent::has_header() const {
263  return this != internal_default_instance() && header_ != NULL;
264 }
265 inline const ::ignition::msgs::Header& SimEvent::_internal_header() const {
266  return *header_;
267 }
268 inline const ::ignition::msgs::Header& SimEvent::header() const {
269  const ::ignition::msgs::Header* p = header_;
270  // @@protoc_insertion_point(field_get:ignition.msgs.SimEvent.header)
271  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
273 }
274 inline ::ignition::msgs::Header* SimEvent::release_header() {
275  // @@protoc_insertion_point(field_release:ignition.msgs.SimEvent.header)
276 
277  ::ignition::msgs::Header* temp = header_;
278  header_ = NULL;
279  return temp;
280 }
281 inline ::ignition::msgs::Header* SimEvent::mutable_header() {
282 
283  if (header_ == NULL) {
284  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
285  header_ = p;
286  }
287  // @@protoc_insertion_point(field_mutable:ignition.msgs.SimEvent.header)
288  return header_;
289 }
291  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
292  if (message_arena == NULL) {
293  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
294  }
295  if (header) {
296  ::google::protobuf::Arena* submessage_arena = NULL;
297  if (message_arena != submessage_arena) {
298  header = ::google::protobuf::internal::GetOwnedMessage(
299  message_arena, header, submessage_arena);
300  }
301 
302  } else {
303 
304  }
305  header_ = header;
306  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.SimEvent.header)
307 }
308 
309 // uint32 id = 2;
310 inline void SimEvent::clear_id() {
311  id_ = 0u;
312 }
313 inline ::google::protobuf::uint32 SimEvent::id() const {
314  // @@protoc_insertion_point(field_get:ignition.msgs.SimEvent.id)
315  return id_;
316 }
317 inline void SimEvent::set_id(::google::protobuf::uint32 value) {
318 
319  id_ = value;
320  // @@protoc_insertion_point(field_set:ignition.msgs.SimEvent.id)
321 }
322 
323 // string type = 3;
324 inline void SimEvent::clear_type() {
325  type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
326 }
327 inline const ::std::string& SimEvent::type() const {
328  // @@protoc_insertion_point(field_get:ignition.msgs.SimEvent.type)
329  return type_.GetNoArena();
330 }
331 inline void SimEvent::set_type(const ::std::string& value) {
332 
333  type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
334  // @@protoc_insertion_point(field_set:ignition.msgs.SimEvent.type)
335 }
336 #if LANG_CXX11
337 inline void SimEvent::set_type(::std::string&& value) {
338 
339  type_.SetNoArena(
340  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
341  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.SimEvent.type)
342 }
343 #endif
344 inline void SimEvent::set_type(const char* value) {
345  GOOGLE_DCHECK(value != NULL);
346 
347  type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
348  // @@protoc_insertion_point(field_set_char:ignition.msgs.SimEvent.type)
349 }
350 inline void SimEvent::set_type(const char* value, size_t size) {
351 
352  type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
353  ::std::string(reinterpret_cast<const char*>(value), size));
354  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.SimEvent.type)
355 }
356 inline ::std::string* SimEvent::mutable_type() {
357 
358  // @@protoc_insertion_point(field_mutable:ignition.msgs.SimEvent.type)
359  return type_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
360 }
361 inline ::std::string* SimEvent::release_type() {
362  // @@protoc_insertion_point(field_release:ignition.msgs.SimEvent.type)
363 
364  return type_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
365 }
367  if (type != NULL) {
368 
369  } else {
370 
371  }
372  type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), type);
373  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.SimEvent.type)
374 }
375 
376 // string name = 4;
377 inline void SimEvent::clear_name() {
378  name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
379 }
380 inline const ::std::string& SimEvent::name() const {
381  // @@protoc_insertion_point(field_get:ignition.msgs.SimEvent.name)
382  return name_.GetNoArena();
383 }
384 inline void SimEvent::set_name(const ::std::string& value) {
385 
386  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
387  // @@protoc_insertion_point(field_set:ignition.msgs.SimEvent.name)
388 }
389 #if LANG_CXX11
390 inline void SimEvent::set_name(::std::string&& value) {
391 
392  name_.SetNoArena(
393  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
394  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.SimEvent.name)
395 }
396 #endif
397 inline void SimEvent::set_name(const char* value) {
398  GOOGLE_DCHECK(value != NULL);
399 
400  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
401  // @@protoc_insertion_point(field_set_char:ignition.msgs.SimEvent.name)
402 }
403 inline void SimEvent::set_name(const char* value, size_t size) {
404 
405  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
406  ::std::string(reinterpret_cast<const char*>(value), size));
407  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.SimEvent.name)
408 }
409 inline ::std::string* SimEvent::mutable_name() {
410 
411  // @@protoc_insertion_point(field_mutable:ignition.msgs.SimEvent.name)
412  return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
413 }
414 inline ::std::string* SimEvent::release_name() {
415  // @@protoc_insertion_point(field_release:ignition.msgs.SimEvent.name)
416 
417  return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
418 }
420  if (name != NULL) {
421 
422  } else {
423 
424  }
425  name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name);
426  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.SimEvent.name)
427 }
428 
429 // .ignition.msgs.WorldStatistics world_statistics = 5;
430 inline bool SimEvent::has_world_statistics() const {
431  return this != internal_default_instance() && world_statistics_ != NULL;
432 }
433 inline const ::ignition::msgs::WorldStatistics& SimEvent::_internal_world_statistics() const {
434  return *world_statistics_;
435 }
436 inline const ::ignition::msgs::WorldStatistics& SimEvent::world_statistics() const {
437  const ::ignition::msgs::WorldStatistics* p = world_statistics_;
438  // @@protoc_insertion_point(field_get:ignition.msgs.SimEvent.world_statistics)
439  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::WorldStatistics*>(
441 }
442 inline ::ignition::msgs::WorldStatistics* SimEvent::release_world_statistics() {
443  // @@protoc_insertion_point(field_release:ignition.msgs.SimEvent.world_statistics)
444 
445  ::ignition::msgs::WorldStatistics* temp = world_statistics_;
446  world_statistics_ = NULL;
447  return temp;
448 }
449 inline ::ignition::msgs::WorldStatistics* SimEvent::mutable_world_statistics() {
450 
451  if (world_statistics_ == NULL) {
452  auto* p = CreateMaybeMessage<::ignition::msgs::WorldStatistics>(GetArenaNoVirtual());
453  world_statistics_ = p;
454  }
455  // @@protoc_insertion_point(field_mutable:ignition.msgs.SimEvent.world_statistics)
456  return world_statistics_;
457 }
459  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
460  if (message_arena == NULL) {
461  delete reinterpret_cast< ::google::protobuf::MessageLite*>(world_statistics_);
462  }
463  if (world_statistics) {
464  ::google::protobuf::Arena* submessage_arena = NULL;
465  if (message_arena != submessage_arena) {
466  world_statistics = ::google::protobuf::internal::GetOwnedMessage(
467  message_arena, world_statistics, submessage_arena);
468  }
469 
470  } else {
471 
472  }
473  world_statistics_ = world_statistics;
474  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.SimEvent.world_statistics)
475 }
476 
477 // string data = 6;
478 inline void SimEvent::clear_data() {
479  data_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
480 }
481 inline const ::std::string& SimEvent::data() const {
482  // @@protoc_insertion_point(field_get:ignition.msgs.SimEvent.data)
483  return data_.GetNoArena();
484 }
485 inline void SimEvent::set_data(const ::std::string& value) {
486 
487  data_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
488  // @@protoc_insertion_point(field_set:ignition.msgs.SimEvent.data)
489 }
490 #if LANG_CXX11
491 inline void SimEvent::set_data(::std::string&& value) {
492 
493  data_.SetNoArena(
494  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
495  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.SimEvent.data)
496 }
497 #endif
498 inline void SimEvent::set_data(const char* value) {
499  GOOGLE_DCHECK(value != NULL);
500 
501  data_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
502  // @@protoc_insertion_point(field_set_char:ignition.msgs.SimEvent.data)
503 }
504 inline void SimEvent::set_data(const char* value, size_t size) {
505 
506  data_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
507  ::std::string(reinterpret_cast<const char*>(value), size));
508  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.SimEvent.data)
509 }
510 inline ::std::string* SimEvent::mutable_data() {
511 
512  // @@protoc_insertion_point(field_mutable:ignition.msgs.SimEvent.data)
513  return data_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
514 }
515 inline ::std::string* SimEvent::release_data() {
516  // @@protoc_insertion_point(field_release:ignition.msgs.SimEvent.data)
517 
518  return data_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
519 }
521  if (data != NULL) {
522 
523  } else {
524 
525  }
526  data_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), data);
527  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.SimEvent.data)
528 }
529 
530 #ifdef __GNUC__
531  #pragma GCC diagnostic pop
532 #endif // __GNUC__
533 
538 // @@protoc_insertion_point(namespace_scope)
539 
540 } // namespace msgs
541 } // namespace ignition
542 
543 #ifdef _MSC_VER
544 #pragma warning(pop)
545 #endif
546 // @@protoc_insertion_point(global_scope)
547 
548 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fsim_5fevent_2eproto
void set_name(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:384
void set_allocated_type(::std::string *type)
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:366
const ::std::string & data() const
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:481
STL class.
friend void swap(SimEvent &a, SimEvent &b)
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:116
STL class.
void clear_data()
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:478
void set_id(::google::protobuf::uint32 value)
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:317
T move(T... args)
const ::ignition::msgs::WorldStatistics & world_statistics() const
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:436
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:268
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:49
SimEvent * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:126
::std::string * release_type()
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:361
static const SimEvent * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:108
::std::string * mutable_data()
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:510
::std::string * release_data()
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:515
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:281
::std::string * mutable_type()
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:356
::ignition::msgs::WorldStatistics * mutable_world_statistics()
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:449
::std::string * release_name()
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:414
::ignition::msgs::WorldStatistics * release_world_statistics()
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:442
SimEvent * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:122
void set_allocated_world_statistics(::ignition::msgs::WorldStatistics *world_statistics)
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:458
std::unique_ptr< SimEvent > SimEventUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:534
void clear_type()
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:324
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:78
Definition: build/ignition-msgs8/include/ignition/msgs/world_stats.pb.h:79
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:274
IGNITION_MSGS_VISIBLE SimEventDefaultTypeInternal _SimEvent_default_instance_
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:262
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:290
void set_allocated_name(::std::string *name)
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:419
void set_data(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:485
std::shared_ptr< SimEvent > SimEventSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:536
const ::std::string & type() const
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:327
const ::std::string & name() const
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:380
::std::string * mutable_name()
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:409
void clear_id()
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:310
::google::protobuf::uint32 id() const
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:313
IGNITION_MSGS_VISIBLE WorldStatisticsDefaultTypeInternal _WorldStatistics_default_instance_
void clear_name()
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:377
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
std::unique_ptr< const SimEvent > ConstSimEventUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:535
void IGNITION_MSGS_VISIBLE AddDescriptors()
std::shared_ptr< const SimEvent > ConstSimEventSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:537
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:51
void set_type(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:331
STL class.
SimEvent & operator=(const SimEvent &from)
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:85
void set_allocated_data(::std::string *data)
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:520
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
bool has_world_statistics() const
Definition: build/ignition-msgs8/include/ignition/msgs/sim_event.pb.h:430
void Swap(SimEvent *other)