Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/actuators.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/actuators.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2factuators_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2factuators_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>
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_2factuators_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_2factuators_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class Actuators;
72 class ActuatorsDefaultTypeInternal;
73 IGNITION_MSGS_VISIBLE extern ActuatorsDefaultTypeInternal _Actuators_default_instance_;
74 } // namespace msgs
75 } // namespace ignition
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Actuators* Arena::CreateMaybeMessage<::ignition::msgs::Actuators>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
79 namespace ignition {
80 namespace msgs {
81 
82 // ===================================================================
83 
84 class IGNITION_MSGS_VISIBLE Actuators PROTOBUF_FINAL :
85  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Actuators) */ {
86  public:
87  inline Actuators() : Actuators(nullptr) {};
88  virtual ~Actuators();
89 
90  Actuators(const Actuators& from);
91  Actuators(Actuators&& from) noexcept
92  : Actuators() {
93  *this = ::std::move(from);
94  }
95 
96  inline Actuators& operator=(const Actuators& from) {
97  CopyFrom(from);
98  return *this;
99  }
100  inline Actuators& operator=(Actuators&& 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 Actuators& default_instance();
119 
120  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
121  static inline const Actuators* internal_default_instance() {
122  return reinterpret_cast<const Actuators*>(
124  }
125  static constexpr int kIndexInFileMessages =
126  0;
127 
128  friend void swap(Actuators& a, Actuators& b) {
129  a.Swap(&b);
130  }
131  inline void Swap(Actuators* 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(Actuators* other) {
140  if (other == this) return;
141  GOOGLE_DCHECK(GetArena() == other->GetArena());
142  InternalSwap(other);
143  }
144 
145  // implements Message ----------------------------------------------
146 
147  inline Actuators* New() const final {
148  return CreateMaybeMessage<Actuators>(nullptr);
149  }
150 
151  Actuators* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
152  return CreateMaybeMessage<Actuators>(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 Actuators& from);
157  void MergeFrom(const Actuators& 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(Actuators* other);
172  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
173  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
174  return "ignition.msgs.Actuators";
175  }
176  protected:
177  explicit Actuators(::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_2factuators_2eproto);
187  return ::descriptor_table_ignition_2fmsgs_2factuators_2eproto.file_level_metadata[kIndexInFileMessages];
188  }
189 
190  public:
191 
192  // nested types ----------------------------------------------------
193 
194  // accessors -------------------------------------------------------
195 
196  enum : int {
197  kPositionFieldNumber = 2,
198  kVelocityFieldNumber = 3,
199  kNormalizedFieldNumber = 4,
200  kHeaderFieldNumber = 1,
201  };
202  // repeated double position = 2;
203  int position_size() const;
204  private:
205  int _internal_position_size() const;
206  public:
208  private:
209  double _internal_position(int index) const;
210  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
211  _internal_position() const;
212  void _internal_add_position(double value);
213  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
214  _internal_mutable_position();
215  public:
216  double position(int index) const;
217  void set_position(int index, double value);
218  void add_position(double value);
219  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
220  position() const;
221  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
223 
224  // repeated double velocity = 3;
225  int velocity_size() const;
226  private:
227  int _internal_velocity_size() const;
228  public:
230  private:
231  double _internal_velocity(int index) const;
232  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
233  _internal_velocity() const;
234  void _internal_add_velocity(double value);
235  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
236  _internal_mutable_velocity();
237  public:
238  double velocity(int index) const;
239  void set_velocity(int index, double value);
240  void add_velocity(double value);
241  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
242  velocity() const;
243  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
245 
246  // repeated double normalized = 4;
247  int normalized_size() const;
248  private:
249  int _internal_normalized_size() const;
250  public:
252  private:
253  double _internal_normalized(int index) const;
254  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
255  _internal_normalized() const;
256  void _internal_add_normalized(double value);
257  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
258  _internal_mutable_normalized();
259  public:
260  double normalized(int index) const;
261  void set_normalized(int index, double value);
262  void add_normalized(double value);
263  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
264  normalized() const;
265  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
267 
268  // .ignition.msgs.Header header = 1;
269  bool has_header() const;
270  private:
271  bool _internal_has_header() const;
272  public:
273  void clear_header();
274  const ::ignition::msgs::Header& header() const;
275  ::ignition::msgs::Header* release_header();
276  ::ignition::msgs::Header* mutable_header();
277  void set_allocated_header(::ignition::msgs::Header* header);
278  private:
279  const ::ignition::msgs::Header& _internal_header() const;
280  ::ignition::msgs::Header* _internal_mutable_header();
281  public:
283  ::ignition::msgs::Header* header);
284  ::ignition::msgs::Header* unsafe_arena_release_header();
285 
286  // @@protoc_insertion_point(class_scope:ignition.msgs.Actuators)
287  private:
288  class _Internal;
289 
290  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
291  typedef void InternalArenaConstructable_;
292  typedef void DestructorSkippable_;
293  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > position_;
294  mutable std::atomic<int> _position_cached_byte_size_;
295  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > velocity_;
296  mutable std::atomic<int> _velocity_cached_byte_size_;
297  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > normalized_;
298  mutable std::atomic<int> _normalized_cached_byte_size_;
299  ::ignition::msgs::Header* header_;
300  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
301  friend struct ::TableStruct_ignition_2fmsgs_2factuators_2eproto;
302 };
303 // ===================================================================
304 
305 
306 // ===================================================================
307 
308 #ifdef __GNUC__
309  #pragma GCC diagnostic push
310  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
311 #endif // __GNUC__
312 // Actuators
313 
314 // .ignition.msgs.Header header = 1;
315 inline bool Actuators::_internal_has_header() const {
316  return this != internal_default_instance() && header_ != nullptr;
317 }
318 inline bool Actuators::has_header() const {
319  return _internal_has_header();
320 }
321 inline const ::ignition::msgs::Header& Actuators::_internal_header() const {
322  const ::ignition::msgs::Header* p = header_;
323  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
325 }
326 inline const ::ignition::msgs::Header& Actuators::header() const {
327  // @@protoc_insertion_point(field_get:ignition.msgs.Actuators.header)
328  return _internal_header();
329 }
330 inline void Actuators::unsafe_arena_set_allocated_header(
331  ::ignition::msgs::Header* header) {
332  if (GetArena() == nullptr) {
333  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
334  }
335  header_ = header;
336  if (header) {
337 
338  } else {
339 
340  }
341  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Actuators.header)
342 }
343 inline ::ignition::msgs::Header* Actuators::release_header() {
344  auto temp = unsafe_arena_release_header();
345  if (GetArena() != nullptr) {
346  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
347  }
348  return temp;
349 }
350 inline ::ignition::msgs::Header* Actuators::unsafe_arena_release_header() {
351  // @@protoc_insertion_point(field_release:ignition.msgs.Actuators.header)
352 
353  ::ignition::msgs::Header* temp = header_;
354  header_ = nullptr;
355  return temp;
356 }
357 inline ::ignition::msgs::Header* Actuators::_internal_mutable_header() {
358 
359  if (header_ == nullptr) {
360  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
361  header_ = p;
362  }
363  return header_;
364 }
365 inline ::ignition::msgs::Header* Actuators::mutable_header() {
366  // @@protoc_insertion_point(field_mutable:ignition.msgs.Actuators.header)
367  return _internal_mutable_header();
368 }
369 inline void Actuators::set_allocated_header(::ignition::msgs::Header* header) {
370  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
371  if (message_arena == nullptr) {
372  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
373  }
374  if (header) {
375  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
376  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
377  if (message_arena != submessage_arena) {
378  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
379  message_arena, header, submessage_arena);
380  }
381 
382  } else {
383 
384  }
385  header_ = header;
386  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Actuators.header)
387 }
388 
389 // repeated double position = 2;
390 inline int Actuators::_internal_position_size() const {
391  return position_.size();
392 }
393 inline int Actuators::position_size() const {
394  return _internal_position_size();
395 }
396 inline void Actuators::clear_position() {
397  position_.Clear();
398 }
399 inline double Actuators::_internal_position(int index) const {
400  return position_.Get(index);
401 }
402 inline double Actuators::position(int index) const {
403  // @@protoc_insertion_point(field_get:ignition.msgs.Actuators.position)
404  return _internal_position(index);
405 }
406 inline void Actuators::set_position(int index, double value) {
407  position_.Set(index, value);
408  // @@protoc_insertion_point(field_set:ignition.msgs.Actuators.position)
409 }
410 inline void Actuators::_internal_add_position(double value) {
411  position_.Add(value);
412 }
413 inline void Actuators::add_position(double value) {
414  _internal_add_position(value);
415  // @@protoc_insertion_point(field_add:ignition.msgs.Actuators.position)
416 }
417 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
418 Actuators::_internal_position() const {
419  return position_;
420 }
421 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
422 Actuators::position() const {
423  // @@protoc_insertion_point(field_list:ignition.msgs.Actuators.position)
424  return _internal_position();
425 }
426 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
427 Actuators::_internal_mutable_position() {
428  return &position_;
429 }
430 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
431 Actuators::mutable_position() {
432  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.Actuators.position)
433  return _internal_mutable_position();
434 }
435 
436 // repeated double velocity = 3;
437 inline int Actuators::_internal_velocity_size() const {
438  return velocity_.size();
439 }
440 inline int Actuators::velocity_size() const {
441  return _internal_velocity_size();
442 }
443 inline void Actuators::clear_velocity() {
444  velocity_.Clear();
445 }
446 inline double Actuators::_internal_velocity(int index) const {
447  return velocity_.Get(index);
448 }
449 inline double Actuators::velocity(int index) const {
450  // @@protoc_insertion_point(field_get:ignition.msgs.Actuators.velocity)
451  return _internal_velocity(index);
452 }
453 inline void Actuators::set_velocity(int index, double value) {
454  velocity_.Set(index, value);
455  // @@protoc_insertion_point(field_set:ignition.msgs.Actuators.velocity)
456 }
457 inline void Actuators::_internal_add_velocity(double value) {
458  velocity_.Add(value);
459 }
460 inline void Actuators::add_velocity(double value) {
461  _internal_add_velocity(value);
462  // @@protoc_insertion_point(field_add:ignition.msgs.Actuators.velocity)
463 }
464 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
465 Actuators::_internal_velocity() const {
466  return velocity_;
467 }
468 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
469 Actuators::velocity() const {
470  // @@protoc_insertion_point(field_list:ignition.msgs.Actuators.velocity)
471  return _internal_velocity();
472 }
473 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
474 Actuators::_internal_mutable_velocity() {
475  return &velocity_;
476 }
477 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
478 Actuators::mutable_velocity() {
479  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.Actuators.velocity)
480  return _internal_mutable_velocity();
481 }
482 
483 // repeated double normalized = 4;
484 inline int Actuators::_internal_normalized_size() const {
485  return normalized_.size();
486 }
487 inline int Actuators::normalized_size() const {
488  return _internal_normalized_size();
489 }
490 inline void Actuators::clear_normalized() {
491  normalized_.Clear();
492 }
493 inline double Actuators::_internal_normalized(int index) const {
494  return normalized_.Get(index);
495 }
496 inline double Actuators::normalized(int index) const {
497  // @@protoc_insertion_point(field_get:ignition.msgs.Actuators.normalized)
498  return _internal_normalized(index);
499 }
500 inline void Actuators::set_normalized(int index, double value) {
501  normalized_.Set(index, value);
502  // @@protoc_insertion_point(field_set:ignition.msgs.Actuators.normalized)
503 }
504 inline void Actuators::_internal_add_normalized(double value) {
505  normalized_.Add(value);
506 }
507 inline void Actuators::add_normalized(double value) {
508  _internal_add_normalized(value);
509  // @@protoc_insertion_point(field_add:ignition.msgs.Actuators.normalized)
510 }
511 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
512 Actuators::_internal_normalized() const {
513  return normalized_;
514 }
515 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
516 Actuators::normalized() const {
517  // @@protoc_insertion_point(field_list:ignition.msgs.Actuators.normalized)
518  return _internal_normalized();
519 }
520 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
521 Actuators::_internal_mutable_normalized() {
522  return &normalized_;
523 }
524 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
525 Actuators::mutable_normalized() {
526  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.Actuators.normalized)
527  return _internal_mutable_normalized();
528 }
529 
530 #ifdef __GNUC__
531  #pragma GCC diagnostic pop
532 #endif // __GNUC__
533 
538 // @@protoc_insertion_point(namespace_scope)
539 
540 } // namespace msgs
541 } // namespace ignition
542 
543 #ifdef _MSC_VER
544 #pragma warning(pop)
545 #endif
546 // @@protoc_insertion_point(global_scope)
547 
548 #include <google/protobuf/port_undef.inc>
549 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2factuators_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2factuators_2eproto
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:115
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::ignition::msgs::Header * release_header()
::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * mutable_position()
::ignition::msgs::Header * mutable_header()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:109
Actuators(Actuators &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:91
void Swap(Actuators *other)
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:131
friend void swap(Actuators &a, Actuators &b)
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:128
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static const Actuators & default_instance()
double position(int index) const
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
void UnsafeArenaSwap(Actuators *other)
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:139
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & velocity() const
void add_normalized(double value)
void MergeFrom(const Actuators &from)
Actuators(::PROTOBUF_NAMESPACE_ID::Arena *arena)
Actuators()
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:87
::ignition::msgs::Header * unsafe_arena_release_header()
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static const Actuators * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:121
Actuators(const Actuators &from)
Actuators * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:147
void set_allocated_header(::ignition::msgs::Header *header)
double normalized(int index) const
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & normalized() const
::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * mutable_velocity()
::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * mutable_normalized()
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
Actuators * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:151
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:112
double velocity(int index) const
void add_position(double value)
void set_velocity(int index, double value)
Actuators & operator=(Actuators &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:100
Actuators & operator=(const Actuators &from)
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:96
void add_velocity(double value)
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & position() const
const ::ignition::msgs::Header & header() const
void CopyFrom(const Actuators &from)
void set_position(int index, double value)
void set_normalized(int index, double value)
IGNITION_MSGS_VISIBLE ActuatorsDefaultTypeInternal _Actuators_default_instance_
std::shared_ptr< Actuators > ActuatorsSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:536
std::shared_ptr< const Actuators > ConstActuatorsSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:537
std::unique_ptr< Actuators > ActuatorsUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:534
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::unique_ptr< const Actuators > ConstActuatorsUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.pb.h:535
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
Definition: build/ignition-msgs8/include/ignition/msgs/actuators.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)