Ignition Msgs

API Reference

5.8.1
pose_animation.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/pose_animation.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fpose_5fanimation_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fpose_5fanimation_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>
34 #include "ignition/msgs/pose.pb.h"
35 #include "ignition/msgs/time.pb.h"
36 #ifndef _MSC_VER
37 #pragma GCC system_header
38 #else
39 #pragma warning(push)
40 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
41 #endif
42 #ifdef __linux__
43 #include <sys/sysmacros.h>
44 #endif
45 #include <memory>
46 #include <ignition/msgs/Export.hh>
47 // @@protoc_insertion_point(includes)
48 #include <google/protobuf/port_def.inc>
49 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fpose_5fanimation_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_2fpose_5fanimation_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class PoseAnimation;
72 struct PoseAnimationDefaultTypeInternal;
73 IGNITION_MSGS_VISIBLE extern PoseAnimationDefaultTypeInternal _PoseAnimation_default_instance_;
74 } // namespace msgs
75 } // namespace ignition
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::PoseAnimation* Arena::CreateMaybeMessage<::ignition::msgs::PoseAnimation>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
79 namespace ignition {
80 namespace msgs {
81 
82 // ===================================================================
83 
84 class IGNITION_MSGS_VISIBLE PoseAnimation final :
85  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.PoseAnimation) */ {
86  public:
87  inline PoseAnimation() : PoseAnimation(nullptr) {}
88  ~PoseAnimation() override;
89  explicit constexpr PoseAnimation(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
90 
92  PoseAnimation(PoseAnimation&& from) noexcept
93  : PoseAnimation() {
94  *this = ::std::move(from);
95  }
96 
97  inline PoseAnimation& operator=(const PoseAnimation& from) {
98  CopyFrom(from);
99  return *this;
100  }
101  inline PoseAnimation& operator=(PoseAnimation&& 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 PoseAnimation& default_instance() {
125  return *internal_default_instance();
126  }
127  static inline const PoseAnimation* internal_default_instance() {
128  return reinterpret_cast<const PoseAnimation*>(
130  }
131  static constexpr int kIndexInFileMessages =
132  0;
133 
134  friend void swap(PoseAnimation& a, PoseAnimation& b) {
135  a.Swap(&b);
136  }
137  inline void Swap(PoseAnimation* 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  PoseAnimation* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
159  return CreateMaybeMessage<PoseAnimation>(arena);
160  }
161  using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
162  void CopyFrom(const PoseAnimation& from);
163  using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
164  void MergeFrom(const PoseAnimation& 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(PoseAnimation* other);
182 
183  private:
184  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
185  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
186  return "ignition.msgs.PoseAnimation";
187  }
188  protected:
189  explicit PoseAnimation(::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  kPoseFieldNumber = 3,
207  kTimeFieldNumber = 4,
208  kModelNameFieldNumber = 1,
209  kModelIdFieldNumber = 2,
210  };
211  // repeated .ignition.msgs.Pose pose = 3;
212  int pose_size() const;
213  private:
214  int _internal_pose_size() const;
215  public:
216  void clear_pose();
217  ::ignition::msgs::Pose* mutable_pose(int index);
218  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose >*
219  mutable_pose();
220  private:
221  const ::ignition::msgs::Pose& _internal_pose(int index) const;
222  ::ignition::msgs::Pose* _internal_add_pose();
223  public:
224  const ::ignition::msgs::Pose& pose(int index) const;
225  ::ignition::msgs::Pose* add_pose();
226  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose >&
227  pose() const;
228 
229  // repeated .ignition.msgs.Time time = 4;
230  int time_size() const;
231  private:
232  int _internal_time_size() const;
233  public:
234  void clear_time();
235  ::ignition::msgs::Time* mutable_time(int index);
236  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time >*
237  mutable_time();
238  private:
239  const ::ignition::msgs::Time& _internal_time(int index) const;
240  ::ignition::msgs::Time* _internal_add_time();
241  public:
242  const ::ignition::msgs::Time& time(int index) const;
243  ::ignition::msgs::Time* add_time();
244  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time >&
245  time() const;
246 
247  // string model_name = 1;
248  void clear_model_name();
249  const std::string& model_name() const;
250  template <typename ArgT0 = const std::string&, typename... ArgT>
251  void set_model_name(ArgT0&& arg0, ArgT... args);
252  std::string* mutable_model_name();
253  PROTOBUF_NODISCARD std::string* release_model_name();
254  void set_allocated_model_name(std::string* model_name);
255  private:
256  const std::string& _internal_model_name() const;
257  inline PROTOBUF_ALWAYS_INLINE void _internal_set_model_name(const std::string& value);
258  std::string* _internal_mutable_model_name();
259  public:
260 
261  // uint32 model_id = 2;
262  void clear_model_id();
263  uint32_t model_id() const;
264  void set_model_id(uint32_t value);
265  private:
266  uint32_t _internal_model_id() const;
267  void _internal_set_model_id(uint32_t value);
268  public:
269 
270  // @@protoc_insertion_point(class_scope:ignition.msgs.PoseAnimation)
271  private:
272  class _Internal;
273 
274  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
275  typedef void InternalArenaConstructable_;
276  typedef void DestructorSkippable_;
277  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose > pose_;
278  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time > time_;
279  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr model_name_;
280  uint32_t model_id_;
281  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
282  friend struct ::TableStruct_ignition_2fmsgs_2fpose_5fanimation_2eproto;
283 };
284 // ===================================================================
285 
286 
287 // ===================================================================
288 
289 #ifdef __GNUC__
290  #pragma GCC diagnostic push
291  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
292 #endif // __GNUC__
293 // PoseAnimation
294 
295 // string model_name = 1;
297  model_name_.ClearToEmpty();
298 }
299 inline const std::string& PoseAnimation::model_name() const {
300  // @@protoc_insertion_point(field_get:ignition.msgs.PoseAnimation.model_name)
301  return _internal_model_name();
302 }
303 template <typename ArgT0, typename... ArgT>
304 inline PROTOBUF_ALWAYS_INLINE
305 void PoseAnimation::set_model_name(ArgT0&& arg0, ArgT... args) {
306 
307  model_name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
308  // @@protoc_insertion_point(field_set:ignition.msgs.PoseAnimation.model_name)
309 }
311  std::string* _s = _internal_mutable_model_name();
312  // @@protoc_insertion_point(field_mutable:ignition.msgs.PoseAnimation.model_name)
313  return _s;
314 }
315 inline const std::string& PoseAnimation::_internal_model_name() const {
316  return model_name_.Get();
317 }
318 inline void PoseAnimation::_internal_set_model_name(const std::string& value) {
319 
320  model_name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
321 }
322 inline std::string* PoseAnimation::_internal_mutable_model_name() {
323 
324  return model_name_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
325 }
327  // @@protoc_insertion_point(field_release:ignition.msgs.PoseAnimation.model_name)
328  return model_name_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
329 }
331  if (model_name != nullptr) {
332 
333  } else {
334 
335  }
336  model_name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), model_name,
337  GetArenaForAllocation());
338 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
339  if (model_name_.IsDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited())) {
340  model_name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), "", GetArenaForAllocation());
341  }
342 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
343  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.PoseAnimation.model_name)
344 }
345 
346 // uint32 model_id = 2;
348  model_id_ = 0u;
349 }
350 inline uint32_t PoseAnimation::_internal_model_id() const {
351  return model_id_;
352 }
353 inline uint32_t PoseAnimation::model_id() const {
354  // @@protoc_insertion_point(field_get:ignition.msgs.PoseAnimation.model_id)
355  return _internal_model_id();
356 }
357 inline void PoseAnimation::_internal_set_model_id(uint32_t value) {
358 
359  model_id_ = value;
360 }
361 inline void PoseAnimation::set_model_id(uint32_t value) {
362  _internal_set_model_id(value);
363  // @@protoc_insertion_point(field_set:ignition.msgs.PoseAnimation.model_id)
364 }
365 
366 // repeated .ignition.msgs.Pose pose = 3;
367 inline int PoseAnimation::_internal_pose_size() const {
368  return pose_.size();
369 }
370 inline int PoseAnimation::pose_size() const {
371  return _internal_pose_size();
372 }
373 inline ::ignition::msgs::Pose* PoseAnimation::mutable_pose(int index) {
374  // @@protoc_insertion_point(field_mutable:ignition.msgs.PoseAnimation.pose)
375  return pose_.Mutable(index);
376 }
377 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose >*
379  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.PoseAnimation.pose)
380  return &pose_;
381 }
382 inline const ::ignition::msgs::Pose& PoseAnimation::_internal_pose(int index) const {
383  return pose_.Get(index);
384 }
385 inline const ::ignition::msgs::Pose& PoseAnimation::pose(int index) const {
386  // @@protoc_insertion_point(field_get:ignition.msgs.PoseAnimation.pose)
387  return _internal_pose(index);
388 }
389 inline ::ignition::msgs::Pose* PoseAnimation::_internal_add_pose() {
390  return pose_.Add();
391 }
392 inline ::ignition::msgs::Pose* PoseAnimation::add_pose() {
393  ::ignition::msgs::Pose* _add = _internal_add_pose();
394  // @@protoc_insertion_point(field_add:ignition.msgs.PoseAnimation.pose)
395  return _add;
396 }
397 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose >&
399  // @@protoc_insertion_point(field_list:ignition.msgs.PoseAnimation.pose)
400  return pose_;
401 }
402 
403 // repeated .ignition.msgs.Time time = 4;
404 inline int PoseAnimation::_internal_time_size() const {
405  return time_.size();
406 }
407 inline int PoseAnimation::time_size() const {
408  return _internal_time_size();
409 }
410 inline ::ignition::msgs::Time* PoseAnimation::mutable_time(int index) {
411  // @@protoc_insertion_point(field_mutable:ignition.msgs.PoseAnimation.time)
412  return time_.Mutable(index);
413 }
414 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time >*
416  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.PoseAnimation.time)
417  return &time_;
418 }
419 inline const ::ignition::msgs::Time& PoseAnimation::_internal_time(int index) const {
420  return time_.Get(index);
421 }
422 inline const ::ignition::msgs::Time& PoseAnimation::time(int index) const {
423  // @@protoc_insertion_point(field_get:ignition.msgs.PoseAnimation.time)
424  return _internal_time(index);
425 }
426 inline ::ignition::msgs::Time* PoseAnimation::_internal_add_time() {
427  return time_.Add();
428 }
429 inline ::ignition::msgs::Time* PoseAnimation::add_time() {
430  ::ignition::msgs::Time* _add = _internal_add_time();
431  // @@protoc_insertion_point(field_add:ignition.msgs.PoseAnimation.time)
432  return _add;
433 }
434 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time >&
436  // @@protoc_insertion_point(field_list:ignition.msgs.PoseAnimation.time)
437  return time_;
438 }
439 
440 #ifdef __GNUC__
441  #pragma GCC diagnostic pop
442 #endif // __GNUC__
443 
448 // @@protoc_insertion_point(namespace_scope)
449 
450 } // namespace msgs
451 } // namespace ignition
452 
453 #ifdef _MSC_VER
454 #pragma warning(pop)
455 #endif
456 // @@protoc_insertion_point(global_scope)
457 
458 #include <google/protobuf/port_undef.inc>
459 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fpose_5fanimation_2eproto
Definition: pose_animation.pb.h:85
std::string * mutable_model_name()
Definition: pose_animation.pb.h:310
uint32_t model_id() const
Definition: pose_animation.pb.h:353
void CopyFrom(const PoseAnimation &from)
PoseAnimation & operator=(const PoseAnimation &from)
Definition: pose_animation.pb.h:97
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: pose_animation.pb.h:121
void Swap(PoseAnimation *other)
Definition: pose_animation.pb.h:137
PoseAnimation(const PoseAnimation &from)
int time_size() const
Definition: pose_animation.pb.h:407
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
PoseAnimation(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: pose_animation.pb.h:115
friend void swap(PoseAnimation &a, PoseAnimation &b)
Definition: pose_animation.pb.h:134
void UnsafeArenaSwap(PoseAnimation *other)
Definition: pose_animation.pb.h:150
void clear_model_id()
Definition: pose_animation.pb.h:347
static const PoseAnimation * internal_default_instance()
Definition: pose_animation.pb.h:127
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time > * mutable_time()
Definition: pose_animation.pb.h:415
int pose_size() const
Definition: pose_animation.pb.h:370
PoseAnimation & operator=(PoseAnimation &&from) noexcept
Definition: pose_animation.pb.h:101
PoseAnimation()
Definition: pose_animation.pb.h:87
void set_model_id(uint32_t value)
Definition: pose_animation.pb.h:361
PoseAnimation(PoseAnimation &&from) noexcept
Definition: pose_animation.pb.h:92
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose > & pose() const
Definition: pose_animation.pb.h:398
PROTOBUF_NODISCARD std::string * release_model_name()
Definition: pose_animation.pb.h:326
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose > * mutable_pose()
Definition: pose_animation.pb.h:378
::ignition::msgs::Time * add_time()
Definition: pose_animation.pb.h:429
PoseAnimation * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: pose_animation.pb.h:158
::ignition::msgs::Pose * add_pose()
Definition: pose_animation.pb.h:392
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: pose_animation.pb.h:118
void clear_model_name()
Definition: pose_animation.pb.h:296
const std::string & model_name() const
Definition: pose_animation.pb.h:299
static const ClassData _class_data_
Definition: pose_animation.pb.h:196
void MergeFrom(const PoseAnimation &from)
void set_allocated_model_name(std::string *model_name)
Definition: pose_animation.pb.h:330
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time > & time() const
Definition: pose_animation.pb.h:435
static const PoseAnimation & default_instance()
Definition: pose_animation.pb.h:124
void set_model_name(ArgT0 &&arg0, ArgT... args)
constexpr PoseAnimation(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
Definition: pose.pb.h:86
Definition: time.pb.h:83
std::shared_ptr< const PoseAnimation > ConstPoseAnimationSharedPtr
Definition: pose_animation.pb.h:447
std::unique_ptr< PoseAnimation > PoseAnimationUniquePtr
Definition: pose_animation.pb.h:444
std::shared_ptr< PoseAnimation > PoseAnimationSharedPtr
Definition: pose_animation.pb.h:446
std::unique_ptr< const PoseAnimation > ConstPoseAnimationUniquePtr
Definition: pose_animation.pb.h:445
IGNITION_MSGS_VISIBLE PoseAnimationDefaultTypeInternal _PoseAnimation_default_instance_
Definition: actor.pb.h:52
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fpose_5fanimation_2eproto
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)