Gazebo Msgs

API Reference

9.5.0

#include <atmosphere.pb.h>

Public Types

typedef Atmosphere_Type Type
 

Public Member Functions

 Atmosphere ()
 
 Atmosphere (const Atmosphere &from)
 
virtual ~Atmosphere ()
 
size_t ByteSizeLong () const final
 
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 ::google::protobuf::Message &from) final
 
void CopyFrom (const Atmosphere &from)
 
bool enable_atmosphere () const
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_header () const
 
const ::gz::msgs::Headerheader () const
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
bool IsInitialized () const final
 
double mass_density () const
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const Atmosphere &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
::gz::msgs::Headermutable_header ()
 
AtmosphereNew () const final
 
AtmosphereNew (::google::protobuf::Arena *arena) const final
 
Atmosphereoperator= (const Atmosphere &from)
 
double pressure () const
 
::gz::msgs::Headerrelease_header ()
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
void set_allocated_header (::gz::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 (::gz::msgs::Atmosphere_Type value)
 
void Swap (Atmosphere *other)
 
double temperature () const
 
::gz::msgs::Atmosphere_Type type () const
 

Static Public Member Functions

static const Atmospheredefault_instance ()
 
static const ::google::protobuf::Descriptor * descriptor ()
 
static void InitAsDefaultInstance ()
 
static const Atmosphereinternal_default_instance ()
 
static const ::google::protobuf::EnumDescriptor * Type_descriptor ()
 
static bool Type_IsValid (int value)
 
static const ::std::stringType_Name (Type value)
 
static bool Type_Parse (const ::std::string &name, Type *value)
 

Static Public Attributes

static const Type ADIABATIC
 
static const int kEnableAtmosphereFieldNumber = 6
 
static const int kHeaderFieldNumber = 1
 
static constexpr int kIndexInFileMessages
 
static const int kMassDensityFieldNumber = 5
 
static const int kPressureFieldNumber = 4
 
static const int kTemperatureFieldNumber = 3
 
static const int kTypeFieldNumber = 2
 
static const int Type_ARRAYSIZE
 
static const Type Type_MAX
 
static const Type Type_MIN
 

Member Typedef Documentation

◆ Type

Constructor & Destructor Documentation

◆ Atmosphere() [1/2]

◆ ~Atmosphere()

virtual ~Atmosphere ( )
virtual

◆ Atmosphere() [2/2]

Atmosphere ( const Atmosphere from)

Member Function Documentation

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

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() [1/2]

void CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

void CopyFrom ( const Atmosphere from)

◆ default_instance()

static const Atmosphere& default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* descriptor ( )
static

◆ enable_atmosphere()

bool enable_atmosphere ( ) const
inline

◆ GetCachedSize()

int GetCachedSize ( ) const
inlinefinal

◆ GetMetadata()

::google::protobuf::Metadata GetMetadata ( ) const
final

◆ has_header()

bool has_header ( ) const
inline

◆ header()

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

◆ InitAsDefaultInstance()

static void InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const Atmosphere* internal_default_instance ( )
inlinestatic

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ mass_density()

double mass_density ( ) const
inline

◆ MergeFrom() [1/2]

void MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

void MergeFrom ( const Atmosphere from)

◆ MergePartialFromCodedStream()

bool MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_header()

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

◆ New() [1/2]

Atmosphere* New ( ) const
inlinefinal

◆ New() [2/2]

Atmosphere* New ( ::google::protobuf::Arena *  arena) const
inlinefinal

◆ operator=()

Atmosphere& operator= ( const Atmosphere from)
inline

◆ pressure()

double pressure ( ) const
inline

◆ release_header()

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

◆ SerializeWithCachedSizes()

void SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_header()

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

References Atmosphere::header().

◆ 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 ( ::gz::msgs::Atmosphere_Type  value)
inline

◆ Swap()

void Swap ( Atmosphere other)

◆ temperature()

double temperature ( ) const
inline

◆ type()

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

◆ Type_descriptor()

static const ::google::protobuf::EnumDescriptor* Type_descriptor ( )
inlinestatic

◆ Type_IsValid()

static bool Type_IsValid ( int  value)
inlinestatic

◆ Type_Name()

static const ::std::string& Type_Name ( Type  value)
inlinestatic

◆ Type_Parse()

static bool Type_Parse ( const ::std::string name,
Type value 
)
inlinestatic

Member Data Documentation

◆ ADIABATIC

const Type ADIABATIC
static
Initial value:

◆ kEnableAtmosphereFieldNumber

const int kEnableAtmosphereFieldNumber = 6
static

◆ kHeaderFieldNumber

const int kHeaderFieldNumber = 1
static

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
0

◆ kMassDensityFieldNumber

const int kMassDensityFieldNumber = 5
static

◆ kPressureFieldNumber

const int kPressureFieldNumber = 4
static

◆ kTemperatureFieldNumber

const int kTemperatureFieldNumber = 3
static

◆ kTypeFieldNumber

const int kTypeFieldNumber = 2
static

◆ Type_ARRAYSIZE

const int Type_ARRAYSIZE
static

◆ Type_MAX

const Type Type_MAX
static
Initial value:

◆ Type_MIN

const Type Type_MIN
static
Initial value:

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