Ignition Msgs

API Reference

5.8.1
atmosphere.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/atmosphere.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fatmosphere_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fatmosphere_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3019000
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 3019000 < 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/metadata_lite.h>
29 #include <google/protobuf/generated_message_reflection.h>
30 #include <google/protobuf/message.h>
31 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
32 #include <google/protobuf/extension_set.h> // IWYU pragma: export
33 #include <google/protobuf/generated_enum_reflection.h>
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_2fatmosphere_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::AuxiliaryParseTableField 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 uint32_t offsets[];
67 };
68 IGNITION_MSGS_VISIBLE extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fatmosphere_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class Atmosphere;
72 struct AtmosphereDefaultTypeInternal;
73 IGNITION_MSGS_VISIBLE extern AtmosphereDefaultTypeInternal _Atmosphere_default_instance_;
74 } // namespace msgs
75 } // namespace ignition
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Atmosphere* Arena::CreateMaybeMessage<::ignition::msgs::Atmosphere>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
79 namespace ignition {
80 namespace msgs {
81 
82 enum Atmosphere_Type : int {
86 };
87 IGNITION_MSGS_VISIBLE bool Atmosphere_Type_IsValid(int value);
91 
92 IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Atmosphere_Type_descriptor();
93 template<typename T>
94 inline const std::string& Atmosphere_Type_Name(T enum_t_value) {
97  "Incorrect type passed to function Atmosphere_Type_Name.");
98  return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
99  Atmosphere_Type_descriptor(), enum_t_value);
100 }
102  ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Atmosphere_Type* value) {
103  return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<Atmosphere_Type>(
104  Atmosphere_Type_descriptor(), name, value);
105 }
106 // ===================================================================
107 
108 class IGNITION_MSGS_VISIBLE Atmosphere final :
109  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Atmosphere) */ {
110  public:
111  inline Atmosphere() : Atmosphere(nullptr) {}
112  ~Atmosphere() override;
113  explicit constexpr Atmosphere(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
114 
115  Atmosphere(const Atmosphere& from);
116  Atmosphere(Atmosphere&& from) noexcept
117  : Atmosphere() {
118  *this = ::std::move(from);
119  }
120 
121  inline Atmosphere& operator=(const Atmosphere& from) {
122  CopyFrom(from);
123  return *this;
124  }
125  inline Atmosphere& operator=(Atmosphere&& from) noexcept {
126  if (this == &from) return *this;
127  if (GetOwningArena() == from.GetOwningArena()
128  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
129  && GetOwningArena() != nullptr
130  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
131  ) {
132  InternalSwap(&from);
133  } else {
134  CopyFrom(from);
135  }
136  return *this;
137  }
138 
139  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
140  return GetDescriptor();
141  }
142  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
143  return default_instance().GetMetadata().descriptor;
144  }
145  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
146  return default_instance().GetMetadata().reflection;
147  }
148  static const Atmosphere& default_instance() {
149  return *internal_default_instance();
150  }
151  static inline const Atmosphere* internal_default_instance() {
152  return reinterpret_cast<const Atmosphere*>(
154  }
155  static constexpr int kIndexInFileMessages =
156  0;
157 
158  friend void swap(Atmosphere& a, Atmosphere& b) {
159  a.Swap(&b);
160  }
161  inline void Swap(Atmosphere* other) {
162  if (other == this) return;
163  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
164  if (GetOwningArena() != nullptr &&
165  GetOwningArena() == other->GetOwningArena()) {
166  #else // PROTOBUF_FORCE_COPY_IN_SWAP
167  if (GetOwningArena() == other->GetOwningArena()) {
168  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
169  InternalSwap(other);
170  } else {
171  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
172  }
173  }
175  if (other == this) return;
176  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
177  InternalSwap(other);
178  }
179 
180  // implements Message ----------------------------------------------
181 
182  Atmosphere* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
183  return CreateMaybeMessage<Atmosphere>(arena);
184  }
185  using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
186  void CopyFrom(const Atmosphere& from);
187  using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
188  void MergeFrom(const Atmosphere& from);
189  private:
190  static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
191  public:
192  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
193  bool IsInitialized() const final;
194 
195  size_t ByteSizeLong() const final;
196  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
197  uint8_t* _InternalSerialize(
198  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
199  int GetCachedSize() const final { return _cached_size_.Get(); }
200 
201  private:
202  void SharedCtor();
203  void SharedDtor();
204  void SetCachedSize(int size) const final;
205  void InternalSwap(Atmosphere* other);
206 
207  private:
208  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
209  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
210  return "ignition.msgs.Atmosphere";
211  }
212  protected:
213  explicit Atmosphere(::PROTOBUF_NAMESPACE_ID::Arena* arena,
214  bool is_message_owned = false);
215  private:
216  static void ArenaDtor(void* object);
217  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
218  public:
219 
220  static const ClassData _class_data_;
221  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
222 
223  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
224 
225  // nested types ----------------------------------------------------
226 
228  static constexpr Type ADIABATIC =
230  static inline bool Type_IsValid(int value) {
231  return Atmosphere_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 Atmosphere_Type_Name(enum_t_value);
249  }
250  static inline bool Type_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
251  Type* value) {
252  return Atmosphere_Type_Parse(name, value);
253  }
254 
255  // accessors -------------------------------------------------------
256 
257  enum : int {
258  kHeaderFieldNumber = 1,
259  kTemperatureFieldNumber = 3,
260  kPressureFieldNumber = 4,
261  kTypeFieldNumber = 2,
262  kEnableAtmosphereFieldNumber = 6,
263  kMassDensityFieldNumber = 5,
264  };
265  // .ignition.msgs.Header header = 1;
266  bool has_header() const;
267  private:
268  bool _internal_has_header() const;
269  public:
270  void clear_header();
271  const ::ignition::msgs::Header& header() const;
272  PROTOBUF_NODISCARD ::ignition::msgs::Header* release_header();
273  ::ignition::msgs::Header* mutable_header();
274  void set_allocated_header(::ignition::msgs::Header* header);
275  private:
276  const ::ignition::msgs::Header& _internal_header() const;
277  ::ignition::msgs::Header* _internal_mutable_header();
278  public:
279  void unsafe_arena_set_allocated_header(
280  ::ignition::msgs::Header* header);
281  ::ignition::msgs::Header* unsafe_arena_release_header();
282 
283  // double temperature = 3;
284  void clear_temperature();
285  double temperature() const;
286  void set_temperature(double value);
287  private:
288  double _internal_temperature() const;
289  void _internal_set_temperature(double value);
290  public:
291 
292  // double pressure = 4;
293  void clear_pressure();
294  double pressure() const;
295  void set_pressure(double value);
296  private:
297  double _internal_pressure() const;
298  void _internal_set_pressure(double value);
299  public:
300 
301  // .ignition.msgs.Atmosphere.Type type = 2;
302  void clear_type();
304  void set_type(::ignition::msgs::Atmosphere_Type value);
305  private:
306  ::ignition::msgs::Atmosphere_Type _internal_type() const;
307  void _internal_set_type(::ignition::msgs::Atmosphere_Type value);
308  public:
309 
310  // bool enable_atmosphere = 6;
311  void clear_enable_atmosphere();
312  bool enable_atmosphere() const;
313  void set_enable_atmosphere(bool value);
314  private:
315  bool _internal_enable_atmosphere() const;
316  void _internal_set_enable_atmosphere(bool value);
317  public:
318 
319  // double mass_density = 5;
320  void clear_mass_density();
321  double mass_density() const;
322  void set_mass_density(double value);
323  private:
324  double _internal_mass_density() const;
325  void _internal_set_mass_density(double value);
326  public:
327 
328  // @@protoc_insertion_point(class_scope:ignition.msgs.Atmosphere)
329  private:
330  class _Internal;
331 
332  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
333  typedef void InternalArenaConstructable_;
334  typedef void DestructorSkippable_;
335  ::ignition::msgs::Header* header_;
336  double temperature_;
337  double pressure_;
338  int type_;
339  bool enable_atmosphere_;
340  double mass_density_;
341  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
342  friend struct ::TableStruct_ignition_2fmsgs_2fatmosphere_2eproto;
343 };
344 // ===================================================================
345 
346 
347 // ===================================================================
348 
349 #ifdef __GNUC__
350  #pragma GCC diagnostic push
351  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
352 #endif // __GNUC__
353 // Atmosphere
354 
355 // .ignition.msgs.Header header = 1;
356 inline bool Atmosphere::_internal_has_header() const {
357  return this != internal_default_instance() && header_ != nullptr;
358 }
359 inline bool Atmosphere::has_header() const {
360  return _internal_has_header();
361 }
362 inline const ::ignition::msgs::Header& Atmosphere::_internal_header() const {
363  const ::ignition::msgs::Header* p = header_;
364  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Header&>(
366 }
367 inline const ::ignition::msgs::Header& Atmosphere::header() const {
368  // @@protoc_insertion_point(field_get:ignition.msgs.Atmosphere.header)
369  return _internal_header();
370 }
372  ::ignition::msgs::Header* header) {
373  if (GetArenaForAllocation() == nullptr) {
374  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
375  }
376  header_ = header;
377  if (header) {
378 
379  } else {
380 
381  }
382  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Atmosphere.header)
383 }
384 inline ::ignition::msgs::Header* Atmosphere::release_header() {
385 
386  ::ignition::msgs::Header* temp = header_;
387  header_ = nullptr;
388 #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
389  auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
390  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
391  if (GetArenaForAllocation() == nullptr) { delete old; }
392 #else // PROTOBUF_FORCE_COPY_IN_RELEASE
393  if (GetArenaForAllocation() != nullptr) {
394  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
395  }
396 #endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
397  return temp;
398 }
399 inline ::ignition::msgs::Header* Atmosphere::unsafe_arena_release_header() {
400  // @@protoc_insertion_point(field_release:ignition.msgs.Atmosphere.header)
401 
402  ::ignition::msgs::Header* temp = header_;
403  header_ = nullptr;
404  return temp;
405 }
406 inline ::ignition::msgs::Header* Atmosphere::_internal_mutable_header() {
407 
408  if (header_ == nullptr) {
409  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaForAllocation());
410  header_ = p;
411  }
412  return header_;
413 }
414 inline ::ignition::msgs::Header* Atmosphere::mutable_header() {
415  ::ignition::msgs::Header* _msg = _internal_mutable_header();
416  // @@protoc_insertion_point(field_mutable:ignition.msgs.Atmosphere.header)
417  return _msg;
418 }
420  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
421  if (message_arena == nullptr) {
422  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
423  }
424  if (header) {
425  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
426  ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper<
427  ::PROTOBUF_NAMESPACE_ID::MessageLite>::GetOwningArena(
428  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header));
429  if (message_arena != submessage_arena) {
430  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
431  message_arena, header, submessage_arena);
432  }
433 
434  } else {
435 
436  }
437  header_ = header;
438  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Atmosphere.header)
439 }
440 
441 // .ignition.msgs.Atmosphere.Type type = 2;
442 inline void Atmosphere::clear_type() {
443  type_ = 0;
444 }
445 inline ::ignition::msgs::Atmosphere_Type Atmosphere::_internal_type() const {
446  return static_cast< ::ignition::msgs::Atmosphere_Type >(type_);
447 }
449  // @@protoc_insertion_point(field_get:ignition.msgs.Atmosphere.type)
450  return _internal_type();
451 }
452 inline void Atmosphere::_internal_set_type(::ignition::msgs::Atmosphere_Type value) {
453 
454  type_ = value;
455 }
457  _internal_set_type(value);
458  // @@protoc_insertion_point(field_set:ignition.msgs.Atmosphere.type)
459 }
460 
461 // double temperature = 3;
463  temperature_ = 0;
464 }
465 inline double Atmosphere::_internal_temperature() const {
466  return temperature_;
467 }
468 inline double Atmosphere::temperature() const {
469  // @@protoc_insertion_point(field_get:ignition.msgs.Atmosphere.temperature)
470  return _internal_temperature();
471 }
472 inline void Atmosphere::_internal_set_temperature(double value) {
473 
474  temperature_ = value;
475 }
476 inline void Atmosphere::set_temperature(double value) {
477  _internal_set_temperature(value);
478  // @@protoc_insertion_point(field_set:ignition.msgs.Atmosphere.temperature)
479 }
480 
481 // double pressure = 4;
483  pressure_ = 0;
484 }
485 inline double Atmosphere::_internal_pressure() const {
486  return pressure_;
487 }
488 inline double Atmosphere::pressure() const {
489  // @@protoc_insertion_point(field_get:ignition.msgs.Atmosphere.pressure)
490  return _internal_pressure();
491 }
492 inline void Atmosphere::_internal_set_pressure(double value) {
493 
494  pressure_ = value;
495 }
496 inline void Atmosphere::set_pressure(double value) {
497  _internal_set_pressure(value);
498  // @@protoc_insertion_point(field_set:ignition.msgs.Atmosphere.pressure)
499 }
500 
501 // double mass_density = 5;
503  mass_density_ = 0;
504 }
505 inline double Atmosphere::_internal_mass_density() const {
506  return mass_density_;
507 }
508 inline double Atmosphere::mass_density() const {
509  // @@protoc_insertion_point(field_get:ignition.msgs.Atmosphere.mass_density)
510  return _internal_mass_density();
511 }
512 inline void Atmosphere::_internal_set_mass_density(double value) {
513 
514  mass_density_ = value;
515 }
516 inline void Atmosphere::set_mass_density(double value) {
517  _internal_set_mass_density(value);
518  // @@protoc_insertion_point(field_set:ignition.msgs.Atmosphere.mass_density)
519 }
520 
521 // bool enable_atmosphere = 6;
523  enable_atmosphere_ = false;
524 }
525 inline bool Atmosphere::_internal_enable_atmosphere() const {
526  return enable_atmosphere_;
527 }
528 inline bool Atmosphere::enable_atmosphere() const {
529  // @@protoc_insertion_point(field_get:ignition.msgs.Atmosphere.enable_atmosphere)
530  return _internal_enable_atmosphere();
531 }
532 inline void Atmosphere::_internal_set_enable_atmosphere(bool value) {
533 
534  enable_atmosphere_ = value;
535 }
536 inline void Atmosphere::set_enable_atmosphere(bool value) {
537  _internal_set_enable_atmosphere(value);
538  // @@protoc_insertion_point(field_set:ignition.msgs.Atmosphere.enable_atmosphere)
539 }
540 
541 #ifdef __GNUC__
542  #pragma GCC diagnostic pop
543 #endif // __GNUC__
544 
549 // @@protoc_insertion_point(namespace_scope)
550 
551 } // namespace msgs
552 } // namespace ignition
553 
554 PROTOBUF_NAMESPACE_OPEN
555 
556 template <> struct is_proto_enum< ::ignition::msgs::Atmosphere_Type> : ::std::true_type {};
557 template <>
558 inline const EnumDescriptor* GetEnumDescriptor< ::ignition::msgs::Atmosphere_Type>() {
560 }
561 
562 PROTOBUF_NAMESPACE_CLOSE
563 
564 #ifdef _MSC_VER
565 #pragma warning(pop)
566 #endif
567 // @@protoc_insertion_point(global_scope)
568 
569 #include <google/protobuf/port_undef.inc>
570 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fatmosphere_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fatmosphere_2eproto
Definition: atmosphere.pb.h:109
Atmosphere()
Definition: atmosphere.pb.h:111
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: atmosphere.pb.h:145
bool has_header() const
Definition: atmosphere.pb.h:359
static const std::string & Type_Name(T enum_t_value)
Definition: atmosphere.pb.h:244
::ignition::msgs::Header * mutable_header()
Definition: atmosphere.pb.h:414
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void Swap(Atmosphere *other)
Definition: atmosphere.pb.h:161
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: atmosphere.pb.h:139
double pressure() const
Definition: atmosphere.pb.h:488
Atmosphere(const Atmosphere &from)
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Type_descriptor()
Definition: atmosphere.pb.h:240
::ignition::msgs::Atmosphere_Type type() const
Definition: atmosphere.pb.h:448
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
Definition: atmosphere.pb.h:371
Atmosphere & operator=(Atmosphere &&from) noexcept
Definition: atmosphere.pb.h:125
double temperature() const
Definition: atmosphere.pb.h:468
void clear_mass_density()
Definition: atmosphere.pb.h:502
void clear_temperature()
Definition: atmosphere.pb.h:462
bool enable_atmosphere() const
Definition: atmosphere.pb.h:528
void set_type(::ignition::msgs::Atmosphere_Type value)
Definition: atmosphere.pb.h:456
Atmosphere * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: atmosphere.pb.h:182
void clear_pressure()
Definition: atmosphere.pb.h:482
Atmosphere(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
Atmosphere(Atmosphere &&from) noexcept
Definition: atmosphere.pb.h:116
static const Atmosphere & default_instance()
Definition: atmosphere.pb.h:148
double mass_density() const
Definition: atmosphere.pb.h:508
static bool Type_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Type *value)
Definition: atmosphere.pb.h:250
void clear_type()
Definition: atmosphere.pb.h:442
Atmosphere & operator=(const Atmosphere &from)
Definition: atmosphere.pb.h:121
void set_allocated_header(::ignition::msgs::Header *header)
Definition: atmosphere.pb.h:419
void UnsafeArenaSwap(Atmosphere *other)
Definition: atmosphere.pb.h:174
void CopyFrom(const Atmosphere &from)
PROTOBUF_NODISCARD ::ignition::msgs::Header * release_header()
Definition: atmosphere.pb.h:384
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
friend void swap(Atmosphere &a, Atmosphere &b)
Definition: atmosphere.pb.h:158
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: atmosphere.pb.h:142
const ::ignition::msgs::Header & header() const
Definition: atmosphere.pb.h:367
constexpr Atmosphere(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
static const ClassData _class_data_
Definition: atmosphere.pb.h:220
void set_pressure(double value)
Definition: atmosphere.pb.h:496
::ignition::msgs::Header * unsafe_arena_release_header()
Definition: atmosphere.pb.h:399
static const Atmosphere * internal_default_instance()
Definition: atmosphere.pb.h:151
void set_temperature(double value)
Definition: atmosphere.pb.h:476
void set_mass_density(double value)
Definition: atmosphere.pb.h:516
void set_enable_atmosphere(bool value)
Definition: atmosphere.pb.h:536
void MergeFrom(const Atmosphere &from)
void clear_enable_atmosphere()
Definition: atmosphere.pb.h:522
Definition: header.pb.h:265
T max(T... args)
T min(T... args)
constexpr Atmosphere_Type Atmosphere_Type_Type_MIN
Definition: atmosphere.pb.h:88
std::unique_ptr< Atmosphere > AtmosphereUniquePtr
Definition: atmosphere.pb.h:545
IGNITION_MSGS_VISIBLE AtmosphereDefaultTypeInternal _Atmosphere_default_instance_
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Atmosphere_Type_descriptor()
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
IGNITION_MSGS_VISIBLE bool Atmosphere_Type_IsValid(int value)
std::unique_ptr< const Atmosphere > ConstAtmosphereUniquePtr
Definition: atmosphere.pb.h:546
std::shared_ptr< Atmosphere > AtmosphereSharedPtr
Definition: atmosphere.pb.h:547
constexpr Atmosphere_Type Atmosphere_Type_Type_MAX
Definition: atmosphere.pb.h:89
constexpr int Atmosphere_Type_Type_ARRAYSIZE
Definition: atmosphere.pb.h:90
const std::string & Atmosphere_Type_Name(T enum_t_value)
Definition: atmosphere.pb.h:94
bool Atmosphere_Type_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Atmosphere_Type *value)
Definition: atmosphere.pb.h:101
Atmosphere_Type
Definition: atmosphere.pb.h:82
@ Atmosphere_Type_Atmosphere_Type_INT_MIN_SENTINEL_DO_NOT_USE_
Definition: atmosphere.pb.h:84
@ Atmosphere_Type_Atmosphere_Type_INT_MAX_SENTINEL_DO_NOT_USE_
Definition: atmosphere.pb.h:85
@ Atmosphere_Type_ADIABATIC
Definition: atmosphere.pb.h:83
std::shared_ptr< const Atmosphere > ConstAtmosphereSharedPtr
Definition: atmosphere.pb.h:548
Definition: actor.pb.h:52
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
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)