Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/joint_cmd.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fjoint_5fcmd_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fjoint_5fcmd_2eproto
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 3006001
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 3006001 < GOOGLE_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/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_table_driven.h>
26 #include <google/protobuf/generated_message_util.h>
27 #include <google/protobuf/inlined_string_field.h>
28 #include <google/protobuf/metadata.h>
29 #include <google/protobuf/message.h>
30 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
31 #include <google/protobuf/extension_set.h> // IWYU pragma: export
32 #include <google/protobuf/unknown_field_set.h>
34 #include "ignition/msgs/pid.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 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2fjoint_5fcmd_2eproto IGNITION_MSGS_VISIBLE
49 
51 // Internal implementation detail -- do not use these members.
52 struct IGNITION_MSGS_VISIBLE TableStruct {
53  static const ::google::protobuf::internal::ParseTableField entries[];
54  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
55  static const ::google::protobuf::internal::ParseTable schema[1];
56  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
57  static const ::google::protobuf::internal::SerializationTable serialization_table[];
58  static const ::google::protobuf::uint32 offsets[];
59 };
60 void IGNITION_MSGS_VISIBLE AddDescriptors();
61 } // namespace protobuf_ignition_2fmsgs_2fjoint_5fcmd_2eproto
62 namespace ignition {
63 namespace msgs {
64 class JointCmd;
65 class JointCmdDefaultTypeInternal;
66 IGNITION_MSGS_VISIBLE extern JointCmdDefaultTypeInternal _JointCmd_default_instance_;
67 } // namespace msgs
68 } // namespace ignition
69 namespace google {
70 namespace protobuf {
71 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::JointCmd* Arena::CreateMaybeMessage<::ignition::msgs::JointCmd>(Arena*);
72 } // namespace protobuf
73 } // namespace google
74 namespace ignition {
75 namespace msgs {
76 
77 // ===================================================================
78 
79 class IGNITION_MSGS_VISIBLE JointCmd : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.JointCmd) */ {
80  public:
81  JointCmd();
82  virtual ~JointCmd();
83 
84  JointCmd(const JointCmd& from);
85 
86  inline JointCmd& operator=(const JointCmd& from) {
87  CopyFrom(from);
88  return *this;
89  }
90  #if LANG_CXX11
91  JointCmd(JointCmd&& from) noexcept
92  : JointCmd() {
93  *this = ::std::move(from);
94  }
95 
96  inline JointCmd& operator=(JointCmd&& from) noexcept {
97  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
98  if (this != &from) InternalSwap(&from);
99  } else {
100  CopyFrom(from);
101  }
102  return *this;
103  }
104  #endif
105  static const ::google::protobuf::Descriptor* descriptor();
106  static const JointCmd& default_instance();
107 
108  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
109  static inline const JointCmd* internal_default_instance() {
110  return reinterpret_cast<const JointCmd*>(
112  }
113  static constexpr int kIndexInFileMessages =
114  0;
115 
116  void Swap(JointCmd* other);
117  friend void swap(JointCmd& a, JointCmd& b) {
118  a.Swap(&b);
119  }
120 
121  // implements Message ----------------------------------------------
122 
123  inline JointCmd* New() const final {
124  return CreateMaybeMessage<JointCmd>(NULL);
125  }
126 
127  JointCmd* New(::google::protobuf::Arena* arena) const final {
128  return CreateMaybeMessage<JointCmd>(arena);
129  }
130  void CopyFrom(const ::google::protobuf::Message& from) final;
131  void MergeFrom(const ::google::protobuf::Message& from) final;
132  void CopyFrom(const JointCmd& from);
133  void MergeFrom(const JointCmd& from);
134  void Clear() final;
135  bool IsInitialized() const final;
136 
137  size_t ByteSizeLong() const final;
138  bool MergePartialFromCodedStream(
139  ::google::protobuf::io::CodedInputStream* input) final;
140  void SerializeWithCachedSizes(
141  ::google::protobuf::io::CodedOutputStream* output) const final;
142  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
143  bool deterministic, ::google::protobuf::uint8* target) const final;
144  int GetCachedSize() const final { return _cached_size_.Get(); }
145 
146  private:
147  void SharedCtor();
148  void SharedDtor();
149  void SetCachedSize(int size) const final;
150  void InternalSwap(JointCmd* other);
151  private:
152  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
153  return NULL;
154  }
155  inline void* MaybeArenaPtr() const {
156  return NULL;
157  }
158  public:
159 
160  ::google::protobuf::Metadata GetMetadata() const final;
161 
162  // nested types ----------------------------------------------------
163 
164  // accessors -------------------------------------------------------
165 
166  // string name = 2;
167  void clear_name();
168  static const int kNameFieldNumber = 2;
169  const ::std::string& name() const;
170  void set_name(const ::std::string& value);
171  #if LANG_CXX11
172  void set_name(::std::string&& value);
173  #endif
174  void set_name(const char* value);
175  void set_name(const char* value, size_t size);
176  ::std::string* mutable_name();
177  ::std::string* release_name();
178  void set_allocated_name(::std::string* name);
179 
180  // .ignition.msgs.Header header = 1;
181  bool has_header() const;
182  void clear_header();
183  static const int kHeaderFieldNumber = 1;
184  private:
185  const ::ignition::msgs::Header& _internal_header() const;
186  public:
187  const ::ignition::msgs::Header& header() const;
188  ::ignition::msgs::Header* release_header();
189  ::ignition::msgs::Header* mutable_header();
190  void set_allocated_header(::ignition::msgs::Header* header);
191 
192  // .ignition.msgs.PID position = 5;
193  bool has_position() const;
194  void clear_position();
195  static const int kPositionFieldNumber = 5;
196  private:
197  const ::ignition::msgs::PID& _internal_position() const;
198  public:
199  const ::ignition::msgs::PID& position() const;
200  ::ignition::msgs::PID* release_position();
201  ::ignition::msgs::PID* mutable_position();
202  void set_allocated_position(::ignition::msgs::PID* position);
203 
204  // .ignition.msgs.PID velocity = 6;
205  bool has_velocity() const;
206  void clear_velocity();
207  static const int kVelocityFieldNumber = 6;
208  private:
209  const ::ignition::msgs::PID& _internal_velocity() const;
210  public:
211  const ::ignition::msgs::PID& velocity() const;
212  ::ignition::msgs::PID* release_velocity();
213  ::ignition::msgs::PID* mutable_velocity();
214  void set_allocated_velocity(::ignition::msgs::PID* velocity);
215 
216  // .ignition.msgs.Double force_optional = 8;
217  bool has_force_optional() const;
218  void clear_force_optional();
219  static const int kForceOptionalFieldNumber = 8;
220  private:
221  const ::ignition::msgs::Double& _internal_force_optional() const;
222  public:
223  const ::ignition::msgs::Double& force_optional() const;
224  ::ignition::msgs::Double* release_force_optional();
225  ::ignition::msgs::Double* mutable_force_optional();
226  void set_allocated_force_optional(::ignition::msgs::Double* force_optional);
227 
228  // int32 axis = 3;
229  void clear_axis();
230  static const int kAxisFieldNumber = 3;
231  ::google::protobuf::int32 axis() const;
232  void set_axis(::google::protobuf::int32 value);
233 
234  // bool reset = 7;
235  void clear_reset();
236  static const int kResetFieldNumber = 7;
237  bool reset() const;
238  void set_reset(bool value);
239 
240  // @@protoc_insertion_point(class_scope:ignition.msgs.JointCmd)
241  private:
242 
243  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
244  ::google::protobuf::internal::ArenaStringPtr name_;
245  ::ignition::msgs::Header* header_;
246  ::ignition::msgs::PID* position_;
247  ::ignition::msgs::PID* velocity_;
248  ::ignition::msgs::Double* force_optional_;
249  ::google::protobuf::int32 axis_;
250  bool reset_;
251  mutable ::google::protobuf::internal::CachedSize _cached_size_;
252  friend struct ::protobuf_ignition_2fmsgs_2fjoint_5fcmd_2eproto::TableStruct;
253 };
254 // ===================================================================
255 
256 
257 // ===================================================================
258 
259 #ifdef __GNUC__
260  #pragma GCC diagnostic push
261  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
262 #endif // __GNUC__
263 // JointCmd
264 
265 // .ignition.msgs.Header header = 1;
266 inline bool JointCmd::has_header() const {
267  return this != internal_default_instance() && header_ != NULL;
268 }
269 inline const ::ignition::msgs::Header& JointCmd::_internal_header() const {
270  return *header_;
271 }
272 inline const ::ignition::msgs::Header& JointCmd::header() const {
273  const ::ignition::msgs::Header* p = header_;
274  // @@protoc_insertion_point(field_get:ignition.msgs.JointCmd.header)
275  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
277 }
278 inline ::ignition::msgs::Header* JointCmd::release_header() {
279  // @@protoc_insertion_point(field_release:ignition.msgs.JointCmd.header)
280 
281  ::ignition::msgs::Header* temp = header_;
282  header_ = NULL;
283  return temp;
284 }
285 inline ::ignition::msgs::Header* JointCmd::mutable_header() {
286 
287  if (header_ == NULL) {
288  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
289  header_ = p;
290  }
291  // @@protoc_insertion_point(field_mutable:ignition.msgs.JointCmd.header)
292  return header_;
293 }
295  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
296  if (message_arena == NULL) {
297  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
298  }
299  if (header) {
300  ::google::protobuf::Arena* submessage_arena = NULL;
301  if (message_arena != submessage_arena) {
302  header = ::google::protobuf::internal::GetOwnedMessage(
303  message_arena, header, submessage_arena);
304  }
305 
306  } else {
307 
308  }
309  header_ = header;
310  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.JointCmd.header)
311 }
312 
313 // string name = 2;
314 inline void JointCmd::clear_name() {
315  name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
316 }
317 inline const ::std::string& JointCmd::name() const {
318  // @@protoc_insertion_point(field_get:ignition.msgs.JointCmd.name)
319  return name_.GetNoArena();
320 }
321 inline void JointCmd::set_name(const ::std::string& value) {
322 
323  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
324  // @@protoc_insertion_point(field_set:ignition.msgs.JointCmd.name)
325 }
326 #if LANG_CXX11
327 inline void JointCmd::set_name(::std::string&& value) {
328 
329  name_.SetNoArena(
330  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
331  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.JointCmd.name)
332 }
333 #endif
334 inline void JointCmd::set_name(const char* value) {
335  GOOGLE_DCHECK(value != NULL);
336 
337  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
338  // @@protoc_insertion_point(field_set_char:ignition.msgs.JointCmd.name)
339 }
340 inline void JointCmd::set_name(const char* value, size_t size) {
341 
342  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
343  ::std::string(reinterpret_cast<const char*>(value), size));
344  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.JointCmd.name)
345 }
346 inline ::std::string* JointCmd::mutable_name() {
347 
348  // @@protoc_insertion_point(field_mutable:ignition.msgs.JointCmd.name)
349  return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
350 }
351 inline ::std::string* JointCmd::release_name() {
352  // @@protoc_insertion_point(field_release:ignition.msgs.JointCmd.name)
353 
354  return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
355 }
357  if (name != NULL) {
358 
359  } else {
360 
361  }
362  name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name);
363  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.JointCmd.name)
364 }
365 
366 // int32 axis = 3;
367 inline void JointCmd::clear_axis() {
368  axis_ = 0;
369 }
370 inline ::google::protobuf::int32 JointCmd::axis() const {
371  // @@protoc_insertion_point(field_get:ignition.msgs.JointCmd.axis)
372  return axis_;
373 }
374 inline void JointCmd::set_axis(::google::protobuf::int32 value) {
375 
376  axis_ = value;
377  // @@protoc_insertion_point(field_set:ignition.msgs.JointCmd.axis)
378 }
379 
380 // .ignition.msgs.PID position = 5;
381 inline bool JointCmd::has_position() const {
382  return this != internal_default_instance() && position_ != NULL;
383 }
384 inline const ::ignition::msgs::PID& JointCmd::_internal_position() const {
385  return *position_;
386 }
387 inline const ::ignition::msgs::PID& JointCmd::position() const {
388  const ::ignition::msgs::PID* p = position_;
389  // @@protoc_insertion_point(field_get:ignition.msgs.JointCmd.position)
390  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::PID*>(
392 }
393 inline ::ignition::msgs::PID* JointCmd::release_position() {
394  // @@protoc_insertion_point(field_release:ignition.msgs.JointCmd.position)
395 
396  ::ignition::msgs::PID* temp = position_;
397  position_ = NULL;
398  return temp;
399 }
400 inline ::ignition::msgs::PID* JointCmd::mutable_position() {
401 
402  if (position_ == NULL) {
403  auto* p = CreateMaybeMessage<::ignition::msgs::PID>(GetArenaNoVirtual());
404  position_ = p;
405  }
406  // @@protoc_insertion_point(field_mutable:ignition.msgs.JointCmd.position)
407  return position_;
408 }
410  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
411  if (message_arena == NULL) {
412  delete reinterpret_cast< ::google::protobuf::MessageLite*>(position_);
413  }
414  if (position) {
415  ::google::protobuf::Arena* submessage_arena = NULL;
416  if (message_arena != submessage_arena) {
417  position = ::google::protobuf::internal::GetOwnedMessage(
418  message_arena, position, submessage_arena);
419  }
420 
421  } else {
422 
423  }
424  position_ = position;
425  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.JointCmd.position)
426 }
427 
428 // .ignition.msgs.PID velocity = 6;
429 inline bool JointCmd::has_velocity() const {
430  return this != internal_default_instance() && velocity_ != NULL;
431 }
432 inline const ::ignition::msgs::PID& JointCmd::_internal_velocity() const {
433  return *velocity_;
434 }
435 inline const ::ignition::msgs::PID& JointCmd::velocity() const {
436  const ::ignition::msgs::PID* p = velocity_;
437  // @@protoc_insertion_point(field_get:ignition.msgs.JointCmd.velocity)
438  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::PID*>(
440 }
441 inline ::ignition::msgs::PID* JointCmd::release_velocity() {
442  // @@protoc_insertion_point(field_release:ignition.msgs.JointCmd.velocity)
443 
444  ::ignition::msgs::PID* temp = velocity_;
445  velocity_ = NULL;
446  return temp;
447 }
448 inline ::ignition::msgs::PID* JointCmd::mutable_velocity() {
449 
450  if (velocity_ == NULL) {
451  auto* p = CreateMaybeMessage<::ignition::msgs::PID>(GetArenaNoVirtual());
452  velocity_ = p;
453  }
454  // @@protoc_insertion_point(field_mutable:ignition.msgs.JointCmd.velocity)
455  return velocity_;
456 }
458  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
459  if (message_arena == NULL) {
460  delete reinterpret_cast< ::google::protobuf::MessageLite*>(velocity_);
461  }
462  if (velocity) {
463  ::google::protobuf::Arena* submessage_arena = NULL;
464  if (message_arena != submessage_arena) {
465  velocity = ::google::protobuf::internal::GetOwnedMessage(
466  message_arena, velocity, submessage_arena);
467  }
468 
469  } else {
470 
471  }
472  velocity_ = velocity;
473  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.JointCmd.velocity)
474 }
475 
476 // bool reset = 7;
477 inline void JointCmd::clear_reset() {
478  reset_ = false;
479 }
480 inline bool JointCmd::reset() const {
481  // @@protoc_insertion_point(field_get:ignition.msgs.JointCmd.reset)
482  return reset_;
483 }
484 inline void JointCmd::set_reset(bool value) {
485 
486  reset_ = value;
487  // @@protoc_insertion_point(field_set:ignition.msgs.JointCmd.reset)
488 }
489 
490 // .ignition.msgs.Double force_optional = 8;
491 inline bool JointCmd::has_force_optional() const {
492  return this != internal_default_instance() && force_optional_ != NULL;
493 }
494 inline const ::ignition::msgs::Double& JointCmd::_internal_force_optional() const {
495  return *force_optional_;
496 }
497 inline const ::ignition::msgs::Double& JointCmd::force_optional() const {
498  const ::ignition::msgs::Double* p = force_optional_;
499  // @@protoc_insertion_point(field_get:ignition.msgs.JointCmd.force_optional)
500  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Double*>(
502 }
503 inline ::ignition::msgs::Double* JointCmd::release_force_optional() {
504  // @@protoc_insertion_point(field_release:ignition.msgs.JointCmd.force_optional)
505 
506  ::ignition::msgs::Double* temp = force_optional_;
507  force_optional_ = NULL;
508  return temp;
509 }
510 inline ::ignition::msgs::Double* JointCmd::mutable_force_optional() {
511 
512  if (force_optional_ == NULL) {
513  auto* p = CreateMaybeMessage<::ignition::msgs::Double>(GetArenaNoVirtual());
514  force_optional_ = p;
515  }
516  // @@protoc_insertion_point(field_mutable:ignition.msgs.JointCmd.force_optional)
517  return force_optional_;
518 }
520  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
521  if (message_arena == NULL) {
522  delete reinterpret_cast< ::google::protobuf::MessageLite*>(force_optional_);
523  }
524  if (force_optional) {
525  ::google::protobuf::Arena* submessage_arena = NULL;
526  if (message_arena != submessage_arena) {
527  force_optional = ::google::protobuf::internal::GetOwnedMessage(
528  message_arena, force_optional, submessage_arena);
529  }
530 
531  } else {
532 
533  }
534  force_optional_ = force_optional;
535  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.JointCmd.force_optional)
536 }
537 
538 #ifdef __GNUC__
539  #pragma GCC diagnostic pop
540 #endif // __GNUC__
541 
546 // @@protoc_insertion_point(namespace_scope)
547 
548 } // namespace msgs
549 } // namespace ignition
550 
551 #ifdef _MSC_VER
552 #pragma warning(pop)
553 #endif
554 // @@protoc_insertion_point(global_scope)
555 
556 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fjoint_5fcmd_2eproto
::std::string * release_name()
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:351
const ::ignition::msgs::PID & velocity() const
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:435
void clear_name()
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:314
::ignition::msgs::PID * release_velocity()
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:441
IGNITION_MSGS_VISIBLE PIDDefaultTypeInternal _PID_default_instance_
STL class.
bool reset() const
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:480
bool has_position() const
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:381
STL class.
T move(T... args)
JointCmd & operator=(const JointCmd &from)
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:86
void clear_axis()
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:367
void IGNITION_MSGS_VISIBLE AddDescriptors()
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:266
::ignition::msgs::PID * mutable_position()
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:400
void clear_reset()
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:477
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:50
::ignition::msgs::Double * release_force_optional()
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:503
void set_allocated_name(::std::string *name)
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:356
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:52
void Swap(JointCmd *other)
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:294
bool has_velocity() const
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:429
JointCmd * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:123
Definition: build/ignition-msgs8/include/ignition/msgs/double.pb.h:77
void set_allocated_force_optional(::ignition::msgs::Double *force_optional)
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:519
void set_allocated_position(::ignition::msgs::PID *position)
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:409
::google::protobuf::int32 axis() const
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:370
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:272
IGNITION_MSGS_VISIBLE DoubleDefaultTypeInternal _Double_default_instance_
::ignition::msgs::PID * mutable_velocity()
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:448
std::shared_ptr< JointCmd > JointCmdSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:544
void set_axis(::google::protobuf::int32 value)
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:374
std::shared_ptr< const JointCmd > ConstJointCmdSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:545
Definition: build/ignition-msgs8/include/ignition/msgs/pid.pb.h:78
std::unique_ptr< const JointCmd > ConstJointCmdUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:543
::ignition::msgs::Double * mutable_force_optional()
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:510
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
const ::std::string & name() const
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:317
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:278
STL namespace.
void set_reset(bool value)
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:484
static const JointCmd * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:109
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
JointCmd * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:127
bool has_force_optional() const
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:491
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:79
IGNITION_MSGS_VISIBLE JointCmdDefaultTypeInternal _JointCmd_default_instance_
const ::ignition::msgs::Double & force_optional() const
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:497
std::unique_ptr< JointCmd > JointCmdUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:542
friend void swap(JointCmd &a, JointCmd &b)
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:117
STL class.
::ignition::msgs::PID * release_position()
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:393
::std::string * mutable_name()
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:346
void set_allocated_velocity(::ignition::msgs::PID *velocity)
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:457
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:285
const ::ignition::msgs::PID & position() const
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:387
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
void set_name(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/joint_cmd.pb.h:321