Ignition Msgs

API Reference

5.8.1

#include <atmosphere.pb.h>

Public Types

enum  : int {
  kHeaderFieldNumber = 1 , kTemperatureFieldNumber = 3 , kPressureFieldNumber = 4 , kTypeFieldNumber = 2 ,
  kEnableAtmosphereFieldNumber = 6 , kMassDensityFieldNumber = 5
}
 
typedef Atmosphere_Type Type
 

Public Member Functions

 Atmosphere ()
 
constexpr Atmosphere (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 Atmosphere (Atmosphere &&from) noexcept
 
 Atmosphere (const Atmosphere &from)
 
 ~Atmosphere () override
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_enable_atmosphere ()
 
void clear_header ()
 
void clear_mass_density ()
 
void clear_pressure ()
 
void clear_temperature ()
 
void clear_type ()
 
void CopyFrom (const Atmosphere &from)
 
bool enable_atmosphere () const
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_header () const
 
const ::ignition::msgs::Headerheader () const
 
bool IsInitialized () const final
 
double mass_density () const
 
void MergeFrom (const Atmosphere &from)
 
::ignition::msgs::Headermutable_header ()
 
AtmosphereNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
Atmosphereoperator= (Atmosphere &&from) noexcept
 
Atmosphereoperator= (const Atmosphere &from)
 
double pressure () const
 
PROTOBUF_NODISCARD ::ignition::msgs::Headerrelease_header ()
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_enable_atmosphere (bool value)
 
void set_mass_density (double value)
 
void set_pressure (double value)
 
void set_temperature (double value)
 
void set_type (::ignition::msgs::Atmosphere_Type value)
 
void Swap (Atmosphere *other)
 
double temperature () const
 
::ignition::msgs::Atmosphere_Type type () const
 
::ignition::msgs::Headerunsafe_arena_release_header ()
 
void unsafe_arena_set_allocated_header (::ignition::msgs::Header *header)
 
void UnsafeArenaSwap (Atmosphere *other)
 

Static Public Member Functions

static const Atmospheredefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const Atmosphereinternal_default_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Type_descriptor ()
 
static bool Type_IsValid (int value)
 
template<typename T >
static const std::stringType_Name (T enum_t_value)
 
static bool Type_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Type *value)
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr Type ADIABATIC
 
static constexpr int kIndexInFileMessages
 
static constexpr int Type_ARRAYSIZE
 
static constexpr Type Type_MAX
 
static constexpr Type Type_MIN
 

Protected Member Functions

 Atmosphere (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Member Typedef Documentation

◆ Type

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHeaderFieldNumber 
kTemperatureFieldNumber 
kPressureFieldNumber 
kTypeFieldNumber 
kEnableAtmosphereFieldNumber 
kMassDensityFieldNumber 

Constructor & Destructor Documentation

◆ Atmosphere() [1/5]

Atmosphere ( )
inline

◆ ~Atmosphere()

~Atmosphere ( )
override

◆ Atmosphere() [2/5]

constexpr Atmosphere ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicitconstexpr

◆ Atmosphere() [3/5]

Atmosphere ( const Atmosphere from)

◆ Atmosphere() [4/5]

Atmosphere ( Atmosphere &&  from)
inlinenoexcept

◆ Atmosphere() [5/5]

Atmosphere ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char* _InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t* _InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ( )
final

◆ clear_enable_atmosphere()

void clear_enable_atmosphere ( )
inline

◆ clear_header()

void clear_header ( )

◆ clear_mass_density()

void clear_mass_density ( )
inline

◆ clear_pressure()

void clear_pressure ( )
inline

◆ clear_temperature()

void clear_temperature ( )
inline

◆ clear_type()

void clear_type ( )
inline

◆ CopyFrom()

void CopyFrom ( const Atmosphere from)

◆ default_instance()

static const Atmosphere& default_instance ( )
inlinestatic

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor ( )
inlinestatic

◆ enable_atmosphere()

bool enable_atmosphere ( ) const
inline

◆ GetCachedSize()

int GetCachedSize ( ) const
inlinefinal

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor ( )
inlinestatic

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection ( )
inlinestatic

◆ has_header()

bool has_header ( ) const
inline

◆ header()

const ::ignition::msgs::Header & header ( ) const
inline

◆ internal_default_instance()

static const Atmosphere* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ mass_density()

double mass_density ( ) const
inline

◆ MergeFrom()

void MergeFrom ( const Atmosphere from)

◆ mutable_header()

ignition::msgs::Header * mutable_header ( )
inline

◆ New()

Atmosphere* New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

◆ operator=() [1/2]

Atmosphere& operator= ( Atmosphere &&  from)
inlinenoexcept

◆ operator=() [2/2]

Atmosphere& operator= ( const Atmosphere from)
inline

◆ pressure()

double pressure ( ) const
inline

◆ release_header()

ignition::msgs::Header * release_header ( )
inline

◆ set_allocated_header()

void set_allocated_header ( ::ignition::msgs::Header header)
inline

◆ set_enable_atmosphere()

void set_enable_atmosphere ( bool  value)
inline

◆ set_mass_density()

void set_mass_density ( double  value)
inline

◆ set_pressure()

void set_pressure ( double  value)
inline

◆ set_temperature()

void set_temperature ( double  value)
inline

◆ set_type()

void set_type ( ::ignition::msgs::Atmosphere_Type  value)
inline

◆ Swap()

void Swap ( Atmosphere other)
inline

◆ temperature()

double temperature ( ) const
inline

◆ type()

ignition::msgs::Atmosphere_Type type ( ) const
inline

◆ Type_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Type_descriptor ( )
inlinestatic

◆ Type_IsValid()

static bool Type_IsValid ( int  value)
inlinestatic

◆ Type_Name()

static const std::string& Type_Name ( enum_t_value)
inlinestatic

◆ Type_Parse()

static bool Type_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
Type value 
)
inlinestatic

◆ unsafe_arena_release_header()

ignition::msgs::Header * unsafe_arena_release_header ( )
inline

◆ unsafe_arena_set_allocated_header()

void unsafe_arena_set_allocated_header ( ::ignition::msgs::Header header)
inline

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( Atmosphere other)
inline

Member Data Documentation

◆ _class_data_

const ClassData _class_data_
static

◆ ADIABATIC

constexpr Type ADIABATIC
staticconstexpr
Initial value:
=
@ Atmosphere_Type_ADIABATIC
Definition: atmosphere.pb.h:83

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
0

◆ Type_ARRAYSIZE

constexpr int Type_ARRAYSIZE
staticconstexpr
Initial value:
=
constexpr int Atmosphere_Type_Type_ARRAYSIZE
Definition: atmosphere.pb.h:90

◆ Type_MAX

constexpr Type Type_MAX
staticconstexpr
Initial value:
=
constexpr Atmosphere_Type Atmosphere_Type_Type_MAX
Definition: atmosphere.pb.h:89

◆ Type_MIN

constexpr Type Type_MIN
staticconstexpr
Initial value:
=
constexpr Atmosphere_Type Atmosphere_Type_Type_MIN
Definition: atmosphere.pb.h:88

The documentation for this class was generated from the following file: