Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/user_cmd.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fuser_5fcmd_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fuser_5fcmd_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/generated_enum_reflection.h>
35 #include <google/protobuf/unknown_field_set.h>
36 #include "ignition/msgs/light.pb.h"
37 #include "ignition/msgs/model.pb.h"
41 #ifndef _MSC_VER
42 #pragma GCC system_header
43 #else
44 #pragma warning(push)
45 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
46 #endif
47 #ifdef __linux__
48 #include <sys/sysmacros.h>
49 #endif
50 #include <memory>
51 #include <ignition/msgs/Export.hh>
52 // @@protoc_insertion_point(includes)
53 #include <google/protobuf/port_def.inc>
54 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fuser_5fcmd_2eproto IGNITION_MSGS_VISIBLE
55 PROTOBUF_NAMESPACE_OPEN
56 namespace internal {
57 class AnyMetadata;
58 } // namespace internal
59 PROTOBUF_NAMESPACE_CLOSE
60 
61 // Internal implementation detail -- do not use these members.
63  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
64  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
65  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
66  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
67  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
68  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
69  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
70  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
71  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
72 };
73 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fuser_5fcmd_2eproto;
74 namespace ignition {
75 namespace msgs {
76 class UserCmd;
77 class UserCmdDefaultTypeInternal;
78 IGNITION_MSGS_VISIBLE extern UserCmdDefaultTypeInternal _UserCmd_default_instance_;
79 } // namespace msgs
80 } // namespace ignition
81 PROTOBUF_NAMESPACE_OPEN
82 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::UserCmd* Arena::CreateMaybeMessage<::ignition::msgs::UserCmd>(Arena*);
83 PROTOBUF_NAMESPACE_CLOSE
84 namespace ignition {
85 namespace msgs {
86 
87 enum UserCmd_Type : int {
94 };
95 IGNITION_MSGS_VISIBLE bool UserCmd_Type_IsValid(int value);
99 
100 IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* UserCmd_Type_descriptor();
101 template<typename T>
102 inline const std::string& UserCmd_Type_Name(T enum_t_value) {
103  static_assert(::std::is_same<T, UserCmd_Type>::value ||
105  "Incorrect type passed to function UserCmd_Type_Name.");
106  return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
107  UserCmd_Type_descriptor(), enum_t_value);
108 }
109 inline bool UserCmd_Type_Parse(
110  const std::string& name, UserCmd_Type* value) {
111  return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<UserCmd_Type>(
112  UserCmd_Type_descriptor(), name, value);
113 }
114 // ===================================================================
115 
116 class IGNITION_MSGS_VISIBLE UserCmd PROTOBUF_FINAL :
117  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.UserCmd) */ {
118  public:
119  inline UserCmd() : UserCmd(nullptr) {};
120  virtual ~UserCmd();
121 
122  UserCmd(const UserCmd& from);
123  UserCmd(UserCmd&& from) noexcept
124  : UserCmd() {
125  *this = ::std::move(from);
126  }
127 
128  inline UserCmd& operator=(const UserCmd& from) {
129  CopyFrom(from);
130  return *this;
131  }
132  inline UserCmd& operator=(UserCmd&& from) noexcept {
133  if (GetArena() == from.GetArena()) {
134  if (this != &from) InternalSwap(&from);
135  } else {
136  CopyFrom(from);
137  }
138  return *this;
139  }
140 
141  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
142  return GetDescriptor();
143  }
144  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
145  return GetMetadataStatic().descriptor;
146  }
147  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
148  return GetMetadataStatic().reflection;
149  }
150  static const UserCmd& default_instance();
151 
152  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
153  static inline const UserCmd* internal_default_instance() {
154  return reinterpret_cast<const UserCmd*>(
156  }
157  static constexpr int kIndexInFileMessages =
158  0;
159 
160  friend void swap(UserCmd& a, UserCmd& b) {
161  a.Swap(&b);
162  }
163  inline void Swap(UserCmd* other) {
164  if (other == this) return;
165  if (GetArena() == other->GetArena()) {
166  InternalSwap(other);
167  } else {
168  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
169  }
170  }
171  void UnsafeArenaSwap(UserCmd* other) {
172  if (other == this) return;
173  GOOGLE_DCHECK(GetArena() == other->GetArena());
174  InternalSwap(other);
175  }
176 
177  // implements Message ----------------------------------------------
178 
179  inline UserCmd* New() const final {
180  return CreateMaybeMessage<UserCmd>(nullptr);
181  }
182 
183  UserCmd* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
184  return CreateMaybeMessage<UserCmd>(arena);
185  }
186  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
187  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
188  void CopyFrom(const UserCmd& from);
189  void MergeFrom(const UserCmd& from);
190  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
191  bool IsInitialized() const final;
192 
193  size_t ByteSizeLong() const final;
194  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
195  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
196  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
197  int GetCachedSize() const final { return _cached_size_.Get(); }
198 
199  private:
200  inline void SharedCtor();
201  inline void SharedDtor();
202  void SetCachedSize(int size) const final;
203  void InternalSwap(UserCmd* other);
204  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
205  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
206  return "ignition.msgs.UserCmd";
207  }
208  protected:
209  explicit UserCmd(::PROTOBUF_NAMESPACE_ID::Arena* arena);
210  private:
211  static void ArenaDtor(void* object);
212  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
213  public:
214 
215  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
216  private:
217  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
218  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fuser_5fcmd_2eproto);
219  return ::descriptor_table_ignition_2fmsgs_2fuser_5fcmd_2eproto.file_level_metadata[kIndexInFileMessages];
220  }
221 
222  public:
223 
224  // nested types ----------------------------------------------------
225 
227  static constexpr Type MOVING =
229  static constexpr Type WORLD_CONTROL =
231  static constexpr Type WRENCH =
233  static constexpr Type SCALING =
235  static inline bool Type_IsValid(int value) {
236  return UserCmd_Type_IsValid(value);
237  }
238  static constexpr Type Type_MIN =
240  static constexpr Type Type_MAX =
242  static constexpr int Type_ARRAYSIZE =
244  static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
246  return UserCmd_Type_descriptor();
247  }
248  template<typename T>
249  static inline const std::string& Type_Name(T enum_t_value) {
250  static_assert(::std::is_same<T, Type>::value ||
252  "Incorrect type passed to function Type_Name.");
253  return UserCmd_Type_Name(enum_t_value);
254  }
255  static inline bool Type_Parse(const std::string& name,
256  Type* value) {
257  return UserCmd_Type_Parse(name, value);
258  }
259 
260  // accessors -------------------------------------------------------
261 
262  enum : int {
263  kModelFieldNumber = 5,
264  kLightFieldNumber = 6,
265  kDescriptionFieldNumber = 3,
266  kEntityNameFieldNumber = 7,
267  kHeaderFieldNumber = 1,
268  kWorldControlFieldNumber = 8,
269  kWrenchFieldNumber = 9,
270  kIdFieldNumber = 2,
271  kTypeFieldNumber = 4,
272  };
273  // repeated .ignition.msgs.Model model = 5;
274  int model_size() const;
275  private:
276  int _internal_model_size() const;
277  public:
278  void clear_model();
279  ::ignition::msgs::Model* mutable_model(int index);
280  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Model >*
282  private:
283  const ::ignition::msgs::Model& _internal_model(int index) const;
284  ::ignition::msgs::Model* _internal_add_model();
285  public:
286  const ::ignition::msgs::Model& model(int index) const;
287  ::ignition::msgs::Model* add_model();
288  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Model >&
289  model() const;
290 
291  // repeated .ignition.msgs.Light light = 6;
292  int light_size() const;
293  private:
294  int _internal_light_size() const;
295  public:
296  void clear_light();
297  ::ignition::msgs::Light* mutable_light(int index);
298  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Light >*
300  private:
301  const ::ignition::msgs::Light& _internal_light(int index) const;
302  ::ignition::msgs::Light* _internal_add_light();
303  public:
304  const ::ignition::msgs::Light& light(int index) const;
305  ::ignition::msgs::Light* add_light();
306  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Light >&
307  light() const;
308 
309  // string description = 3;
311  const std::string& description() const;
312  void set_description(const std::string& value);
314  void set_description(const char* value);
315  void set_description(const char* value, size_t size);
319  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
320  " string fields are deprecated and will be removed in a"
321  " future release.")
322  std::string* unsafe_arena_release_description();
323  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
324  " string fields are deprecated and will be removed in a"
325  " future release.")
326  void unsafe_arena_set_allocated_description(
327  std::string* description);
328  private:
329  const std::string& _internal_description() const;
330  void _internal_set_description(const std::string& value);
331  std::string* _internal_mutable_description();
332  public:
333 
334  // string entity_name = 7;
335  void clear_entity_name();
336  const std::string& entity_name() const;
337  void set_entity_name(const std::string& value);
338  void set_entity_name(std::string&& value);
339  void set_entity_name(const char* value);
340  void set_entity_name(const char* value, size_t size);
341  std::string* mutable_entity_name();
342  std::string* release_entity_name();
343  void set_allocated_entity_name(std::string* entity_name);
344  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
345  " string fields are deprecated and will be removed in a"
346  " future release.")
347  std::string* unsafe_arena_release_entity_name();
348  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
349  " string fields are deprecated and will be removed in a"
350  " future release.")
351  void unsafe_arena_set_allocated_entity_name(
352  std::string* entity_name);
353  private:
354  const std::string& _internal_entity_name() const;
355  void _internal_set_entity_name(const std::string& value);
356  std::string* _internal_mutable_entity_name();
357  public:
358 
359  // .ignition.msgs.Header header = 1;
360  bool has_header() const;
361  private:
362  bool _internal_has_header() const;
363  public:
364  void clear_header();
365  const ::ignition::msgs::Header& header() const;
366  ::ignition::msgs::Header* release_header();
367  ::ignition::msgs::Header* mutable_header();
368  void set_allocated_header(::ignition::msgs::Header* header);
369  private:
370  const ::ignition::msgs::Header& _internal_header() const;
371  ::ignition::msgs::Header* _internal_mutable_header();
372  public:
373  void unsafe_arena_set_allocated_header(
374  ::ignition::msgs::Header* header);
375  ::ignition::msgs::Header* unsafe_arena_release_header();
376 
377  // .ignition.msgs.WorldControl world_control = 8;
378  bool has_world_control() const;
379  private:
380  bool _internal_has_world_control() const;
381  public:
382  void clear_world_control();
383  const ::ignition::msgs::WorldControl& world_control() const;
384  ::ignition::msgs::WorldControl* release_world_control();
385  ::ignition::msgs::WorldControl* mutable_world_control();
386  void set_allocated_world_control(::ignition::msgs::WorldControl* world_control);
387  private:
388  const ::ignition::msgs::WorldControl& _internal_world_control() const;
389  ::ignition::msgs::WorldControl* _internal_mutable_world_control();
390  public:
391  void unsafe_arena_set_allocated_world_control(
392  ::ignition::msgs::WorldControl* world_control);
393  ::ignition::msgs::WorldControl* unsafe_arena_release_world_control();
394 
395  // .ignition.msgs.Wrench wrench = 9;
396  bool has_wrench() const;
397  private:
398  bool _internal_has_wrench() const;
399  public:
400  void clear_wrench();
401  const ::ignition::msgs::Wrench& wrench() const;
402  ::ignition::msgs::Wrench* release_wrench();
403  ::ignition::msgs::Wrench* mutable_wrench();
404  void set_allocated_wrench(::ignition::msgs::Wrench* wrench);
405  private:
406  const ::ignition::msgs::Wrench& _internal_wrench() const;
407  ::ignition::msgs::Wrench* _internal_mutable_wrench();
408  public:
409  void unsafe_arena_set_allocated_wrench(
410  ::ignition::msgs::Wrench* wrench);
411  ::ignition::msgs::Wrench* unsafe_arena_release_wrench();
412 
413  // uint32 id = 2;
414  void clear_id();
415  ::PROTOBUF_NAMESPACE_ID::uint32 id() const;
416  void set_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
417  private:
418  ::PROTOBUF_NAMESPACE_ID::uint32 _internal_id() const;
419  void _internal_set_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
420  public:
421 
422  // .ignition.msgs.UserCmd.Type type = 4;
423  void clear_type();
424  ::ignition::msgs::UserCmd_Type type() const;
425  void set_type(::ignition::msgs::UserCmd_Type value);
426  private:
427  ::ignition::msgs::UserCmd_Type _internal_type() const;
428  void _internal_set_type(::ignition::msgs::UserCmd_Type value);
429  public:
430 
431  // @@protoc_insertion_point(class_scope:ignition.msgs.UserCmd)
432  private:
433  class _Internal;
434 
435  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
436  typedef void InternalArenaConstructable_;
437  typedef void DestructorSkippable_;
438  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Model > model_;
439  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Light > light_;
440  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr description_;
441  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr entity_name_;
442  ::ignition::msgs::Header* header_;
443  ::ignition::msgs::WorldControl* world_control_;
444  ::ignition::msgs::Wrench* wrench_;
445  ::PROTOBUF_NAMESPACE_ID::uint32 id_;
446  int type_;
447  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
449 };
450 // ===================================================================
451 
452 
453 // ===================================================================
454 
455 #ifdef __GNUC__
456  #pragma GCC diagnostic push
457  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
458 #endif // __GNUC__
459 // UserCmd
460 
461 // .ignition.msgs.Header header = 1;
462 inline bool UserCmd::_internal_has_header() const {
463  return this != internal_default_instance() && header_ != nullptr;
464 }
465 inline bool UserCmd::has_header() const {
466  return _internal_has_header();
467 }
468 inline const ::ignition::msgs::Header& UserCmd::_internal_header() const {
469  const ::ignition::msgs::Header* p = header_;
470  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
472 }
473 inline const ::ignition::msgs::Header& UserCmd::header() const {
474  // @@protoc_insertion_point(field_get:ignition.msgs.UserCmd.header)
475  return _internal_header();
476 }
477 inline void UserCmd::unsafe_arena_set_allocated_header(
478  ::ignition::msgs::Header* header) {
479  if (GetArena() == nullptr) {
480  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
481  }
482  header_ = header;
483  if (header) {
484 
485  } else {
486 
487  }
488  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.UserCmd.header)
489 }
490 inline ::ignition::msgs::Header* UserCmd::release_header() {
491  auto temp = unsafe_arena_release_header();
492  if (GetArena() != nullptr) {
493  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
494  }
495  return temp;
496 }
497 inline ::ignition::msgs::Header* UserCmd::unsafe_arena_release_header() {
498  // @@protoc_insertion_point(field_release:ignition.msgs.UserCmd.header)
499 
500  ::ignition::msgs::Header* temp = header_;
501  header_ = nullptr;
502  return temp;
503 }
504 inline ::ignition::msgs::Header* UserCmd::_internal_mutable_header() {
505 
506  if (header_ == nullptr) {
507  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
508  header_ = p;
509  }
510  return header_;
511 }
512 inline ::ignition::msgs::Header* UserCmd::mutable_header() {
513  // @@protoc_insertion_point(field_mutable:ignition.msgs.UserCmd.header)
514  return _internal_mutable_header();
515 }
516 inline void UserCmd::set_allocated_header(::ignition::msgs::Header* header) {
517  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
518  if (message_arena == nullptr) {
519  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
520  }
521  if (header) {
522  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
523  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
524  if (message_arena != submessage_arena) {
525  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
526  message_arena, header, submessage_arena);
527  }
528 
529  } else {
530 
531  }
532  header_ = header;
533  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.UserCmd.header)
534 }
535 
536 // uint32 id = 2;
537 inline void UserCmd::clear_id() {
538  id_ = 0u;
539 }
540 inline ::PROTOBUF_NAMESPACE_ID::uint32 UserCmd::_internal_id() const {
541  return id_;
542 }
543 inline ::PROTOBUF_NAMESPACE_ID::uint32 UserCmd::id() const {
544  // @@protoc_insertion_point(field_get:ignition.msgs.UserCmd.id)
545  return _internal_id();
546 }
547 inline void UserCmd::_internal_set_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
548 
549  id_ = value;
550 }
551 inline void UserCmd::set_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
552  _internal_set_id(value);
553  // @@protoc_insertion_point(field_set:ignition.msgs.UserCmd.id)
554 }
555 
556 // string description = 3;
557 inline void UserCmd::clear_description() {
558  description_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
559 }
560 inline const std::string& UserCmd::description() const {
561  // @@protoc_insertion_point(field_get:ignition.msgs.UserCmd.description)
562  return _internal_description();
563 }
564 inline void UserCmd::set_description(const std::string& value) {
565  _internal_set_description(value);
566  // @@protoc_insertion_point(field_set:ignition.msgs.UserCmd.description)
567 }
568 inline std::string* UserCmd::mutable_description() {
569  // @@protoc_insertion_point(field_mutable:ignition.msgs.UserCmd.description)
570  return _internal_mutable_description();
571 }
572 inline const std::string& UserCmd::_internal_description() const {
573  return description_.Get();
574 }
575 inline void UserCmd::_internal_set_description(const std::string& value) {
576 
577  description_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
578 }
579 inline void UserCmd::set_description(std::string&& value) {
580 
581  description_.Set(
582  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
583  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.UserCmd.description)
584 }
585 inline void UserCmd::set_description(const char* value) {
586  GOOGLE_DCHECK(value != nullptr);
587 
588  description_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
589  GetArena());
590  // @@protoc_insertion_point(field_set_char:ignition.msgs.UserCmd.description)
591 }
592 inline void UserCmd::set_description(const char* value,
593  size_t size) {
594 
595  description_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
596  reinterpret_cast<const char*>(value), size), GetArena());
597  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.UserCmd.description)
598 }
599 inline std::string* UserCmd::_internal_mutable_description() {
600 
601  return description_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
602 }
603 inline std::string* UserCmd::release_description() {
604  // @@protoc_insertion_point(field_release:ignition.msgs.UserCmd.description)
605  return description_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
606 }
607 inline void UserCmd::set_allocated_description(std::string* description) {
608  if (description != nullptr) {
609 
610  } else {
611 
612  }
613  description_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), description,
614  GetArena());
615  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.UserCmd.description)
616 }
617 inline std::string* UserCmd::unsafe_arena_release_description() {
618  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.UserCmd.description)
619  GOOGLE_DCHECK(GetArena() != nullptr);
620 
621  return description_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
622  GetArena());
623 }
624 inline void UserCmd::unsafe_arena_set_allocated_description(
625  std::string* description) {
626  GOOGLE_DCHECK(GetArena() != nullptr);
627  if (description != nullptr) {
628 
629  } else {
630 
631  }
632  description_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
633  description, GetArena());
634  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.UserCmd.description)
635 }
636 
637 // .ignition.msgs.UserCmd.Type type = 4;
638 inline void UserCmd::clear_type() {
639  type_ = 0;
640 }
641 inline ::ignition::msgs::UserCmd_Type UserCmd::_internal_type() const {
642  return static_cast< ::ignition::msgs::UserCmd_Type >(type_);
643 }
644 inline ::ignition::msgs::UserCmd_Type UserCmd::type() const {
645  // @@protoc_insertion_point(field_get:ignition.msgs.UserCmd.type)
646  return _internal_type();
647 }
648 inline void UserCmd::_internal_set_type(::ignition::msgs::UserCmd_Type value) {
649 
650  type_ = value;
651 }
652 inline void UserCmd::set_type(::ignition::msgs::UserCmd_Type value) {
653  _internal_set_type(value);
654  // @@protoc_insertion_point(field_set:ignition.msgs.UserCmd.type)
655 }
656 
657 // repeated .ignition.msgs.Model model = 5;
658 inline int UserCmd::_internal_model_size() const {
659  return model_.size();
660 }
661 inline int UserCmd::model_size() const {
662  return _internal_model_size();
663 }
664 inline ::ignition::msgs::Model* UserCmd::mutable_model(int index) {
665  // @@protoc_insertion_point(field_mutable:ignition.msgs.UserCmd.model)
666  return model_.Mutable(index);
667 }
668 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Model >*
669 UserCmd::mutable_model() {
670  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.UserCmd.model)
671  return &model_;
672 }
673 inline const ::ignition::msgs::Model& UserCmd::_internal_model(int index) const {
674  return model_.Get(index);
675 }
676 inline const ::ignition::msgs::Model& UserCmd::model(int index) const {
677  // @@protoc_insertion_point(field_get:ignition.msgs.UserCmd.model)
678  return _internal_model(index);
679 }
680 inline ::ignition::msgs::Model* UserCmd::_internal_add_model() {
681  return model_.Add();
682 }
683 inline ::ignition::msgs::Model* UserCmd::add_model() {
684  // @@protoc_insertion_point(field_add:ignition.msgs.UserCmd.model)
685  return _internal_add_model();
686 }
687 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Model >&
688 UserCmd::model() const {
689  // @@protoc_insertion_point(field_list:ignition.msgs.UserCmd.model)
690  return model_;
691 }
692 
693 // repeated .ignition.msgs.Light light = 6;
694 inline int UserCmd::_internal_light_size() const {
695  return light_.size();
696 }
697 inline int UserCmd::light_size() const {
698  return _internal_light_size();
699 }
700 inline ::ignition::msgs::Light* UserCmd::mutable_light(int index) {
701  // @@protoc_insertion_point(field_mutable:ignition.msgs.UserCmd.light)
702  return light_.Mutable(index);
703 }
704 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Light >*
705 UserCmd::mutable_light() {
706  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.UserCmd.light)
707  return &light_;
708 }
709 inline const ::ignition::msgs::Light& UserCmd::_internal_light(int index) const {
710  return light_.Get(index);
711 }
712 inline const ::ignition::msgs::Light& UserCmd::light(int index) const {
713  // @@protoc_insertion_point(field_get:ignition.msgs.UserCmd.light)
714  return _internal_light(index);
715 }
716 inline ::ignition::msgs::Light* UserCmd::_internal_add_light() {
717  return light_.Add();
718 }
719 inline ::ignition::msgs::Light* UserCmd::add_light() {
720  // @@protoc_insertion_point(field_add:ignition.msgs.UserCmd.light)
721  return _internal_add_light();
722 }
723 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Light >&
724 UserCmd::light() const {
725  // @@protoc_insertion_point(field_list:ignition.msgs.UserCmd.light)
726  return light_;
727 }
728 
729 // string entity_name = 7;
730 inline void UserCmd::clear_entity_name() {
731  entity_name_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
732 }
733 inline const std::string& UserCmd::entity_name() const {
734  // @@protoc_insertion_point(field_get:ignition.msgs.UserCmd.entity_name)
735  return _internal_entity_name();
736 }
737 inline void UserCmd::set_entity_name(const std::string& value) {
738  _internal_set_entity_name(value);
739  // @@protoc_insertion_point(field_set:ignition.msgs.UserCmd.entity_name)
740 }
741 inline std::string* UserCmd::mutable_entity_name() {
742  // @@protoc_insertion_point(field_mutable:ignition.msgs.UserCmd.entity_name)
743  return _internal_mutable_entity_name();
744 }
745 inline const std::string& UserCmd::_internal_entity_name() const {
746  return entity_name_.Get();
747 }
748 inline void UserCmd::_internal_set_entity_name(const std::string& value) {
749 
750  entity_name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
751 }
752 inline void UserCmd::set_entity_name(std::string&& value) {
753 
754  entity_name_.Set(
755  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
756  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.UserCmd.entity_name)
757 }
758 inline void UserCmd::set_entity_name(const char* value) {
759  GOOGLE_DCHECK(value != nullptr);
760 
761  entity_name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
762  GetArena());
763  // @@protoc_insertion_point(field_set_char:ignition.msgs.UserCmd.entity_name)
764 }
765 inline void UserCmd::set_entity_name(const char* value,
766  size_t size) {
767 
768  entity_name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
769  reinterpret_cast<const char*>(value), size), GetArena());
770  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.UserCmd.entity_name)
771 }
772 inline std::string* UserCmd::_internal_mutable_entity_name() {
773 
774  return entity_name_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
775 }
776 inline std::string* UserCmd::release_entity_name() {
777  // @@protoc_insertion_point(field_release:ignition.msgs.UserCmd.entity_name)
778  return entity_name_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
779 }
780 inline void UserCmd::set_allocated_entity_name(std::string* entity_name) {
781  if (entity_name != nullptr) {
782 
783  } else {
784 
785  }
786  entity_name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), entity_name,
787  GetArena());
788  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.UserCmd.entity_name)
789 }
790 inline std::string* UserCmd::unsafe_arena_release_entity_name() {
791  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.UserCmd.entity_name)
792  GOOGLE_DCHECK(GetArena() != nullptr);
793 
794  return entity_name_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
795  GetArena());
796 }
797 inline void UserCmd::unsafe_arena_set_allocated_entity_name(
798  std::string* entity_name) {
799  GOOGLE_DCHECK(GetArena() != nullptr);
800  if (entity_name != nullptr) {
801 
802  } else {
803 
804  }
805  entity_name_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
806  entity_name, GetArena());
807  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.UserCmd.entity_name)
808 }
809 
810 // .ignition.msgs.WorldControl world_control = 8;
811 inline bool UserCmd::_internal_has_world_control() const {
812  return this != internal_default_instance() && world_control_ != nullptr;
813 }
814 inline bool UserCmd::has_world_control() const {
815  return _internal_has_world_control();
816 }
817 inline const ::ignition::msgs::WorldControl& UserCmd::_internal_world_control() const {
818  const ::ignition::msgs::WorldControl* p = world_control_;
819  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::WorldControl*>(
821 }
822 inline const ::ignition::msgs::WorldControl& UserCmd::world_control() const {
823  // @@protoc_insertion_point(field_get:ignition.msgs.UserCmd.world_control)
824  return _internal_world_control();
825 }
826 inline void UserCmd::unsafe_arena_set_allocated_world_control(
827  ::ignition::msgs::WorldControl* world_control) {
828  if (GetArena() == nullptr) {
829  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(world_control_);
830  }
831  world_control_ = world_control;
832  if (world_control) {
833 
834  } else {
835 
836  }
837  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.UserCmd.world_control)
838 }
839 inline ::ignition::msgs::WorldControl* UserCmd::release_world_control() {
840  auto temp = unsafe_arena_release_world_control();
841  if (GetArena() != nullptr) {
842  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
843  }
844  return temp;
845 }
846 inline ::ignition::msgs::WorldControl* UserCmd::unsafe_arena_release_world_control() {
847  // @@protoc_insertion_point(field_release:ignition.msgs.UserCmd.world_control)
848 
849  ::ignition::msgs::WorldControl* temp = world_control_;
850  world_control_ = nullptr;
851  return temp;
852 }
853 inline ::ignition::msgs::WorldControl* UserCmd::_internal_mutable_world_control() {
854 
855  if (world_control_ == nullptr) {
856  auto* p = CreateMaybeMessage<::ignition::msgs::WorldControl>(GetArena());
857  world_control_ = p;
858  }
859  return world_control_;
860 }
861 inline ::ignition::msgs::WorldControl* UserCmd::mutable_world_control() {
862  // @@protoc_insertion_point(field_mutable:ignition.msgs.UserCmd.world_control)
863  return _internal_mutable_world_control();
864 }
865 inline void UserCmd::set_allocated_world_control(::ignition::msgs::WorldControl* world_control) {
866  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
867  if (message_arena == nullptr) {
868  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(world_control_);
869  }
870  if (world_control) {
871  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
872  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(world_control)->GetArena();
873  if (message_arena != submessage_arena) {
874  world_control = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
875  message_arena, world_control, submessage_arena);
876  }
877 
878  } else {
879 
880  }
881  world_control_ = world_control;
882  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.UserCmd.world_control)
883 }
884 
885 // .ignition.msgs.Wrench wrench = 9;
886 inline bool UserCmd::_internal_has_wrench() const {
887  return this != internal_default_instance() && wrench_ != nullptr;
888 }
889 inline bool UserCmd::has_wrench() const {
890  return _internal_has_wrench();
891 }
892 inline const ::ignition::msgs::Wrench& UserCmd::_internal_wrench() const {
893  const ::ignition::msgs::Wrench* p = wrench_;
894  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Wrench*>(
896 }
897 inline const ::ignition::msgs::Wrench& UserCmd::wrench() const {
898  // @@protoc_insertion_point(field_get:ignition.msgs.UserCmd.wrench)
899  return _internal_wrench();
900 }
901 inline void UserCmd::unsafe_arena_set_allocated_wrench(
902  ::ignition::msgs::Wrench* wrench) {
903  if (GetArena() == nullptr) {
904  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(wrench_);
905  }
906  wrench_ = wrench;
907  if (wrench) {
908 
909  } else {
910 
911  }
912  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.UserCmd.wrench)
913 }
914 inline ::ignition::msgs::Wrench* UserCmd::release_wrench() {
915  auto temp = unsafe_arena_release_wrench();
916  if (GetArena() != nullptr) {
917  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
918  }
919  return temp;
920 }
921 inline ::ignition::msgs::Wrench* UserCmd::unsafe_arena_release_wrench() {
922  // @@protoc_insertion_point(field_release:ignition.msgs.UserCmd.wrench)
923 
924  ::ignition::msgs::Wrench* temp = wrench_;
925  wrench_ = nullptr;
926  return temp;
927 }
928 inline ::ignition::msgs::Wrench* UserCmd::_internal_mutable_wrench() {
929 
930  if (wrench_ == nullptr) {
931  auto* p = CreateMaybeMessage<::ignition::msgs::Wrench>(GetArena());
932  wrench_ = p;
933  }
934  return wrench_;
935 }
936 inline ::ignition::msgs::Wrench* UserCmd::mutable_wrench() {
937  // @@protoc_insertion_point(field_mutable:ignition.msgs.UserCmd.wrench)
938  return _internal_mutable_wrench();
939 }
940 inline void UserCmd::set_allocated_wrench(::ignition::msgs::Wrench* wrench) {
941  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
942  if (message_arena == nullptr) {
943  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(wrench_);
944  }
945  if (wrench) {
946  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
947  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(wrench)->GetArena();
948  if (message_arena != submessage_arena) {
949  wrench = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
950  message_arena, wrench, submessage_arena);
951  }
952 
953  } else {
954 
955  }
956  wrench_ = wrench;
957  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.UserCmd.wrench)
958 }
959 
960 #ifdef __GNUC__
961  #pragma GCC diagnostic pop
962 #endif // __GNUC__
963 
968 // @@protoc_insertion_point(namespace_scope)
969 
970 } // namespace msgs
971 } // namespace ignition
972 
973 PROTOBUF_NAMESPACE_OPEN
974 
975 template <> struct is_proto_enum< ::ignition::msgs::UserCmd_Type> : ::std::true_type {};
976 template <>
977 inline const EnumDescriptor* GetEnumDescriptor< ::ignition::msgs::UserCmd_Type>() {
979 }
980 
981 PROTOBUF_NAMESPACE_CLOSE
982 
983 #ifdef _MSC_VER
984 #pragma warning(pop)
985 #endif
986 // @@protoc_insertion_point(global_scope)
987 
988 #include <google/protobuf/port_undef.inc>
989 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fuser_5fcmd_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fuser_5fcmd_2eproto
UserCmd & operator=(UserCmd &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:132
const ::ignition::msgs::Model & model(int index) const
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Model > & model() const
::ignition::msgs::Model * add_model()
void set_description(const std::string &value)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:147
static const std::string & Type_Name(T enum_t_value)
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:249
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void set_description(const char *value, size_t size)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:141
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Type_descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:245
::ignition::msgs::Model * mutable_model(int index)
FuelMetadata_Model Model
Definition: build/ignition-msgs8/include/ignition/msgs/fuel_metadata.pb.h:1523
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void MergeFrom(const UserCmd &from)
UserCmd()
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:119
static bool Type_IsValid(int value)
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:235
const std::string & description() const
static bool Type_Parse(const std::string &name, Type *value)
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:255
void UnsafeArenaSwap(UserCmd *other)
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:171
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
UserCmd(const UserCmd &from)
std::string * release_description()
::ignition::msgs::Light * mutable_light(int index)
::ignition::msgs::Light * add_light()
void set_description(std::string &&value)
static const UserCmd * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:153
UserCmd & operator=(const UserCmd &from)
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:128
UserCmd(UserCmd &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:123
static const UserCmd & default_instance()
UserCmd_Type Type
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:226
void Swap(UserCmd *other)
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:163
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Light > * mutable_light()
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
UserCmd * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:183
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:144
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Model > * mutable_model()
void CopyFrom(const UserCmd &from)
void set_description(const char *value)
const ::ignition::msgs::Light & light(int index) const
std::string * mutable_description()
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Light > & light() const
UserCmd(::PROTOBUF_NAMESPACE_ID::Arena *arena)
UserCmd * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:179
void set_allocated_description(std::string *description)
friend void swap(UserCmd &a, UserCmd &b)
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:160
T max(T... args)
T min(T... args)
T move(T... args)
std::unique_ptr< const UserCmd > ConstUserCmdUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:965
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * UserCmd_Type_descriptor()
IGNITION_MSGS_VISIBLE WorldControlDefaultTypeInternal _WorldControl_default_instance_
constexpr int UserCmd_Type_Type_ARRAYSIZE
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:98
const std::string & UserCmd_Type_Name(T enum_t_value)
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:102
bool UserCmd_Type_Parse(const std::string &name, UserCmd_Type *value)
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:109
std::unique_ptr< UserCmd > UserCmdUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:964
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
constexpr UserCmd_Type UserCmd_Type_Type_MAX
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:97
IGNITION_MSGS_VISIBLE UserCmdDefaultTypeInternal _UserCmd_default_instance_
IGNITION_MSGS_VISIBLE bool UserCmd_Type_IsValid(int value)
std::shared_ptr< const UserCmd > ConstUserCmdSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:967
UserCmd_Type
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:87
@ UserCmd_Type_WORLD_CONTROL
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:89
@ UserCmd_Type_WRENCH
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:90
@ UserCmd_Type_MOVING
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:88
@ UserCmd_Type_SCALING
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:91
@ UserCmd_Type_UserCmd_Type_INT_MAX_SENTINEL_DO_NOT_USE_
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:93
@ UserCmd_Type_UserCmd_Type_INT_MIN_SENTINEL_DO_NOT_USE_
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:92
Atmosphere_Type
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:83
std::shared_ptr< UserCmd > UserCmdSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:966
IGNITION_MSGS_VISIBLE WrenchDefaultTypeInternal _Wrench_default_instance_
constexpr UserCmd_Type UserCmd_Type_Type_MIN
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:96
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/user_cmd.pb.h:62
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)