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 < 3014000
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 3014000 < 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 ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
67 };
68 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fatmosphere_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class Atmosphere;
72 class 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 PROTOBUF_FINAL :
109  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Atmosphere) */ {
110  public:
111  inline Atmosphere() : Atmosphere(nullptr) {}
112  virtual ~Atmosphere();
113 
114  Atmosphere(const Atmosphere& from);
115  Atmosphere(Atmosphere&& from) noexcept
116  : Atmosphere() {
117  *this = ::std::move(from);
118  }
119 
120  inline Atmosphere& operator=(const Atmosphere& from) {
121  CopyFrom(from);
122  return *this;
123  }
124  inline Atmosphere& operator=(Atmosphere&& from) noexcept {
125  if (GetArena() == from.GetArena()) {
126  if (this != &from) InternalSwap(&from);
127  } else {
128  CopyFrom(from);
129  }
130  return *this;
131  }
132 
133  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
134  return GetDescriptor();
135  }
136  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
137  return GetMetadataStatic().descriptor;
138  }
139  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
140  return GetMetadataStatic().reflection;
141  }
142  static const Atmosphere& default_instance();
143 
144  static inline const Atmosphere* internal_default_instance() {
145  return reinterpret_cast<const Atmosphere*>(
147  }
148  static constexpr int kIndexInFileMessages =
149  0;
150 
151  friend void swap(Atmosphere& a, Atmosphere& b) {
152  a.Swap(&b);
153  }
154  inline void Swap(Atmosphere* other) {
155  if (other == this) return;
156  if (GetArena() == other->GetArena()) {
157  InternalSwap(other);
158  } else {
159  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
160  }
161  }
162  void UnsafeArenaSwap(Atmosphere* other) {
163  if (other == this) return;
164  GOOGLE_DCHECK(GetArena() == other->GetArena());
165  InternalSwap(other);
166  }
167 
168  // implements Message ----------------------------------------------
169 
170  inline Atmosphere* New() const final {
171  return CreateMaybeMessage<Atmosphere>(nullptr);
172  }
173 
174  Atmosphere* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
175  return CreateMaybeMessage<Atmosphere>(arena);
176  }
177  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
178  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
179  void CopyFrom(const Atmosphere& from);
180  void MergeFrom(const Atmosphere& from);
181  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
182  bool IsInitialized() const final;
183 
184  size_t ByteSizeLong() const final;
185  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
186  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
187  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
188  int GetCachedSize() const final { return _cached_size_.Get(); }
189 
190  private:
191  inline void SharedCtor();
192  inline void SharedDtor();
193  void SetCachedSize(int size) const final;
194  void InternalSwap(Atmosphere* other);
195  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
196  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
197  return "ignition.msgs.Atmosphere";
198  }
199  protected:
200  explicit Atmosphere(::PROTOBUF_NAMESPACE_ID::Arena* arena);
201  private:
202  static void ArenaDtor(void* object);
203  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
204  public:
205 
206  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
207  private:
208  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
209  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fatmosphere_2eproto);
210  return ::descriptor_table_ignition_2fmsgs_2fatmosphere_2eproto.file_level_metadata[kIndexInFileMessages];
211  }
212 
213  public:
214 
215  // nested types ----------------------------------------------------
216 
218  static constexpr Type ADIABATIC =
220  static inline bool Type_IsValid(int value) {
221  return Atmosphere_Type_IsValid(value);
222  }
223  static constexpr Type Type_MIN =
225  static constexpr Type Type_MAX =
227  static constexpr int Type_ARRAYSIZE =
229  static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
232  }
233  template<typename T>
234  static inline const std::string& Type_Name(T enum_t_value) {
235  static_assert(::std::is_same<T, Type>::value ||
237  "Incorrect type passed to function Type_Name.");
238  return Atmosphere_Type_Name(enum_t_value);
239  }
240  static inline bool Type_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
241  Type* value) {
242  return Atmosphere_Type_Parse(name, value);
243  }
244 
245  // accessors -------------------------------------------------------
246 
247  enum : int {
248  kHeaderFieldNumber = 1,
249  kTemperatureFieldNumber = 3,
250  kPressureFieldNumber = 4,
251  kTypeFieldNumber = 2,
252  kEnableAtmosphereFieldNumber = 6,
253  kMassDensityFieldNumber = 5,
254  };
255  // .ignition.msgs.Header header = 1;
256  bool has_header() const;
257  private:
258  bool _internal_has_header() const;
259  public:
260  void clear_header();
261  const ::ignition::msgs::Header& header() const;
262  ::ignition::msgs::Header* release_header();
263  ::ignition::msgs::Header* mutable_header();
264  void set_allocated_header(::ignition::msgs::Header* header);
265  private:
266  const ::ignition::msgs::Header& _internal_header() const;
267  ::ignition::msgs::Header* _internal_mutable_header();
268  public:
270  ::ignition::msgs::Header* header);
271  ::ignition::msgs::Header* unsafe_arena_release_header();
272 
273  // double temperature = 3;
275  double temperature() const;
276  void set_temperature(double value);
277  private:
278  double _internal_temperature() const;
279  void _internal_set_temperature(double value);
280  public:
281 
282  // double pressure = 4;
284  double pressure() const;
285  void set_pressure(double value);
286  private:
287  double _internal_pressure() const;
288  void _internal_set_pressure(double value);
289  public:
290 
291  // .ignition.msgs.Atmosphere.Type type = 2;
292  void clear_type();
295  private:
296  ::ignition::msgs::Atmosphere_Type _internal_type() const;
297  void _internal_set_type(::ignition::msgs::Atmosphere_Type value);
298  public:
299 
300  // bool enable_atmosphere = 6;
302  bool enable_atmosphere() const;
303  void set_enable_atmosphere(bool value);
304  private:
305  bool _internal_enable_atmosphere() const;
306  void _internal_set_enable_atmosphere(bool value);
307  public:
308 
309  // double mass_density = 5;
311  double mass_density() const;
312  void set_mass_density(double value);
313  private:
314  double _internal_mass_density() const;
315  void _internal_set_mass_density(double value);
316  public:
317 
318  // @@protoc_insertion_point(class_scope:ignition.msgs.Atmosphere)
319  private:
320  class _Internal;
321 
322  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
323  typedef void InternalArenaConstructable_;
324  typedef void DestructorSkippable_;
325  ::ignition::msgs::Header* header_;
326  double temperature_;
327  double pressure_;
328  int type_;
329  bool enable_atmosphere_;
330  double mass_density_;
331  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
332  friend struct ::TableStruct_ignition_2fmsgs_2fatmosphere_2eproto;
333 };
334 // ===================================================================
335 
336 
337 // ===================================================================
338 
339 #ifdef __GNUC__
340  #pragma GCC diagnostic push
341  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
342 #endif // __GNUC__
343 // Atmosphere
344 
345 // .ignition.msgs.Header header = 1;
346 inline bool Atmosphere::_internal_has_header() const {
347  return this != internal_default_instance() && header_ != nullptr;
348 }
349 inline bool Atmosphere::has_header() const {
350  return _internal_has_header();
351 }
352 inline const ::ignition::msgs::Header& Atmosphere::_internal_header() const {
353  const ::ignition::msgs::Header* p = header_;
354  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Header&>(
356 }
357 inline const ::ignition::msgs::Header& Atmosphere::header() const {
358  // @@protoc_insertion_point(field_get:ignition.msgs.Atmosphere.header)
359  return _internal_header();
360 }
361 inline void Atmosphere::unsafe_arena_set_allocated_header(
362  ::ignition::msgs::Header* header) {
363  if (GetArena() == nullptr) {
364  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
365  }
366  header_ = header;
367  if (header) {
368 
369  } else {
370 
371  }
372  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Atmosphere.header)
373 }
374 inline ::ignition::msgs::Header* Atmosphere::release_header() {
375 
376  ::ignition::msgs::Header* temp = header_;
377  header_ = nullptr;
378  if (GetArena() != nullptr) {
379  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
380  }
381  return temp;
382 }
383 inline ::ignition::msgs::Header* Atmosphere::unsafe_arena_release_header() {
384  // @@protoc_insertion_point(field_release:ignition.msgs.Atmosphere.header)
385 
386  ::ignition::msgs::Header* temp = header_;
387  header_ = nullptr;
388  return temp;
389 }
390 inline ::ignition::msgs::Header* Atmosphere::_internal_mutable_header() {
391 
392  if (header_ == nullptr) {
393  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
394  header_ = p;
395  }
396  return header_;
397 }
398 inline ::ignition::msgs::Header* Atmosphere::mutable_header() {
399  // @@protoc_insertion_point(field_mutable:ignition.msgs.Atmosphere.header)
400  return _internal_mutable_header();
401 }
402 inline void Atmosphere::set_allocated_header(::ignition::msgs::Header* header) {
403  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
404  if (message_arena == nullptr) {
405  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
406  }
407  if (header) {
408  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
409  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
410  if (message_arena != submessage_arena) {
411  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
412  message_arena, header, submessage_arena);
413  }
414 
415  } else {
416 
417  }
418  header_ = header;
419  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Atmosphere.header)
420 }
421 
422 // .ignition.msgs.Atmosphere.Type type = 2;
423 inline void Atmosphere::clear_type() {
424  type_ = 0;
425 }
426 inline ::ignition::msgs::Atmosphere_Type Atmosphere::_internal_type() const {
427  return static_cast< ::ignition::msgs::Atmosphere_Type >(type_);
428 }
429 inline ::ignition::msgs::Atmosphere_Type Atmosphere::type() const {
430  // @@protoc_insertion_point(field_get:ignition.msgs.Atmosphere.type)
431  return _internal_type();
432 }
433 inline void Atmosphere::_internal_set_type(::ignition::msgs::Atmosphere_Type value) {
434 
435  type_ = value;
436 }
437 inline void Atmosphere::set_type(::ignition::msgs::Atmosphere_Type value) {
438  _internal_set_type(value);
439  // @@protoc_insertion_point(field_set:ignition.msgs.Atmosphere.type)
440 }
441 
442 // double temperature = 3;
443 inline void Atmosphere::clear_temperature() {
444  temperature_ = 0;
445 }
446 inline double Atmosphere::_internal_temperature() const {
447  return temperature_;
448 }
449 inline double Atmosphere::temperature() const {
450  // @@protoc_insertion_point(field_get:ignition.msgs.Atmosphere.temperature)
451  return _internal_temperature();
452 }
453 inline void Atmosphere::_internal_set_temperature(double value) {
454 
455  temperature_ = value;
456 }
457 inline void Atmosphere::set_temperature(double value) {
458  _internal_set_temperature(value);
459  // @@protoc_insertion_point(field_set:ignition.msgs.Atmosphere.temperature)
460 }
461 
462 // double pressure = 4;
463 inline void Atmosphere::clear_pressure() {
464  pressure_ = 0;
465 }
466 inline double Atmosphere::_internal_pressure() const {
467  return pressure_;
468 }
469 inline double Atmosphere::pressure() const {
470  // @@protoc_insertion_point(field_get:ignition.msgs.Atmosphere.pressure)
471  return _internal_pressure();
472 }
473 inline void Atmosphere::_internal_set_pressure(double value) {
474 
475  pressure_ = value;
476 }
477 inline void Atmosphere::set_pressure(double value) {
478  _internal_set_pressure(value);
479  // @@protoc_insertion_point(field_set:ignition.msgs.Atmosphere.pressure)
480 }
481 
482 // double mass_density = 5;
483 inline void Atmosphere::clear_mass_density() {
484  mass_density_ = 0;
485 }
486 inline double Atmosphere::_internal_mass_density() const {
487  return mass_density_;
488 }
489 inline double Atmosphere::mass_density() const {
490  // @@protoc_insertion_point(field_get:ignition.msgs.Atmosphere.mass_density)
491  return _internal_mass_density();
492 }
493 inline void Atmosphere::_internal_set_mass_density(double value) {
494 
495  mass_density_ = value;
496 }
497 inline void Atmosphere::set_mass_density(double value) {
498  _internal_set_mass_density(value);
499  // @@protoc_insertion_point(field_set:ignition.msgs.Atmosphere.mass_density)
500 }
501 
502 // bool enable_atmosphere = 6;
503 inline void Atmosphere::clear_enable_atmosphere() {
504  enable_atmosphere_ = false;
505 }
506 inline bool Atmosphere::_internal_enable_atmosphere() const {
507  return enable_atmosphere_;
508 }
509 inline bool Atmosphere::enable_atmosphere() const {
510  // @@protoc_insertion_point(field_get:ignition.msgs.Atmosphere.enable_atmosphere)
511  return _internal_enable_atmosphere();
512 }
513 inline void Atmosphere::_internal_set_enable_atmosphere(bool value) {
514 
515  enable_atmosphere_ = value;
516 }
517 inline void Atmosphere::set_enable_atmosphere(bool value) {
518  _internal_set_enable_atmosphere(value);
519  // @@protoc_insertion_point(field_set:ignition.msgs.Atmosphere.enable_atmosphere)
520 }
521 
522 #ifdef __GNUC__
523  #pragma GCC diagnostic pop
524 #endif // __GNUC__
525 
530 // @@protoc_insertion_point(namespace_scope)
531 
532 } // namespace msgs
533 } // namespace ignition
534 
535 PROTOBUF_NAMESPACE_OPEN
536 
537 template <> struct is_proto_enum< ::ignition::msgs::Atmosphere_Type> : ::std::true_type {};
538 template <>
539 inline const EnumDescriptor* GetEnumDescriptor< ::ignition::msgs::Atmosphere_Type>() {
541 }
542 
543 PROTOBUF_NAMESPACE_CLOSE
544 
545 #ifdef _MSC_VER
546 #pragma warning(pop)
547 #endif
548 // @@protoc_insertion_point(global_scope)
549 
550 #include <google/protobuf/port_undef.inc>
551 #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
Atmosphere()
Definition: atmosphere.pb.h:111
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: atmosphere.pb.h:139
static const std::string & Type_Name(T enum_t_value)
Definition: atmosphere.pb.h:234
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::ignition::msgs::Header * release_header()
void Swap(Atmosphere *other)
Definition: atmosphere.pb.h:154
::ignition::msgs::Header * mutable_header()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: atmosphere.pb.h:133
Atmosphere(const Atmosphere &from)
::ignition::msgs::Atmosphere_Type type() const
Atmosphere * New() const final
Definition: atmosphere.pb.h:170
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Type_descriptor()
Definition: atmosphere.pb.h:230
Atmosphere_Type Type
Definition: atmosphere.pb.h:217
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static bool Type_IsValid(int value)
Definition: atmosphere.pb.h:220
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
Atmosphere & operator=(Atmosphere &&from) noexcept
Definition: atmosphere.pb.h:124
Atmosphere(::PROTOBUF_NAMESPACE_ID::Arena *arena)
::ignition::msgs::Header * unsafe_arena_release_header()
void set_type(::ignition::msgs::Atmosphere_Type value)
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Atmosphere(Atmosphere &&from) noexcept
Definition: atmosphere.pb.h:115
static const Atmosphere & default_instance()
static bool Type_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Type *value)
Definition: atmosphere.pb.h:240
Atmosphere & operator=(const Atmosphere &from)
Definition: atmosphere.pb.h:120
void set_allocated_header(::ignition::msgs::Header *header)
void UnsafeArenaSwap(Atmosphere *other)
Definition: atmosphere.pb.h:162
void CopyFrom(const Atmosphere &from)
Atmosphere * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: atmosphere.pb.h:174
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
friend void swap(Atmosphere &a, Atmosphere &b)
Definition: atmosphere.pb.h:151
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: atmosphere.pb.h:136
void set_pressure(double value)
static const Atmosphere * internal_default_instance()
Definition: atmosphere.pb.h:144
void set_temperature(double value)
void set_mass_density(double value)
void set_enable_atmosphere(bool value)
const ::ignition::msgs::Header & header() const
void MergeFrom(const Atmosphere &from)
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:526
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:527
std::shared_ptr< Atmosphere > AtmosphereSharedPtr
Definition: atmosphere.pb.h:528
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:529
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)