Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/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 < 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>
37 #ifndef _MSC_VER
38 #pragma GCC system_header
39 #else
40 #pragma warning(push)
41 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
42 #endif
43 #ifdef __linux__
44 #include <sys/sysmacros.h>
45 #endif
46 #include <memory>
47 #include <ignition/msgs/Export.hh>
48 // @@protoc_insertion_point(includes)
49 #include <google/protobuf/port_def.inc>
50 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fatmosphere_2eproto IGNITION_MSGS_VISIBLE
51 PROTOBUF_NAMESPACE_OPEN
52 namespace internal {
53 class AnyMetadata;
54 } // namespace internal
55 PROTOBUF_NAMESPACE_CLOSE
56 
57 // Internal implementation detail -- do not use these members.
59  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
60  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
61  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
62  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
63  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
64  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
65  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
66  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
67  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
68 };
69 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fatmosphere_2eproto;
70 namespace ignition {
71 namespace msgs {
72 class Atmosphere;
73 class AtmosphereDefaultTypeInternal;
74 IGNITION_MSGS_VISIBLE extern AtmosphereDefaultTypeInternal _Atmosphere_default_instance_;
75 } // namespace msgs
76 } // namespace ignition
77 PROTOBUF_NAMESPACE_OPEN
78 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Atmosphere* Arena::CreateMaybeMessage<::ignition::msgs::Atmosphere>(Arena*);
79 PROTOBUF_NAMESPACE_CLOSE
80 namespace ignition {
81 namespace msgs {
82 
83 enum Atmosphere_Type : int {
87 };
88 IGNITION_MSGS_VISIBLE bool Atmosphere_Type_IsValid(int value);
92 
93 IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Atmosphere_Type_descriptor();
94 template<typename T>
95 inline const std::string& Atmosphere_Type_Name(T enum_t_value) {
98  "Incorrect type passed to function Atmosphere_Type_Name.");
99  return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
100  Atmosphere_Type_descriptor(), enum_t_value);
101 }
103  const std::string& name, Atmosphere_Type* value) {
104  return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<Atmosphere_Type>(
105  Atmosphere_Type_descriptor(), name, value);
106 }
107 // ===================================================================
108 
109 class IGNITION_MSGS_VISIBLE Atmosphere PROTOBUF_FINAL :
110  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Atmosphere) */ {
111  public:
112  inline Atmosphere() : Atmosphere(nullptr) {};
113  virtual ~Atmosphere();
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 (GetArena() == from.GetArena()) {
127  if (this != &from) InternalSwap(&from);
128  } else {
129  CopyFrom(from);
130  }
131  return *this;
132  }
133 
134  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
135  return GetDescriptor();
136  }
137  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
138  return GetMetadataStatic().descriptor;
139  }
140  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
141  return GetMetadataStatic().reflection;
142  }
143  static const Atmosphere& default_instance();
144 
145  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
146  static inline const Atmosphere* internal_default_instance() {
147  return reinterpret_cast<const Atmosphere*>(
149  }
150  static constexpr int kIndexInFileMessages =
151  0;
152 
153  friend void swap(Atmosphere& a, Atmosphere& b) {
154  a.Swap(&b);
155  }
156  inline void Swap(Atmosphere* other) {
157  if (other == this) return;
158  if (GetArena() == other->GetArena()) {
159  InternalSwap(other);
160  } else {
161  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
162  }
163  }
164  void UnsafeArenaSwap(Atmosphere* other) {
165  if (other == this) return;
166  GOOGLE_DCHECK(GetArena() == other->GetArena());
167  InternalSwap(other);
168  }
169 
170  // implements Message ----------------------------------------------
171 
172  inline Atmosphere* New() const final {
173  return CreateMaybeMessage<Atmosphere>(nullptr);
174  }
175 
176  Atmosphere* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
177  return CreateMaybeMessage<Atmosphere>(arena);
178  }
179  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
180  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
181  void CopyFrom(const Atmosphere& from);
182  void MergeFrom(const Atmosphere& from);
183  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
184  bool IsInitialized() const final;
185 
186  size_t ByteSizeLong() const final;
187  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
188  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
189  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
190  int GetCachedSize() const final { return _cached_size_.Get(); }
191 
192  private:
193  inline void SharedCtor();
194  inline void SharedDtor();
195  void SetCachedSize(int size) const final;
196  void InternalSwap(Atmosphere* other);
197  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
198  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
199  return "ignition.msgs.Atmosphere";
200  }
201  protected:
202  explicit Atmosphere(::PROTOBUF_NAMESPACE_ID::Arena* arena);
203  private:
204  static void ArenaDtor(void* object);
205  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
206  public:
207 
208  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
209  private:
210  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
211  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fatmosphere_2eproto);
212  return ::descriptor_table_ignition_2fmsgs_2fatmosphere_2eproto.file_level_metadata[kIndexInFileMessages];
213  }
214 
215  public:
216 
217  // nested types ----------------------------------------------------
218 
220  static constexpr Type ADIABATIC =
222  static inline bool Type_IsValid(int value) {
223  return Atmosphere_Type_IsValid(value);
224  }
225  static constexpr Type Type_MIN =
227  static constexpr Type Type_MAX =
229  static constexpr int Type_ARRAYSIZE =
231  static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
234  }
235  template<typename T>
236  static inline const std::string& Type_Name(T enum_t_value) {
237  static_assert(::std::is_same<T, Type>::value ||
239  "Incorrect type passed to function Type_Name.");
240  return Atmosphere_Type_Name(enum_t_value);
241  }
242  static inline bool Type_Parse(const std::string& name,
243  Type* value) {
244  return Atmosphere_Type_Parse(name, value);
245  }
246 
247  // accessors -------------------------------------------------------
248 
249  enum : int {
250  kHeaderFieldNumber = 1,
251  kTemperatureFieldNumber = 3,
252  kPressureFieldNumber = 4,
253  kTypeFieldNumber = 2,
254  kEnableAtmosphereFieldNumber = 6,
255  kMassDensityFieldNumber = 5,
256  };
257  // .ignition.msgs.Header header = 1;
258  bool has_header() const;
259  private:
260  bool _internal_has_header() const;
261  public:
262  void clear_header();
263  const ::ignition::msgs::Header& header() const;
264  ::ignition::msgs::Header* release_header();
265  ::ignition::msgs::Header* mutable_header();
266  void set_allocated_header(::ignition::msgs::Header* header);
267  private:
268  const ::ignition::msgs::Header& _internal_header() const;
269  ::ignition::msgs::Header* _internal_mutable_header();
270  public:
272  ::ignition::msgs::Header* header);
273  ::ignition::msgs::Header* unsafe_arena_release_header();
274 
275  // double temperature = 3;
277  double temperature() const;
278  void set_temperature(double value);
279  private:
280  double _internal_temperature() const;
281  void _internal_set_temperature(double value);
282  public:
283 
284  // double pressure = 4;
286  double pressure() const;
287  void set_pressure(double value);
288  private:
289  double _internal_pressure() const;
290  void _internal_set_pressure(double value);
291  public:
292 
293  // .ignition.msgs.Atmosphere.Type type = 2;
294  void clear_type();
297  private:
298  ::ignition::msgs::Atmosphere_Type _internal_type() const;
299  void _internal_set_type(::ignition::msgs::Atmosphere_Type value);
300  public:
301 
302  // bool enable_atmosphere = 6;
304  bool enable_atmosphere() const;
305  void set_enable_atmosphere(bool value);
306  private:
307  bool _internal_enable_atmosphere() const;
308  void _internal_set_enable_atmosphere(bool value);
309  public:
310 
311  // double mass_density = 5;
313  double mass_density() const;
314  void set_mass_density(double value);
315  private:
316  double _internal_mass_density() const;
317  void _internal_set_mass_density(double value);
318  public:
319 
320  // @@protoc_insertion_point(class_scope:ignition.msgs.Atmosphere)
321  private:
322  class _Internal;
323 
324  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
325  typedef void InternalArenaConstructable_;
326  typedef void DestructorSkippable_;
327  ::ignition::msgs::Header* header_;
328  double temperature_;
329  double pressure_;
330  int type_;
331  bool enable_atmosphere_;
332  double mass_density_;
333  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
334  friend struct ::TableStruct_ignition_2fmsgs_2fatmosphere_2eproto;
335 };
336 // ===================================================================
337 
338 
339 // ===================================================================
340 
341 #ifdef __GNUC__
342  #pragma GCC diagnostic push
343  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
344 #endif // __GNUC__
345 // Atmosphere
346 
347 // .ignition.msgs.Header header = 1;
348 inline bool Atmosphere::_internal_has_header() const {
349  return this != internal_default_instance() && header_ != nullptr;
350 }
351 inline bool Atmosphere::has_header() const {
352  return _internal_has_header();
353 }
354 inline const ::ignition::msgs::Header& Atmosphere::_internal_header() const {
355  const ::ignition::msgs::Header* p = header_;
356  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
358 }
359 inline const ::ignition::msgs::Header& Atmosphere::header() const {
360  // @@protoc_insertion_point(field_get:ignition.msgs.Atmosphere.header)
361  return _internal_header();
362 }
363 inline void Atmosphere::unsafe_arena_set_allocated_header(
364  ::ignition::msgs::Header* header) {
365  if (GetArena() == nullptr) {
366  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
367  }
368  header_ = header;
369  if (header) {
370 
371  } else {
372 
373  }
374  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Atmosphere.header)
375 }
376 inline ::ignition::msgs::Header* Atmosphere::release_header() {
377  auto temp = unsafe_arena_release_header();
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: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:112
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:140
static const std::string & Type_Name(T enum_t_value)
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:236
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::ignition::msgs::Header * release_header()
void Swap(Atmosphere *other)
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:156
::ignition::msgs::Header * mutable_header()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:134
Atmosphere(const Atmosphere &from)
::ignition::msgs::Atmosphere_Type type() const
Atmosphere * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:172
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Type_descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:232
Atmosphere_Type Type
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:219
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static bool Type_IsValid(int value)
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:222
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
Atmosphere & operator=(Atmosphere &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:125
static bool Type_Parse(const std::string &name, Type *value)
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:242
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: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:116
static const Atmosphere & default_instance()
Atmosphere & operator=(const Atmosphere &from)
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:121
void set_allocated_header(::ignition::msgs::Header *header)
void UnsafeArenaSwap(Atmosphere *other)
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:164
void CopyFrom(const Atmosphere &from)
Atmosphere * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:176
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
friend void swap(Atmosphere &a, Atmosphere &b)
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:153
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:137
void set_pressure(double value)
static const Atmosphere * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:146
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: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:89
std::unique_ptr< Atmosphere > AtmosphereUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/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: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:527
std::shared_ptr< Atmosphere > AtmosphereSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:528
constexpr Atmosphere_Type Atmosphere_Type_Type_MAX
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:90
bool Atmosphere_Type_Parse(const std::string &name, Atmosphere_Type *value)
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:102
constexpr int Atmosphere_Type_Type_ARRAYSIZE
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:91
const std::string & Atmosphere_Type_Name(T enum_t_value)
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:95
Atmosphere_Type
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:83
@ Atmosphere_Type_Atmosphere_Type_INT_MIN_SENTINEL_DO_NOT_USE_
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:85
@ Atmosphere_Type_Atmosphere_Type_INT_MAX_SENTINEL_DO_NOT_USE_
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:86
@ Atmosphere_Type_ADIABATIC
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:84
std::shared_ptr< const Atmosphere > ConstAtmosphereSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:529
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
Definition: build/ignition-msgs8/include/ignition/msgs/atmosphere.pb.h:58
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)