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 < 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>
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 ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
67 };
68 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fpose_5fanimation_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class PoseAnimation;
72 class 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 PROTOBUF_FINAL :
85  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.PoseAnimation) */ {
86  public:
87  inline PoseAnimation() : PoseAnimation(nullptr) {}
88  virtual ~PoseAnimation();
89 
90  PoseAnimation(const PoseAnimation& from);
91  PoseAnimation(PoseAnimation&& from) noexcept
92  : PoseAnimation() {
93  *this = ::std::move(from);
94  }
95 
96  inline PoseAnimation& operator=(const PoseAnimation& from) {
97  CopyFrom(from);
98  return *this;
99  }
100  inline PoseAnimation& operator=(PoseAnimation&& 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 PoseAnimation& default_instance();
119 
120  static inline const PoseAnimation* internal_default_instance() {
121  return reinterpret_cast<const PoseAnimation*>(
123  }
124  static constexpr int kIndexInFileMessages =
125  0;
126 
127  friend void swap(PoseAnimation& a, PoseAnimation& b) {
128  a.Swap(&b);
129  }
130  inline void Swap(PoseAnimation* 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(PoseAnimation* other) {
139  if (other == this) return;
140  GOOGLE_DCHECK(GetArena() == other->GetArena());
141  InternalSwap(other);
142  }
143 
144  // implements Message ----------------------------------------------
145 
146  inline PoseAnimation* New() const final {
147  return CreateMaybeMessage<PoseAnimation>(nullptr);
148  }
149 
150  PoseAnimation* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
151  return CreateMaybeMessage<PoseAnimation>(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 PoseAnimation& from);
156  void MergeFrom(const PoseAnimation& 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(PoseAnimation* other);
171  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
172  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
173  return "ignition.msgs.PoseAnimation";
174  }
175  protected:
176  explicit PoseAnimation(::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_2fpose_5fanimation_2eproto);
186  return ::descriptor_table_ignition_2fmsgs_2fpose_5fanimation_2eproto.file_level_metadata[kIndexInFileMessages];
187  }
188 
189  public:
190 
191  // nested types ----------------------------------------------------
192 
193  // accessors -------------------------------------------------------
194 
195  enum : int {
196  kPoseFieldNumber = 3,
197  kTimeFieldNumber = 4,
198  kModelNameFieldNumber = 1,
199  kModelIdFieldNumber = 2,
200  };
201  // repeated .ignition.msgs.Pose pose = 3;
202  int pose_size() const;
203  private:
204  int _internal_pose_size() const;
205  public:
206  void clear_pose();
207  ::ignition::msgs::Pose* mutable_pose(int index);
208  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose >*
210  private:
211  const ::ignition::msgs::Pose& _internal_pose(int index) const;
212  ::ignition::msgs::Pose* _internal_add_pose();
213  public:
214  const ::ignition::msgs::Pose& pose(int index) const;
215  ::ignition::msgs::Pose* add_pose();
216  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose >&
217  pose() const;
218 
219  // repeated .ignition.msgs.Time time = 4;
220  int time_size() const;
221  private:
222  int _internal_time_size() const;
223  public:
224  void clear_time();
225  ::ignition::msgs::Time* mutable_time(int index);
226  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time >*
228  private:
229  const ::ignition::msgs::Time& _internal_time(int index) const;
230  ::ignition::msgs::Time* _internal_add_time();
231  public:
232  const ::ignition::msgs::Time& time(int index) const;
233  ::ignition::msgs::Time* add_time();
234  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time >&
235  time() const;
236 
237  // string model_name = 1;
239  const std::string& model_name() const;
240  void set_model_name(const std::string& value);
242  void set_model_name(const char* value);
243  void set_model_name(const char* value, size_t size);
247  private:
248  const std::string& _internal_model_name() const;
249  void _internal_set_model_name(const std::string& value);
250  std::string* _internal_mutable_model_name();
251  public:
252 
253  // uint32 model_id = 2;
255  ::PROTOBUF_NAMESPACE_ID::uint32 model_id() const;
256  void set_model_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
257  private:
258  ::PROTOBUF_NAMESPACE_ID::uint32 _internal_model_id() const;
259  void _internal_set_model_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
260  public:
261 
262  // @@protoc_insertion_point(class_scope:ignition.msgs.PoseAnimation)
263  private:
264  class _Internal;
265 
266  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
267  typedef void InternalArenaConstructable_;
268  typedef void DestructorSkippable_;
269  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose > pose_;
270  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time > time_;
271  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr model_name_;
272  ::PROTOBUF_NAMESPACE_ID::uint32 model_id_;
273  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
274  friend struct ::TableStruct_ignition_2fmsgs_2fpose_5fanimation_2eproto;
275 };
276 // ===================================================================
277 
278 
279 // ===================================================================
280 
281 #ifdef __GNUC__
282  #pragma GCC diagnostic push
283  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
284 #endif // __GNUC__
285 // PoseAnimation
286 
287 // string model_name = 1;
288 inline void PoseAnimation::clear_model_name() {
289  model_name_.ClearToEmpty();
290 }
291 inline const std::string& PoseAnimation::model_name() const {
292  // @@protoc_insertion_point(field_get:ignition.msgs.PoseAnimation.model_name)
293  return _internal_model_name();
294 }
295 inline void PoseAnimation::set_model_name(const std::string& value) {
296  _internal_set_model_name(value);
297  // @@protoc_insertion_point(field_set:ignition.msgs.PoseAnimation.model_name)
298 }
299 inline std::string* PoseAnimation::mutable_model_name() {
300  // @@protoc_insertion_point(field_mutable:ignition.msgs.PoseAnimation.model_name)
301  return _internal_mutable_model_name();
302 }
303 inline const std::string& PoseAnimation::_internal_model_name() const {
304  return model_name_.Get();
305 }
306 inline void PoseAnimation::_internal_set_model_name(const std::string& value) {
307 
308  model_name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArena());
309 }
310 inline void PoseAnimation::set_model_name(std::string&& value) {
311 
312  model_name_.Set(
313  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::move(value), GetArena());
314  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.PoseAnimation.model_name)
315 }
316 inline void PoseAnimation::set_model_name(const char* value) {
317  GOOGLE_DCHECK(value != nullptr);
318 
319  model_name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(value), GetArena());
320  // @@protoc_insertion_point(field_set_char:ignition.msgs.PoseAnimation.model_name)
321 }
322 inline void PoseAnimation::set_model_name(const char* value,
323  size_t size) {
324 
325  model_name_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(
326  reinterpret_cast<const char*>(value), size), GetArena());
327  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.PoseAnimation.model_name)
328 }
329 inline std::string* PoseAnimation::_internal_mutable_model_name() {
330 
331  return model_name_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArena());
332 }
333 inline std::string* PoseAnimation::release_model_name() {
334  // @@protoc_insertion_point(field_release:ignition.msgs.PoseAnimation.model_name)
335  return model_name_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
336 }
337 inline void PoseAnimation::set_allocated_model_name(std::string* model_name) {
338  if (model_name != nullptr) {
339 
340  } else {
341 
342  }
343  model_name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), model_name,
344  GetArena());
345  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.PoseAnimation.model_name)
346 }
347 
348 // uint32 model_id = 2;
349 inline void PoseAnimation::clear_model_id() {
350  model_id_ = 0u;
351 }
352 inline ::PROTOBUF_NAMESPACE_ID::uint32 PoseAnimation::_internal_model_id() const {
353  return model_id_;
354 }
355 inline ::PROTOBUF_NAMESPACE_ID::uint32 PoseAnimation::model_id() const {
356  // @@protoc_insertion_point(field_get:ignition.msgs.PoseAnimation.model_id)
357  return _internal_model_id();
358 }
359 inline void PoseAnimation::_internal_set_model_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
360 
361  model_id_ = value;
362 }
363 inline void PoseAnimation::set_model_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
364  _internal_set_model_id(value);
365  // @@protoc_insertion_point(field_set:ignition.msgs.PoseAnimation.model_id)
366 }
367 
368 // repeated .ignition.msgs.Pose pose = 3;
369 inline int PoseAnimation::_internal_pose_size() const {
370  return pose_.size();
371 }
372 inline int PoseAnimation::pose_size() const {
373  return _internal_pose_size();
374 }
375 inline ::ignition::msgs::Pose* PoseAnimation::mutable_pose(int index) {
376  // @@protoc_insertion_point(field_mutable:ignition.msgs.PoseAnimation.pose)
377  return pose_.Mutable(index);
378 }
379 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose >*
380 PoseAnimation::mutable_pose() {
381  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.PoseAnimation.pose)
382  return &pose_;
383 }
384 inline const ::ignition::msgs::Pose& PoseAnimation::_internal_pose(int index) const {
385  return pose_.Get(index);
386 }
387 inline const ::ignition::msgs::Pose& PoseAnimation::pose(int index) const {
388  // @@protoc_insertion_point(field_get:ignition.msgs.PoseAnimation.pose)
389  return _internal_pose(index);
390 }
391 inline ::ignition::msgs::Pose* PoseAnimation::_internal_add_pose() {
392  return pose_.Add();
393 }
394 inline ::ignition::msgs::Pose* PoseAnimation::add_pose() {
395  // @@protoc_insertion_point(field_add:ignition.msgs.PoseAnimation.pose)
396  return _internal_add_pose();
397 }
398 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose >&
399 PoseAnimation::pose() const {
400  // @@protoc_insertion_point(field_list:ignition.msgs.PoseAnimation.pose)
401  return pose_;
402 }
403 
404 // repeated .ignition.msgs.Time time = 4;
405 inline int PoseAnimation::_internal_time_size() const {
406  return time_.size();
407 }
408 inline int PoseAnimation::time_size() const {
409  return _internal_time_size();
410 }
411 inline ::ignition::msgs::Time* PoseAnimation::mutable_time(int index) {
412  // @@protoc_insertion_point(field_mutable:ignition.msgs.PoseAnimation.time)
413  return time_.Mutable(index);
414 }
415 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time >*
416 PoseAnimation::mutable_time() {
417  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.PoseAnimation.time)
418  return &time_;
419 }
420 inline const ::ignition::msgs::Time& PoseAnimation::_internal_time(int index) const {
421  return time_.Get(index);
422 }
423 inline const ::ignition::msgs::Time& PoseAnimation::time(int index) const {
424  // @@protoc_insertion_point(field_get:ignition.msgs.PoseAnimation.time)
425  return _internal_time(index);
426 }
427 inline ::ignition::msgs::Time* PoseAnimation::_internal_add_time() {
428  return time_.Add();
429 }
430 inline ::ignition::msgs::Time* PoseAnimation::add_time() {
431  // @@protoc_insertion_point(field_add:ignition.msgs.PoseAnimation.time)
432  return _internal_add_time();
433 }
434 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time >&
435 PoseAnimation::time() const {
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
void CopyFrom(const PoseAnimation &from)
PoseAnimation & operator=(const PoseAnimation &from)
Definition: pose_animation.pb.h:96
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: pose_animation.pb.h:115
void Swap(PoseAnimation *other)
Definition: pose_animation.pb.h:130
PoseAnimation(const PoseAnimation &from)
PoseAnimation * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: pose_animation.pb.h:150
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: pose_animation.pb.h:109
const ::ignition::msgs::Pose & pose(int index) const
friend void swap(PoseAnimation &a, PoseAnimation &b)
Definition: pose_animation.pb.h:127
void UnsafeArenaSwap(PoseAnimation *other)
Definition: pose_animation.pb.h:138
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
std::string * mutable_model_name()
static const PoseAnimation * internal_default_instance()
Definition: pose_animation.pb.h:120
void set_model_name(std::string &&value)
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose > & pose() const
PoseAnimation & operator=(PoseAnimation &&from) noexcept
Definition: pose_animation.pb.h:100
PoseAnimation()
Definition: pose_animation.pb.h:87
void set_model_name(const char *value)
PoseAnimation(PoseAnimation &&from) noexcept
Definition: pose_animation.pb.h:91
::PROTOBUF_NAMESPACE_ID::uint32 model_id() const
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void set_model_name(const std::string &value)
::ignition::msgs::Time * mutable_time(int index)
void set_model_id(::PROTOBUF_NAMESPACE_ID::uint32 value)
::ignition::msgs::Time * add_time()
void set_model_name(const char *value, size_t size)
const std::string & model_name() const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: pose_animation.pb.h:112
PoseAnimation(::PROTOBUF_NAMESPACE_ID::Arena *arena)
PoseAnimation * New() const final
Definition: pose_animation.pb.h:146
::ignition::msgs::Pose * add_pose()
::ignition::msgs::Pose * mutable_pose(int index)
void MergeFrom(const PoseAnimation &from)
void set_allocated_model_name(std::string *model_name)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose > * mutable_pose()
static const PoseAnimation & default_instance()
std::string * release_model_name()
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time > & time() const
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time > * mutable_time()
const ::ignition::msgs::Time & time(int index) const
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)