Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/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 < 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/pose.pb.h"
36 #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_2fpose_5fanimation_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.
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_2fpose_5fanimation_2eproto;
70 namespace ignition {
71 namespace msgs {
72 class PoseAnimation;
73 class PoseAnimationDefaultTypeInternal;
74 IGNITION_MSGS_VISIBLE extern PoseAnimationDefaultTypeInternal _PoseAnimation_default_instance_;
75 } // namespace msgs
76 } // namespace ignition
77 PROTOBUF_NAMESPACE_OPEN
78 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::PoseAnimation* Arena::CreateMaybeMessage<::ignition::msgs::PoseAnimation>(Arena*);
79 PROTOBUF_NAMESPACE_CLOSE
80 namespace ignition {
81 namespace msgs {
82 
83 // ===================================================================
84 
85 class IGNITION_MSGS_VISIBLE PoseAnimation PROTOBUF_FINAL :
86  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.PoseAnimation) */ {
87  public:
88  inline PoseAnimation() : PoseAnimation(nullptr) {};
89  virtual ~PoseAnimation();
90 
91  PoseAnimation(const PoseAnimation& from);
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 (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 PoseAnimation& default_instance();
120 
121  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
122  static inline const PoseAnimation* internal_default_instance() {
123  return reinterpret_cast<const PoseAnimation*>(
125  }
126  static constexpr int kIndexInFileMessages =
127  0;
128 
129  friend void swap(PoseAnimation& a, PoseAnimation& b) {
130  a.Swap(&b);
131  }
132  inline void Swap(PoseAnimation* 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(PoseAnimation* other) {
141  if (other == this) return;
142  GOOGLE_DCHECK(GetArena() == other->GetArena());
143  InternalSwap(other);
144  }
145 
146  // implements Message ----------------------------------------------
147 
148  inline PoseAnimation* New() const final {
149  return CreateMaybeMessage<PoseAnimation>(nullptr);
150  }
151 
152  PoseAnimation* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
153  return CreateMaybeMessage<PoseAnimation>(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 PoseAnimation& from);
158  void MergeFrom(const PoseAnimation& 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(PoseAnimation* other);
173  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
174  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
175  return "ignition.msgs.PoseAnimation";
176  }
177  protected:
178  explicit PoseAnimation(::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_2fpose_5fanimation_2eproto);
188  return ::descriptor_table_ignition_2fmsgs_2fpose_5fanimation_2eproto.file_level_metadata[kIndexInFileMessages];
189  }
190 
191  public:
192 
193  // nested types ----------------------------------------------------
194 
195  // accessors -------------------------------------------------------
196 
197  enum : int {
198  kPoseFieldNumber = 3,
199  kTimeFieldNumber = 4,
200  kModelNameFieldNumber = 1,
201  kModelIdFieldNumber = 2,
202  };
203  // repeated .ignition.msgs.Pose pose = 3;
204  int pose_size() const;
205  private:
206  int _internal_pose_size() const;
207  public:
208  void clear_pose();
209  ::ignition::msgs::Pose* mutable_pose(int index);
210  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose >*
212  private:
213  const ::ignition::msgs::Pose& _internal_pose(int index) const;
214  ::ignition::msgs::Pose* _internal_add_pose();
215  public:
216  const ::ignition::msgs::Pose& pose(int index) const;
217  ::ignition::msgs::Pose* add_pose();
218  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose >&
219  pose() const;
220 
221  // repeated .ignition.msgs.Time time = 4;
222  int time_size() const;
223  private:
224  int _internal_time_size() const;
225  public:
226  void clear_time();
227  ::ignition::msgs::Time* mutable_time(int index);
228  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time >*
230  private:
231  const ::ignition::msgs::Time& _internal_time(int index) const;
232  ::ignition::msgs::Time* _internal_add_time();
233  public:
234  const ::ignition::msgs::Time& time(int index) const;
235  ::ignition::msgs::Time* add_time();
236  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time >&
237  time() const;
238 
239  // string model_name = 1;
241  const std::string& model_name() const;
242  void set_model_name(const std::string& value);
244  void set_model_name(const char* value);
245  void set_model_name(const char* value, size_t size);
249  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
250  " string fields are deprecated and will be removed in a"
251  " future release.")
252  std::string* unsafe_arena_release_model_name();
253  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
254  " string fields are deprecated and will be removed in a"
255  " future release.")
256  void unsafe_arena_set_allocated_model_name(
257  std::string* model_name);
258  private:
259  const std::string& _internal_model_name() const;
260  void _internal_set_model_name(const std::string& value);
261  std::string* _internal_mutable_model_name();
262  public:
263 
264  // uint32 model_id = 2;
265  void clear_model_id();
266  ::PROTOBUF_NAMESPACE_ID::uint32 model_id() const;
267  void set_model_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
268  private:
269  ::PROTOBUF_NAMESPACE_ID::uint32 _internal_model_id() const;
270  void _internal_set_model_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
271  public:
272 
273  // @@protoc_insertion_point(class_scope:ignition.msgs.PoseAnimation)
274  private:
275  class _Internal;
276 
277  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
278  typedef void InternalArenaConstructable_;
279  typedef void DestructorSkippable_;
280  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose > pose_;
281  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time > time_;
282  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr model_name_;
283  ::PROTOBUF_NAMESPACE_ID::uint32 model_id_;
284  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
286 };
287 // ===================================================================
288 
289 
290 // ===================================================================
291 
292 #ifdef __GNUC__
293  #pragma GCC diagnostic push
294  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
295 #endif // __GNUC__
296 // PoseAnimation
297 
298 // string model_name = 1;
299 inline void PoseAnimation::clear_model_name() {
300  model_name_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
301 }
302 inline const std::string& PoseAnimation::model_name() const {
303  // @@protoc_insertion_point(field_get:ignition.msgs.PoseAnimation.model_name)
304  return _internal_model_name();
305 }
306 inline void PoseAnimation::set_model_name(const std::string& value) {
307  _internal_set_model_name(value);
308  // @@protoc_insertion_point(field_set:ignition.msgs.PoseAnimation.model_name)
309 }
310 inline std::string* PoseAnimation::mutable_model_name() {
311  // @@protoc_insertion_point(field_mutable:ignition.msgs.PoseAnimation.model_name)
312  return _internal_mutable_model_name();
313 }
314 inline const std::string& PoseAnimation::_internal_model_name() const {
315  return model_name_.Get();
316 }
317 inline void PoseAnimation::_internal_set_model_name(const std::string& value) {
318 
319  model_name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
320 }
321 inline void PoseAnimation::set_model_name(std::string&& value) {
322 
323  model_name_.Set(
324  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
325  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.PoseAnimation.model_name)
326 }
327 inline void PoseAnimation::set_model_name(const char* value) {
328  GOOGLE_DCHECK(value != nullptr);
329 
330  model_name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
331  GetArena());
332  // @@protoc_insertion_point(field_set_char:ignition.msgs.PoseAnimation.model_name)
333 }
334 inline void PoseAnimation::set_model_name(const char* value,
335  size_t size) {
336 
337  model_name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
338  reinterpret_cast<const char*>(value), size), GetArena());
339  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.PoseAnimation.model_name)
340 }
341 inline std::string* PoseAnimation::_internal_mutable_model_name() {
342 
343  return model_name_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
344 }
345 inline std::string* PoseAnimation::release_model_name() {
346  // @@protoc_insertion_point(field_release:ignition.msgs.PoseAnimation.model_name)
347  return model_name_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
348 }
349 inline void PoseAnimation::set_allocated_model_name(std::string* model_name) {
350  if (model_name != nullptr) {
351 
352  } else {
353 
354  }
355  model_name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), model_name,
356  GetArena());
357  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.PoseAnimation.model_name)
358 }
359 inline std::string* PoseAnimation::unsafe_arena_release_model_name() {
360  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.PoseAnimation.model_name)
361  GOOGLE_DCHECK(GetArena() != nullptr);
362 
363  return model_name_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
364  GetArena());
365 }
366 inline void PoseAnimation::unsafe_arena_set_allocated_model_name(
367  std::string* model_name) {
368  GOOGLE_DCHECK(GetArena() != nullptr);
369  if (model_name != nullptr) {
370 
371  } else {
372 
373  }
374  model_name_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
375  model_name, GetArena());
376  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.PoseAnimation.model_name)
377 }
378 
379 // uint32 model_id = 2;
380 inline void PoseAnimation::clear_model_id() {
381  model_id_ = 0u;
382 }
383 inline ::PROTOBUF_NAMESPACE_ID::uint32 PoseAnimation::_internal_model_id() const {
384  return model_id_;
385 }
386 inline ::PROTOBUF_NAMESPACE_ID::uint32 PoseAnimation::model_id() const {
387  // @@protoc_insertion_point(field_get:ignition.msgs.PoseAnimation.model_id)
388  return _internal_model_id();
389 }
390 inline void PoseAnimation::_internal_set_model_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
391 
392  model_id_ = value;
393 }
394 inline void PoseAnimation::set_model_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
395  _internal_set_model_id(value);
396  // @@protoc_insertion_point(field_set:ignition.msgs.PoseAnimation.model_id)
397 }
398 
399 // repeated .ignition.msgs.Pose pose = 3;
400 inline int PoseAnimation::_internal_pose_size() const {
401  return pose_.size();
402 }
403 inline int PoseAnimation::pose_size() const {
404  return _internal_pose_size();
405 }
406 inline ::ignition::msgs::Pose* PoseAnimation::mutable_pose(int index) {
407  // @@protoc_insertion_point(field_mutable:ignition.msgs.PoseAnimation.pose)
408  return pose_.Mutable(index);
409 }
410 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose >*
411 PoseAnimation::mutable_pose() {
412  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.PoseAnimation.pose)
413  return &pose_;
414 }
415 inline const ::ignition::msgs::Pose& PoseAnimation::_internal_pose(int index) const {
416  return pose_.Get(index);
417 }
418 inline const ::ignition::msgs::Pose& PoseAnimation::pose(int index) const {
419  // @@protoc_insertion_point(field_get:ignition.msgs.PoseAnimation.pose)
420  return _internal_pose(index);
421 }
422 inline ::ignition::msgs::Pose* PoseAnimation::_internal_add_pose() {
423  return pose_.Add();
424 }
425 inline ::ignition::msgs::Pose* PoseAnimation::add_pose() {
426  // @@protoc_insertion_point(field_add:ignition.msgs.PoseAnimation.pose)
427  return _internal_add_pose();
428 }
429 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose >&
430 PoseAnimation::pose() const {
431  // @@protoc_insertion_point(field_list:ignition.msgs.PoseAnimation.pose)
432  return pose_;
433 }
434 
435 // repeated .ignition.msgs.Time time = 4;
436 inline int PoseAnimation::_internal_time_size() const {
437  return time_.size();
438 }
439 inline int PoseAnimation::time_size() const {
440  return _internal_time_size();
441 }
442 inline ::ignition::msgs::Time* PoseAnimation::mutable_time(int index) {
443  // @@protoc_insertion_point(field_mutable:ignition.msgs.PoseAnimation.time)
444  return time_.Mutable(index);
445 }
446 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time >*
447 PoseAnimation::mutable_time() {
448  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.PoseAnimation.time)
449  return &time_;
450 }
451 inline const ::ignition::msgs::Time& PoseAnimation::_internal_time(int index) const {
452  return time_.Get(index);
453 }
454 inline const ::ignition::msgs::Time& PoseAnimation::time(int index) const {
455  // @@protoc_insertion_point(field_get:ignition.msgs.PoseAnimation.time)
456  return _internal_time(index);
457 }
458 inline ::ignition::msgs::Time* PoseAnimation::_internal_add_time() {
459  return time_.Add();
460 }
461 inline ::ignition::msgs::Time* PoseAnimation::add_time() {
462  // @@protoc_insertion_point(field_add:ignition.msgs.PoseAnimation.time)
463  return _internal_add_time();
464 }
465 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time >&
466 PoseAnimation::time() const {
467  // @@protoc_insertion_point(field_list:ignition.msgs.PoseAnimation.time)
468  return time_;
469 }
470 
471 #ifdef __GNUC__
472  #pragma GCC diagnostic pop
473 #endif // __GNUC__
474 
479 // @@protoc_insertion_point(namespace_scope)
480 
481 } // namespace msgs
482 } // namespace ignition
483 
484 #ifdef _MSC_VER
485 #pragma warning(pop)
486 #endif
487 // @@protoc_insertion_point(global_scope)
488 
489 #include <google/protobuf/port_undef.inc>
490 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fpose_5fanimation_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fpose_5fanimation_2eproto
void CopyFrom(const PoseAnimation &from)
PoseAnimation & operator=(const PoseAnimation &from)
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:97
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:116
void Swap(PoseAnimation *other)
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:132
PoseAnimation(const PoseAnimation &from)
PoseAnimation * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:152
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:110
const ::ignition::msgs::Pose & pose(int index) const
friend void swap(PoseAnimation &a, PoseAnimation &b)
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:129
void UnsafeArenaSwap(PoseAnimation *other)
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:140
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
std::string * mutable_model_name()
static const PoseAnimation * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:122
void set_model_name(std::string &&value)
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose > & pose() const
PoseAnimation & operator=(PoseAnimation &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:101
PoseAnimation()
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:88
void set_model_name(const char *value)
PoseAnimation(PoseAnimation &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:92
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void set_model_name(const std::string &value)
::ignition::msgs::Time * mutable_time(int index)
::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: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:113
PoseAnimation(::PROTOBUF_NAMESPACE_ID::Arena *arena)
PoseAnimation * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:148
::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
T move(T... args)
std::shared_ptr< const PoseAnimation > ConstPoseAnimationSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:478
std::unique_ptr< PoseAnimation > PoseAnimationUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:475
std::shared_ptr< PoseAnimation > PoseAnimationSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:477
std::unique_ptr< const PoseAnimation > ConstPoseAnimationUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.pb.h:476
IGNITION_MSGS_VISIBLE PoseAnimationDefaultTypeInternal _PoseAnimation_default_instance_
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/pose_animation.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)