Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/parameter_error.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fparameter_5ferror_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fparameter_5ferror_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 #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_2fparameter_5ferror_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_2fparameter_5ferror_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class ParameterError;
72 class ParameterErrorDefaultTypeInternal;
73 IGNITION_MSGS_VISIBLE extern ParameterErrorDefaultTypeInternal _ParameterError_default_instance_;
74 } // namespace msgs
75 } // namespace ignition
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::ParameterError* Arena::CreateMaybeMessage<::ignition::msgs::ParameterError>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
79 namespace ignition {
80 namespace msgs {
81 
82 enum ParameterError_Type : int {
89 };
90 IGNITION_MSGS_VISIBLE bool ParameterError_Type_IsValid(int value);
94 
95 IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ParameterError_Type_descriptor();
96 template<typename T>
97 inline const std::string& ParameterError_Type_Name(T enum_t_value) {
100  "Incorrect type passed to function ParameterError_Type_Name.");
101  return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
102  ParameterError_Type_descriptor(), enum_t_value);
103 }
105  const std::string& name, ParameterError_Type* value) {
106  return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<ParameterError_Type>(
107  ParameterError_Type_descriptor(), name, value);
108 }
109 // ===================================================================
110 
111 class IGNITION_MSGS_VISIBLE ParameterError PROTOBUF_FINAL :
112  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.ParameterError) */ {
113  public:
114  inline ParameterError() : ParameterError(nullptr) {};
115  virtual ~ParameterError();
116 
117  ParameterError(const ParameterError& from);
118  ParameterError(ParameterError&& from) noexcept
119  : ParameterError() {
120  *this = ::std::move(from);
121  }
122 
123  inline ParameterError& operator=(const ParameterError& from) {
124  CopyFrom(from);
125  return *this;
126  }
127  inline ParameterError& operator=(ParameterError&& from) noexcept {
128  if (GetArena() == from.GetArena()) {
129  if (this != &from) InternalSwap(&from);
130  } else {
131  CopyFrom(from);
132  }
133  return *this;
134  }
135 
136  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
137  return GetDescriptor();
138  }
139  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
140  return GetMetadataStatic().descriptor;
141  }
142  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
143  return GetMetadataStatic().reflection;
144  }
145  static const ParameterError& default_instance();
146 
147  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
148  static inline const ParameterError* internal_default_instance() {
149  return reinterpret_cast<const ParameterError*>(
151  }
152  static constexpr int kIndexInFileMessages =
153  0;
154 
155  friend void swap(ParameterError& a, ParameterError& b) {
156  a.Swap(&b);
157  }
158  inline void Swap(ParameterError* other) {
159  if (other == this) return;
160  if (GetArena() == other->GetArena()) {
161  InternalSwap(other);
162  } else {
163  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
164  }
165  }
166  void UnsafeArenaSwap(ParameterError* other) {
167  if (other == this) return;
168  GOOGLE_DCHECK(GetArena() == other->GetArena());
169  InternalSwap(other);
170  }
171 
172  // implements Message ----------------------------------------------
173 
174  inline ParameterError* New() const final {
175  return CreateMaybeMessage<ParameterError>(nullptr);
176  }
177 
178  ParameterError* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
179  return CreateMaybeMessage<ParameterError>(arena);
180  }
181  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
182  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
183  void CopyFrom(const ParameterError& from);
184  void MergeFrom(const ParameterError& from);
185  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
186  bool IsInitialized() const final;
187 
188  size_t ByteSizeLong() const final;
189  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
190  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
191  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
192  int GetCachedSize() const final { return _cached_size_.Get(); }
193 
194  private:
195  inline void SharedCtor();
196  inline void SharedDtor();
197  void SetCachedSize(int size) const final;
198  void InternalSwap(ParameterError* other);
199  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
200  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
201  return "ignition.msgs.ParameterError";
202  }
203  protected:
204  explicit ParameterError(::PROTOBUF_NAMESPACE_ID::Arena* arena);
205  private:
206  static void ArenaDtor(void* object);
207  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
208  public:
209 
210  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
211  private:
212  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
213  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fparameter_5ferror_2eproto);
214  return ::descriptor_table_ignition_2fmsgs_2fparameter_5ferror_2eproto.file_level_metadata[kIndexInFileMessages];
215  }
216 
217  public:
218 
219  // nested types ----------------------------------------------------
220 
222  static constexpr Type SUCCESS =
224  static constexpr Type ALREADY_DECLARED =
226  static constexpr Type INVALID_TYPE =
228  static constexpr Type NOT_DECLARED =
230  static inline bool Type_IsValid(int value) {
231  return ParameterError_Type_IsValid(value);
232  }
233  static constexpr Type Type_MIN =
235  static constexpr Type Type_MAX =
237  static constexpr int Type_ARRAYSIZE =
239  static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
242  }
243  template<typename T>
244  static inline const std::string& Type_Name(T enum_t_value) {
245  static_assert(::std::is_same<T, Type>::value ||
247  "Incorrect type passed to function Type_Name.");
248  return ParameterError_Type_Name(enum_t_value);
249  }
250  static inline bool Type_Parse(const std::string& name,
251  Type* value) {
252  return ParameterError_Type_Parse(name, value);
253  }
254 
255  // accessors -------------------------------------------------------
256 
257  enum : int {
258  kDataFieldNumber = 1,
259  };
260  // .ignition.msgs.ParameterError.Type data = 1;
261  void clear_data();
264  private:
265  ::ignition::msgs::ParameterError_Type _internal_data() const;
266  void _internal_set_data(::ignition::msgs::ParameterError_Type value);
267  public:
268 
269  // @@protoc_insertion_point(class_scope:ignition.msgs.ParameterError)
270  private:
271  class _Internal;
272 
273  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
274  typedef void InternalArenaConstructable_;
275  typedef void DestructorSkippable_;
276  int data_;
277  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
278  friend struct ::TableStruct_ignition_2fmsgs_2fparameter_5ferror_2eproto;
279 };
280 // ===================================================================
281 
282 
283 // ===================================================================
284 
285 #ifdef __GNUC__
286  #pragma GCC diagnostic push
287  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
288 #endif // __GNUC__
289 // ParameterError
290 
291 // .ignition.msgs.ParameterError.Type data = 1;
292 inline void ParameterError::clear_data() {
293  data_ = 0;
294 }
295 inline ::ignition::msgs::ParameterError_Type ParameterError::_internal_data() const {
296  return static_cast< ::ignition::msgs::ParameterError_Type >(data_);
297 }
298 inline ::ignition::msgs::ParameterError_Type ParameterError::data() const {
299  // @@protoc_insertion_point(field_get:ignition.msgs.ParameterError.data)
300  return _internal_data();
301 }
302 inline void ParameterError::_internal_set_data(::ignition::msgs::ParameterError_Type value) {
303 
304  data_ = value;
305 }
306 inline void ParameterError::set_data(::ignition::msgs::ParameterError_Type value) {
307  _internal_set_data(value);
308  // @@protoc_insertion_point(field_set:ignition.msgs.ParameterError.data)
309 }
310 
311 #ifdef __GNUC__
312  #pragma GCC diagnostic pop
313 #endif // __GNUC__
314 
319 // @@protoc_insertion_point(namespace_scope)
320 
321 } // namespace msgs
322 } // namespace ignition
323 
324 PROTOBUF_NAMESPACE_OPEN
325 
326 template <> struct is_proto_enum< ::ignition::msgs::ParameterError_Type> : ::std::true_type {};
327 template <>
328 inline const EnumDescriptor* GetEnumDescriptor< ::ignition::msgs::ParameterError_Type>() {
330 }
331 
332 PROTOBUF_NAMESPACE_CLOSE
333 
334 #ifdef _MSC_VER
335 #pragma warning(pop)
336 #endif
337 // @@protoc_insertion_point(global_scope)
338 
339 #include <google/protobuf/port_undef.inc>
340 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fparameter_5ferror_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fparameter_5ferror_2eproto
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:142
ParameterError * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:178
static const ParameterError & default_instance()
static const std::string & Type_Name(T enum_t_value)
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:244
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
ParameterError(::PROTOBUF_NAMESPACE_ID::Arena *arena)
void MergeFrom(const ParameterError &from)
void Swap(ParameterError *other)
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:158
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:136
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Type_descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:240
ParameterError & operator=(ParameterError &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:127
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void CopyFrom(const ParameterError &from)
::ignition::msgs::ParameterError_Type data() const
ParameterError * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:174
ParameterError()
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:114
static bool Type_IsValid(int value)
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:230
ParameterError & operator=(const ParameterError &from)
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:123
static bool Type_Parse(const std::string &name, Type *value)
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:250
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static const ParameterError * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:148
void UnsafeArenaSwap(ParameterError *other)
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:166
ParameterError(ParameterError &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:118
void set_data(::ignition::msgs::ParameterError_Type value)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:139
ParameterError(const ParameterError &from)
friend void swap(ParameterError &a, ParameterError &b)
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:155
ParameterError_Type Type
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:221
T max(T... args)
T min(T... args)
const std::string & ParameterError_Type_Name(T enum_t_value)
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:97
constexpr ParameterError_Type ParameterError_Type_Type_MAX
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:92
bool ParameterError_Type_Parse(const std::string &name, ParameterError_Type *value)
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:104
constexpr int ParameterError_Type_Type_ARRAYSIZE
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:93
ParameterError_Type
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:82
@ ParameterError_Type_ALREADY_DECLARED
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:84
@ ParameterError_Type_INVALID_TYPE
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:85
@ ParameterError_Type_NOT_DECLARED
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:86
@ ParameterError_Type_SUCCESS
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:83
@ ParameterError_Type_ParameterError_Type_INT_MIN_SENTINEL_DO_NOT_USE_
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:87
@ ParameterError_Type_ParameterError_Type_INT_MAX_SENTINEL_DO_NOT_USE_
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:88
std::unique_ptr< ParameterError > ParameterErrorUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:315
constexpr ParameterError_Type ParameterError_Type_Type_MIN
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:91
std::shared_ptr< ParameterError > ParameterErrorSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:317
IGNITION_MSGS_VISIBLE bool ParameterError_Type_IsValid(int value)
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * ParameterError_Type_descriptor()
std::unique_ptr< const ParameterError > ConstParameterErrorUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:316
std::shared_ptr< const ParameterError > ConstParameterErrorSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.pb.h:318
Atmosphere_Type
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:83
IGNITION_MSGS_VISIBLE ParameterErrorDefaultTypeInternal _ParameterError_default_instance_
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
Definition: build/ignition-msgs8/include/ignition/msgs/parameter_error.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)