Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/pose_trajectory.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fpose_5ftrajectory_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fpose_5ftrajectory_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 #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_5ftrajectory_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::AuxillaryParseTableField 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_5ftrajectory_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class PoseTrajectory;
72 class PoseTrajectoryDefaultTypeInternal;
73 IGNITION_MSGS_VISIBLE extern PoseTrajectoryDefaultTypeInternal _PoseTrajectory_default_instance_;
74 } // namespace msgs
75 } // namespace ignition
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::PoseTrajectory* Arena::CreateMaybeMessage<::ignition::msgs::PoseTrajectory>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
79 namespace ignition {
80 namespace msgs {
81 
82 // ===================================================================
83 
84 class IGNITION_MSGS_VISIBLE PoseTrajectory PROTOBUF_FINAL :
85  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.PoseTrajectory) */ {
86  public:
87  inline PoseTrajectory() : PoseTrajectory(nullptr) {};
88  virtual ~PoseTrajectory();
89 
90  PoseTrajectory(const PoseTrajectory& from);
91  PoseTrajectory(PoseTrajectory&& from) noexcept
92  : PoseTrajectory() {
93  *this = ::std::move(from);
94  }
95 
96  inline PoseTrajectory& operator=(const PoseTrajectory& from) {
97  CopyFrom(from);
98  return *this;
99  }
100  inline PoseTrajectory& operator=(PoseTrajectory&& 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 PoseTrajectory& default_instance();
119 
120  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
121  static inline const PoseTrajectory* internal_default_instance() {
122  return reinterpret_cast<const PoseTrajectory*>(
124  }
125  static constexpr int kIndexInFileMessages =
126  0;
127 
128  friend void swap(PoseTrajectory& a, PoseTrajectory& b) {
129  a.Swap(&b);
130  }
131  inline void Swap(PoseTrajectory* other) {
132  if (other == this) return;
133  if (GetArena() == other->GetArena()) {
134  InternalSwap(other);
135  } else {
136  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
137  }
138  }
139  void UnsafeArenaSwap(PoseTrajectory* other) {
140  if (other == this) return;
141  GOOGLE_DCHECK(GetArena() == other->GetArena());
142  InternalSwap(other);
143  }
144 
145  // implements Message ----------------------------------------------
146 
147  inline PoseTrajectory* New() const final {
148  return CreateMaybeMessage<PoseTrajectory>(nullptr);
149  }
150 
151  PoseTrajectory* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
152  return CreateMaybeMessage<PoseTrajectory>(arena);
153  }
154  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
155  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
156  void CopyFrom(const PoseTrajectory& from);
157  void MergeFrom(const PoseTrajectory& from);
158  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
159  bool IsInitialized() const final;
160 
161  size_t ByteSizeLong() const final;
162  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
163  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
164  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
165  int GetCachedSize() const final { return _cached_size_.Get(); }
166 
167  private:
168  inline void SharedCtor();
169  inline void SharedDtor();
170  void SetCachedSize(int size) const final;
171  void InternalSwap(PoseTrajectory* other);
172  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
173  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
174  return "ignition.msgs.PoseTrajectory";
175  }
176  protected:
177  explicit PoseTrajectory(::PROTOBUF_NAMESPACE_ID::Arena* arena);
178  private:
179  static void ArenaDtor(void* object);
180  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
181  public:
182 
183  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
184  private:
185  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
186  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fpose_5ftrajectory_2eproto);
187  return ::descriptor_table_ignition_2fmsgs_2fpose_5ftrajectory_2eproto.file_level_metadata[kIndexInFileMessages];
188  }
189 
190  public:
191 
192  // nested types ----------------------------------------------------
193 
194  // accessors -------------------------------------------------------
195 
196  enum : int {
197  kPoseFieldNumber = 3,
198  kNameFieldNumber = 1,
199  kIdFieldNumber = 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  // string name = 1;
220  void clear_name();
221  const std::string& name() const;
222  void set_name(const std::string& value);
223  void set_name(std::string&& value);
224  void set_name(const char* value);
225  void set_name(const char* value, size_t size);
229  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
230  " string fields are deprecated and will be removed in a"
231  " future release.")
232  std::string* unsafe_arena_release_name();
233  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
234  " string fields are deprecated and will be removed in a"
235  " future release.")
236  void unsafe_arena_set_allocated_name(
237  std::string* name);
238  private:
239  const std::string& _internal_name() const;
240  void _internal_set_name(const std::string& value);
241  std::string* _internal_mutable_name();
242  public:
243 
244  // uint32 id = 2;
245  void clear_id();
246  ::PROTOBUF_NAMESPACE_ID::uint32 id() const;
247  void set_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
248  private:
249  ::PROTOBUF_NAMESPACE_ID::uint32 _internal_id() const;
250  void _internal_set_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
251  public:
252 
253  // @@protoc_insertion_point(class_scope:ignition.msgs.PoseTrajectory)
254  private:
255  class _Internal;
256 
257  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
258  typedef void InternalArenaConstructable_;
259  typedef void DestructorSkippable_;
260  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose > pose_;
261  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_;
262  ::PROTOBUF_NAMESPACE_ID::uint32 id_;
263  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
265 };
266 // ===================================================================
267 
268 
269 // ===================================================================
270 
271 #ifdef __GNUC__
272  #pragma GCC diagnostic push
273  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
274 #endif // __GNUC__
275 // PoseTrajectory
276 
277 // string name = 1;
278 inline void PoseTrajectory::clear_name() {
279  name_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
280 }
281 inline const std::string& PoseTrajectory::name() const {
282  // @@protoc_insertion_point(field_get:ignition.msgs.PoseTrajectory.name)
283  return _internal_name();
284 }
285 inline void PoseTrajectory::set_name(const std::string& value) {
286  _internal_set_name(value);
287  // @@protoc_insertion_point(field_set:ignition.msgs.PoseTrajectory.name)
288 }
289 inline std::string* PoseTrajectory::mutable_name() {
290  // @@protoc_insertion_point(field_mutable:ignition.msgs.PoseTrajectory.name)
291  return _internal_mutable_name();
292 }
293 inline const std::string& PoseTrajectory::_internal_name() const {
294  return name_.Get();
295 }
296 inline void PoseTrajectory::_internal_set_name(const std::string& value) {
297 
298  name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
299 }
300 inline void PoseTrajectory::set_name(std::string&& value) {
301 
302  name_.Set(
303  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
304  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.PoseTrajectory.name)
305 }
306 inline void PoseTrajectory::set_name(const char* value) {
307  GOOGLE_DCHECK(value != nullptr);
308 
309  name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
310  GetArena());
311  // @@protoc_insertion_point(field_set_char:ignition.msgs.PoseTrajectory.name)
312 }
313 inline void PoseTrajectory::set_name(const char* value,
314  size_t size) {
315 
316  name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
317  reinterpret_cast<const char*>(value), size), GetArena());
318  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.PoseTrajectory.name)
319 }
320 inline std::string* PoseTrajectory::_internal_mutable_name() {
321 
322  return name_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
323 }
324 inline std::string* PoseTrajectory::release_name() {
325  // @@protoc_insertion_point(field_release:ignition.msgs.PoseTrajectory.name)
326  return name_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
327 }
328 inline void PoseTrajectory::set_allocated_name(std::string* name) {
329  if (name != nullptr) {
330 
331  } else {
332 
333  }
334  name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), name,
335  GetArena());
336  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.PoseTrajectory.name)
337 }
338 inline std::string* PoseTrajectory::unsafe_arena_release_name() {
339  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.PoseTrajectory.name)
340  GOOGLE_DCHECK(GetArena() != nullptr);
341 
342  return name_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
343  GetArena());
344 }
345 inline void PoseTrajectory::unsafe_arena_set_allocated_name(
346  std::string* name) {
347  GOOGLE_DCHECK(GetArena() != nullptr);
348  if (name != nullptr) {
349 
350  } else {
351 
352  }
353  name_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
354  name, GetArena());
355  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.PoseTrajectory.name)
356 }
357 
358 // uint32 id = 2;
359 inline void PoseTrajectory::clear_id() {
360  id_ = 0u;
361 }
362 inline ::PROTOBUF_NAMESPACE_ID::uint32 PoseTrajectory::_internal_id() const {
363  return id_;
364 }
365 inline ::PROTOBUF_NAMESPACE_ID::uint32 PoseTrajectory::id() const {
366  // @@protoc_insertion_point(field_get:ignition.msgs.PoseTrajectory.id)
367  return _internal_id();
368 }
369 inline void PoseTrajectory::_internal_set_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
370 
371  id_ = value;
372 }
373 inline void PoseTrajectory::set_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
374  _internal_set_id(value);
375  // @@protoc_insertion_point(field_set:ignition.msgs.PoseTrajectory.id)
376 }
377 
378 // repeated .ignition.msgs.Pose pose = 3;
379 inline int PoseTrajectory::_internal_pose_size() const {
380  return pose_.size();
381 }
382 inline int PoseTrajectory::pose_size() const {
383  return _internal_pose_size();
384 }
385 inline ::ignition::msgs::Pose* PoseTrajectory::mutable_pose(int index) {
386  // @@protoc_insertion_point(field_mutable:ignition.msgs.PoseTrajectory.pose)
387  return pose_.Mutable(index);
388 }
389 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose >*
390 PoseTrajectory::mutable_pose() {
391  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.PoseTrajectory.pose)
392  return &pose_;
393 }
394 inline const ::ignition::msgs::Pose& PoseTrajectory::_internal_pose(int index) const {
395  return pose_.Get(index);
396 }
397 inline const ::ignition::msgs::Pose& PoseTrajectory::pose(int index) const {
398  // @@protoc_insertion_point(field_get:ignition.msgs.PoseTrajectory.pose)
399  return _internal_pose(index);
400 }
401 inline ::ignition::msgs::Pose* PoseTrajectory::_internal_add_pose() {
402  return pose_.Add();
403 }
404 inline ::ignition::msgs::Pose* PoseTrajectory::add_pose() {
405  // @@protoc_insertion_point(field_add:ignition.msgs.PoseTrajectory.pose)
406  return _internal_add_pose();
407 }
408 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose >&
409 PoseTrajectory::pose() const {
410  // @@protoc_insertion_point(field_list:ignition.msgs.PoseTrajectory.pose)
411  return pose_;
412 }
413 
414 #ifdef __GNUC__
415  #pragma GCC diagnostic pop
416 #endif // __GNUC__
417 
422 // @@protoc_insertion_point(namespace_scope)
423 
424 } // namespace msgs
425 } // namespace ignition
426 
427 #ifdef _MSC_VER
428 #pragma warning(pop)
429 #endif
430 // @@protoc_insertion_point(global_scope)
431 
432 #include <google/protobuf/port_undef.inc>
433 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fpose_5ftrajectory_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fpose_5ftrajectory_2eproto
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:115
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
friend void swap(PoseTrajectory &a, PoseTrajectory &b)
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:128
void CopyFrom(const PoseTrajectory &from)
void set_name(const char *value, size_t size)
PoseTrajectory & operator=(const PoseTrajectory &from)
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:96
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:109
PoseTrajectory(const PoseTrajectory &from)
const ::ignition::msgs::Pose & pose(int index) const
void set_name(const std::string &value)
PoseTrajectory()
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:87
void Swap(PoseTrajectory *other)
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:131
PoseTrajectory & operator=(PoseTrajectory &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:100
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
PoseTrajectory * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:147
static const PoseTrajectory & default_instance()
void UnsafeArenaSwap(PoseTrajectory *other)
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:139
PoseTrajectory * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:151
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose > & pose() const
PoseTrajectory(::PROTOBUF_NAMESPACE_ID::Arena *arena)
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static const PoseTrajectory * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:121
void MergeFrom(const PoseTrajectory &from)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:112
::ignition::msgs::Pose * add_pose()
const std::string & name() const
::ignition::msgs::Pose * mutable_pose(int index)
void set_name(const char *value)
void set_name(std::string &&value)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose > * mutable_pose()
void set_allocated_name(std::string *name)
PoseTrajectory(PoseTrajectory &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:91
T move(T... args)
std::shared_ptr< const PoseTrajectory > ConstPoseTrajectorySharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:421
IGNITION_MSGS_VISIBLE PoseTrajectoryDefaultTypeInternal _PoseTrajectory_default_instance_
std::unique_ptr< const PoseTrajectory > ConstPoseTrajectoryUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:419
std::shared_ptr< PoseTrajectory > PoseTrajectorySharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:420
std::unique_ptr< PoseTrajectory > PoseTrajectoryUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:418
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/pose_trajectory.pb.h:57
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)