Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/clock.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/clock.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fclock_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fclock_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3012000
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 3012004 < 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/inlined_string_field.h>
29 #include <google/protobuf/metadata_lite.h>
30 #include <google/protobuf/generated_message_reflection.h>
31 #include <google/protobuf/message.h>
32 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
33 #include <google/protobuf/extension_set.h> // IWYU pragma: export
34 #include <google/protobuf/unknown_field_set.h>
35 #include "ignition/msgs/time.pb.h"
37 #ifndef _MSC_VER
38 #pragma GCC system_header
39 #else
40 #pragma warning(push)
41 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
42 #endif
43 #ifdef __linux__
44 #include <sys/sysmacros.h>
45 #endif
46 #include <memory>
47 #include <ignition/msgs/Export.hh>
48 // @@protoc_insertion_point(includes)
49 #include <google/protobuf/port_def.inc>
50 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fclock_2eproto IGNITION_MSGS_VISIBLE
51 PROTOBUF_NAMESPACE_OPEN
52 namespace internal {
53 class AnyMetadata;
54 } // namespace internal
55 PROTOBUF_NAMESPACE_CLOSE
56 
57 // Internal implementation detail -- do not use these members.
58 struct IGNITION_MSGS_VISIBLE TableStruct_ignition_2fmsgs_2fclock_2eproto {
59  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
60  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
61  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
62  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
63  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
64  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
65  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
66  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
67  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
68 };
69 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fclock_2eproto;
70 namespace ignition {
71 namespace msgs {
72 class Clock;
73 class ClockDefaultTypeInternal;
74 IGNITION_MSGS_VISIBLE extern ClockDefaultTypeInternal _Clock_default_instance_;
75 } // namespace msgs
76 } // namespace ignition
77 PROTOBUF_NAMESPACE_OPEN
78 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Clock* Arena::CreateMaybeMessage<::ignition::msgs::Clock>(Arena*);
79 PROTOBUF_NAMESPACE_CLOSE
80 namespace ignition {
81 namespace msgs {
82 
83 // ===================================================================
84 
85 class IGNITION_MSGS_VISIBLE Clock PROTOBUF_FINAL :
86  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Clock) */ {
87  public:
88  inline Clock() : Clock(nullptr) {};
89  virtual ~Clock();
90 
91  Clock(const Clock& from);
92  Clock(Clock&& from) noexcept
93  : Clock() {
94  *this = ::std::move(from);
95  }
96 
97  inline Clock& operator=(const Clock& from) {
98  CopyFrom(from);
99  return *this;
100  }
101  inline Clock& operator=(Clock&& from) noexcept {
102  if (GetArena() == from.GetArena()) {
103  if (this != &from) InternalSwap(&from);
104  } else {
105  CopyFrom(from);
106  }
107  return *this;
108  }
109 
110  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
111  return GetDescriptor();
112  }
113  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
114  return GetMetadataStatic().descriptor;
115  }
116  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
117  return GetMetadataStatic().reflection;
118  }
119  static const Clock& default_instance();
120 
121  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
122  static inline const Clock* internal_default_instance() {
123  return reinterpret_cast<const Clock*>(
125  }
126  static constexpr int kIndexInFileMessages =
127  0;
128 
129  friend void swap(Clock& a, Clock& b) {
130  a.Swap(&b);
131  }
132  inline void Swap(Clock* other) {
133  if (other == this) return;
134  if (GetArena() == other->GetArena()) {
135  InternalSwap(other);
136  } else {
137  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
138  }
139  }
140  void UnsafeArenaSwap(Clock* other) {
141  if (other == this) return;
142  GOOGLE_DCHECK(GetArena() == other->GetArena());
143  InternalSwap(other);
144  }
145 
146  // implements Message ----------------------------------------------
147 
148  inline Clock* New() const final {
149  return CreateMaybeMessage<Clock>(nullptr);
150  }
151 
152  Clock* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
153  return CreateMaybeMessage<Clock>(arena);
154  }
155  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
156  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
157  void CopyFrom(const Clock& from);
158  void MergeFrom(const Clock& from);
159  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
160  bool IsInitialized() const final;
161 
162  size_t ByteSizeLong() const final;
163  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
164  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
165  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
166  int GetCachedSize() const final { return _cached_size_.Get(); }
167 
168  private:
169  inline void SharedCtor();
170  inline void SharedDtor();
171  void SetCachedSize(int size) const final;
172  void InternalSwap(Clock* other);
173  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
174  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
175  return "ignition.msgs.Clock";
176  }
177  protected:
178  explicit Clock(::PROTOBUF_NAMESPACE_ID::Arena* arena);
179  private:
180  static void ArenaDtor(void* object);
181  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
182  public:
183 
184  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
185  private:
186  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
187  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fclock_2eproto);
188  return ::descriptor_table_ignition_2fmsgs_2fclock_2eproto.file_level_metadata[kIndexInFileMessages];
189  }
190 
191  public:
192 
193  // nested types ----------------------------------------------------
194 
195  // accessors -------------------------------------------------------
196 
197  enum : int {
198  kHeaderFieldNumber = 1,
199  kSystemFieldNumber = 2,
200  kRealFieldNumber = 3,
201  kSimFieldNumber = 4,
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.Time system = 2;
222  bool has_system() const;
223  private:
224  bool _internal_has_system() const;
225  public:
226  void clear_system();
227  const ::ignition::msgs::Time& system() const;
228  ::ignition::msgs::Time* release_system();
229  ::ignition::msgs::Time* mutable_system();
230  void set_allocated_system(::ignition::msgs::Time* system);
231  private:
232  const ::ignition::msgs::Time& _internal_system() const;
233  ::ignition::msgs::Time* _internal_mutable_system();
234  public:
236  ::ignition::msgs::Time* system);
237  ::ignition::msgs::Time* unsafe_arena_release_system();
238 
239  // .ignition.msgs.Time real = 3;
240  bool has_real() const;
241  private:
242  bool _internal_has_real() const;
243  public:
244  void clear_real();
245  const ::ignition::msgs::Time& real() const;
246  ::ignition::msgs::Time* release_real();
247  ::ignition::msgs::Time* mutable_real();
248  void set_allocated_real(::ignition::msgs::Time* real);
249  private:
250  const ::ignition::msgs::Time& _internal_real() const;
251  ::ignition::msgs::Time* _internal_mutable_real();
252  public:
254  ::ignition::msgs::Time* real);
255  ::ignition::msgs::Time* unsafe_arena_release_real();
256 
257  // .ignition.msgs.Time sim = 4;
258  bool has_sim() const;
259  private:
260  bool _internal_has_sim() const;
261  public:
262  void clear_sim();
263  const ::ignition::msgs::Time& sim() const;
264  ::ignition::msgs::Time* release_sim();
265  ::ignition::msgs::Time* mutable_sim();
266  void set_allocated_sim(::ignition::msgs::Time* sim);
267  private:
268  const ::ignition::msgs::Time& _internal_sim() const;
269  ::ignition::msgs::Time* _internal_mutable_sim();
270  public:
272  ::ignition::msgs::Time* sim);
273  ::ignition::msgs::Time* unsafe_arena_release_sim();
274 
275  // @@protoc_insertion_point(class_scope:ignition.msgs.Clock)
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::Time* system_;
284  ::ignition::msgs::Time* real_;
285  ::ignition::msgs::Time* sim_;
286  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
287  friend struct ::TableStruct_ignition_2fmsgs_2fclock_2eproto;
288 };
289 // ===================================================================
290 
291 
292 // ===================================================================
293 
294 #ifdef __GNUC__
295  #pragma GCC diagnostic push
296  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
297 #endif // __GNUC__
298 // Clock
299 
300 // .ignition.msgs.Header header = 1;
301 inline bool Clock::_internal_has_header() const {
302  return this != internal_default_instance() && header_ != nullptr;
303 }
304 inline bool Clock::has_header() const {
305  return _internal_has_header();
306 }
307 inline const ::ignition::msgs::Header& Clock::_internal_header() const {
308  const ::ignition::msgs::Header* p = header_;
309  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
311 }
312 inline const ::ignition::msgs::Header& Clock::header() const {
313  // @@protoc_insertion_point(field_get:ignition.msgs.Clock.header)
314  return _internal_header();
315 }
316 inline void Clock::unsafe_arena_set_allocated_header(
317  ::ignition::msgs::Header* header) {
318  if (GetArena() == nullptr) {
319  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
320  }
321  header_ = header;
322  if (header) {
323 
324  } else {
325 
326  }
327  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Clock.header)
328 }
329 inline ::ignition::msgs::Header* Clock::release_header() {
330  auto temp = unsafe_arena_release_header();
331  if (GetArena() != nullptr) {
332  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
333  }
334  return temp;
335 }
336 inline ::ignition::msgs::Header* Clock::unsafe_arena_release_header() {
337  // @@protoc_insertion_point(field_release:ignition.msgs.Clock.header)
338 
339  ::ignition::msgs::Header* temp = header_;
340  header_ = nullptr;
341  return temp;
342 }
343 inline ::ignition::msgs::Header* Clock::_internal_mutable_header() {
344 
345  if (header_ == nullptr) {
346  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
347  header_ = p;
348  }
349  return header_;
350 }
351 inline ::ignition::msgs::Header* Clock::mutable_header() {
352  // @@protoc_insertion_point(field_mutable:ignition.msgs.Clock.header)
353  return _internal_mutable_header();
354 }
355 inline void Clock::set_allocated_header(::ignition::msgs::Header* header) {
356  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
357  if (message_arena == nullptr) {
358  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
359  }
360  if (header) {
361  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
362  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
363  if (message_arena != submessage_arena) {
364  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
365  message_arena, header, submessage_arena);
366  }
367 
368  } else {
369 
370  }
371  header_ = header;
372  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Clock.header)
373 }
374 
375 // .ignition.msgs.Time system = 2;
376 inline bool Clock::_internal_has_system() const {
377  return this != internal_default_instance() && system_ != nullptr;
378 }
379 inline bool Clock::has_system() const {
380  return _internal_has_system();
381 }
382 inline const ::ignition::msgs::Time& Clock::_internal_system() const {
383  const ::ignition::msgs::Time* p = system_;
384  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Time*>(
386 }
387 inline const ::ignition::msgs::Time& Clock::system() const {
388  // @@protoc_insertion_point(field_get:ignition.msgs.Clock.system)
389  return _internal_system();
390 }
391 inline void Clock::unsafe_arena_set_allocated_system(
392  ::ignition::msgs::Time* system) {
393  if (GetArena() == nullptr) {
394  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(system_);
395  }
396  system_ = system;
397  if (system) {
398 
399  } else {
400 
401  }
402  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Clock.system)
403 }
404 inline ::ignition::msgs::Time* Clock::release_system() {
405  auto temp = unsafe_arena_release_system();
406  if (GetArena() != nullptr) {
407  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
408  }
409  return temp;
410 }
411 inline ::ignition::msgs::Time* Clock::unsafe_arena_release_system() {
412  // @@protoc_insertion_point(field_release:ignition.msgs.Clock.system)
413 
414  ::ignition::msgs::Time* temp = system_;
415  system_ = nullptr;
416  return temp;
417 }
418 inline ::ignition::msgs::Time* Clock::_internal_mutable_system() {
419 
420  if (system_ == nullptr) {
421  auto* p = CreateMaybeMessage<::ignition::msgs::Time>(GetArena());
422  system_ = p;
423  }
424  return system_;
425 }
426 inline ::ignition::msgs::Time* Clock::mutable_system() {
427  // @@protoc_insertion_point(field_mutable:ignition.msgs.Clock.system)
428  return _internal_mutable_system();
429 }
430 inline void Clock::set_allocated_system(::ignition::msgs::Time* system) {
431  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
432  if (message_arena == nullptr) {
433  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(system_);
434  }
435  if (system) {
436  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
437  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(system)->GetArena();
438  if (message_arena != submessage_arena) {
439  system = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
440  message_arena, system, submessage_arena);
441  }
442 
443  } else {
444 
445  }
446  system_ = system;
447  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Clock.system)
448 }
449 
450 // .ignition.msgs.Time real = 3;
451 inline bool Clock::_internal_has_real() const {
452  return this != internal_default_instance() && real_ != nullptr;
453 }
454 inline bool Clock::has_real() const {
455  return _internal_has_real();
456 }
457 inline const ::ignition::msgs::Time& Clock::_internal_real() const {
458  const ::ignition::msgs::Time* p = real_;
459  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Time*>(
461 }
462 inline const ::ignition::msgs::Time& Clock::real() const {
463  // @@protoc_insertion_point(field_get:ignition.msgs.Clock.real)
464  return _internal_real();
465 }
466 inline void Clock::unsafe_arena_set_allocated_real(
467  ::ignition::msgs::Time* real) {
468  if (GetArena() == nullptr) {
469  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(real_);
470  }
471  real_ = real;
472  if (real) {
473 
474  } else {
475 
476  }
477  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Clock.real)
478 }
479 inline ::ignition::msgs::Time* Clock::release_real() {
480  auto temp = unsafe_arena_release_real();
481  if (GetArena() != nullptr) {
482  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
483  }
484  return temp;
485 }
486 inline ::ignition::msgs::Time* Clock::unsafe_arena_release_real() {
487  // @@protoc_insertion_point(field_release:ignition.msgs.Clock.real)
488 
489  ::ignition::msgs::Time* temp = real_;
490  real_ = nullptr;
491  return temp;
492 }
493 inline ::ignition::msgs::Time* Clock::_internal_mutable_real() {
494 
495  if (real_ == nullptr) {
496  auto* p = CreateMaybeMessage<::ignition::msgs::Time>(GetArena());
497  real_ = p;
498  }
499  return real_;
500 }
501 inline ::ignition::msgs::Time* Clock::mutable_real() {
502  // @@protoc_insertion_point(field_mutable:ignition.msgs.Clock.real)
503  return _internal_mutable_real();
504 }
505 inline void Clock::set_allocated_real(::ignition::msgs::Time* real) {
506  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
507  if (message_arena == nullptr) {
508  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(real_);
509  }
510  if (real) {
511  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
512  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(real)->GetArena();
513  if (message_arena != submessage_arena) {
514  real = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
515  message_arena, real, submessage_arena);
516  }
517 
518  } else {
519 
520  }
521  real_ = real;
522  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Clock.real)
523 }
524 
525 // .ignition.msgs.Time sim = 4;
526 inline bool Clock::_internal_has_sim() const {
527  return this != internal_default_instance() && sim_ != nullptr;
528 }
529 inline bool Clock::has_sim() const {
530  return _internal_has_sim();
531 }
532 inline const ::ignition::msgs::Time& Clock::_internal_sim() const {
533  const ::ignition::msgs::Time* p = sim_;
534  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Time*>(
536 }
537 inline const ::ignition::msgs::Time& Clock::sim() const {
538  // @@protoc_insertion_point(field_get:ignition.msgs.Clock.sim)
539  return _internal_sim();
540 }
541 inline void Clock::unsafe_arena_set_allocated_sim(
542  ::ignition::msgs::Time* sim) {
543  if (GetArena() == nullptr) {
544  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(sim_);
545  }
546  sim_ = sim;
547  if (sim) {
548 
549  } else {
550 
551  }
552  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Clock.sim)
553 }
554 inline ::ignition::msgs::Time* Clock::release_sim() {
555  auto temp = unsafe_arena_release_sim();
556  if (GetArena() != nullptr) {
557  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
558  }
559  return temp;
560 }
561 inline ::ignition::msgs::Time* Clock::unsafe_arena_release_sim() {
562  // @@protoc_insertion_point(field_release:ignition.msgs.Clock.sim)
563 
564  ::ignition::msgs::Time* temp = sim_;
565  sim_ = nullptr;
566  return temp;
567 }
568 inline ::ignition::msgs::Time* Clock::_internal_mutable_sim() {
569 
570  if (sim_ == nullptr) {
571  auto* p = CreateMaybeMessage<::ignition::msgs::Time>(GetArena());
572  sim_ = p;
573  }
574  return sim_;
575 }
576 inline ::ignition::msgs::Time* Clock::mutable_sim() {
577  // @@protoc_insertion_point(field_mutable:ignition.msgs.Clock.sim)
578  return _internal_mutable_sim();
579 }
580 inline void Clock::set_allocated_sim(::ignition::msgs::Time* sim) {
581  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
582  if (message_arena == nullptr) {
583  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(sim_);
584  }
585  if (sim) {
586  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
587  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(sim)->GetArena();
588  if (message_arena != submessage_arena) {
589  sim = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
590  message_arena, sim, submessage_arena);
591  }
592 
593  } else {
594 
595  }
596  sim_ = sim;
597  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Clock.sim)
598 }
599 
600 #ifdef __GNUC__
601  #pragma GCC diagnostic pop
602 #endif // __GNUC__
603 
608 // @@protoc_insertion_point(namespace_scope)
609 
610 } // namespace msgs
611 } // namespace ignition
612 
613 #ifdef _MSC_VER
614 #pragma warning(pop)
615 #endif
616 // @@protoc_insertion_point(global_scope)
617 
618 #include <google/protobuf/port_undef.inc>
619 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fclock_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fclock_2eproto
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:116
const ::ignition::msgs::Time & real() const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::ignition::msgs::Header * release_header()
::ignition::msgs::Time * unsafe_arena_release_sim()
void unsafe_arena_set_allocated_sim(::ignition::msgs::Time *sim)
::ignition::msgs::Header * mutable_header()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:110
::ignition::msgs::Time * release_real()
::ignition::msgs::Time * release_system()
Clock * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:148
Clock(Clock &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:92
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Clock * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:152
static const Clock & default_instance()
void CopyFrom(const Clock &from)
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
friend void swap(Clock &a, Clock &b)
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:129
void set_allocated_real(::ignition::msgs::Time *real)
::ignition::msgs::Time * mutable_system()
Clock & operator=(Clock &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:101
::ignition::msgs::Time * release_sim()
::ignition::msgs::Header * unsafe_arena_release_header()
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void set_allocated_system(::ignition::msgs::Time *system)
void unsafe_arena_set_allocated_real(::ignition::msgs::Time *real)
void set_allocated_sim(::ignition::msgs::Time *sim)
::ignition::msgs::Time * mutable_sim()
void set_allocated_header(::ignition::msgs::Header *header)
::ignition::msgs::Time * unsafe_arena_release_real()
static const Clock * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:122
const ::ignition::msgs::Time & system() const
const ::ignition::msgs::Time & sim() const
::ignition::msgs::Time * unsafe_arena_release_system()
void UnsafeArenaSwap(Clock *other)
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:140
::ignition::msgs::Time * mutable_real()
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:113
void unsafe_arena_set_allocated_system(::ignition::msgs::Time *system)
Clock(::PROTOBUF_NAMESPACE_ID::Arena *arena)
Clock()
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:88
Clock & operator=(const Clock &from)
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:97
void MergeFrom(const Clock &from)
const ::ignition::msgs::Header & header() const
void Swap(Clock *other)
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:132
std::unique_ptr< Clock > ClockUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:604
std::unique_ptr< const Clock > ConstClockUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:605
std::shared_ptr< Clock > ClockSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:606
std::shared_ptr< const Clock > ConstClockSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:607
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
IGNITION_MSGS_VISIBLE TimeDefaultTypeInternal _Time_default_instance_
IGNITION_MSGS_VISIBLE ClockDefaultTypeInternal _Clock_default_instance_
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
Definition: build/ignition-msgs8/include/ignition/msgs/clock.pb.h:58
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)
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
T system(T... args)