Ignition Msgs

API Reference

5.8.1

#include <air_pressure_sensor.pb.h>

Public Types

enum  : int { kHeaderFieldNumber = 1 , kPressureNoiseFieldNumber = 3 , kReferenceAltitudeFieldNumber = 2 }
 

Public Member Functions

 AirPressureSensor ()
 
constexpr AirPressureSensor (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 AirPressureSensor (AirPressureSensor &&from) noexcept
 
 AirPressureSensor (const AirPressureSensor &from)
 
 ~AirPressureSensor () 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_header ()
 
void clear_pressure_noise ()
 
void clear_reference_altitude ()
 
void CopyFrom (const AirPressureSensor &from)
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_header () const
 
bool has_pressure_noise () const
 
const ::ignition::msgs::Headerheader () const
 
bool IsInitialized () const final
 
void MergeFrom (const AirPressureSensor &from)
 
::ignition::msgs::Headermutable_header ()
 
::ignition::msgs::SensorNoisemutable_pressure_noise ()
 
AirPressureSensorNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
AirPressureSensoroperator= (AirPressureSensor &&from) noexcept
 
AirPressureSensoroperator= (const AirPressureSensor &from)
 
const ::ignition::msgs::SensorNoisepressure_noise () const
 
double reference_altitude () const
 
PROTOBUF_NODISCARD ::ignition::msgs::Headerrelease_header ()
 
PROTOBUF_NODISCARD ::ignition::msgs::SensorNoiserelease_pressure_noise ()
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_allocated_pressure_noise (::ignition::msgs::SensorNoise *pressure_noise)
 
void set_reference_altitude (double value)
 
void Swap (AirPressureSensor *other)
 
::ignition::msgs::Headerunsafe_arena_release_header ()
 
::ignition::msgs::SensorNoiseunsafe_arena_release_pressure_noise ()
 
void unsafe_arena_set_allocated_header (::ignition::msgs::Header *header)
 
void unsafe_arena_set_allocated_pressure_noise (::ignition::msgs::SensorNoise *pressure_noise)
 
void UnsafeArenaSwap (AirPressureSensor *other)
 

Static Public Member Functions

static const AirPressureSensordefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const AirPressureSensorinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHeaderFieldNumber 
kPressureNoiseFieldNumber 
kReferenceAltitudeFieldNumber 

Constructor & Destructor Documentation

◆ AirPressureSensor() [1/5]

AirPressureSensor ( )
inline

◆ ~AirPressureSensor()

~AirPressureSensor ( )
override

◆ AirPressureSensor() [2/5]

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

◆ AirPressureSensor() [3/5]

◆ AirPressureSensor() [4/5]

AirPressureSensor ( AirPressureSensor &&  from)
inlinenoexcept

◆ AirPressureSensor() [5/5]

AirPressureSensor ( ::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_header()

void clear_header ( )

◆ clear_pressure_noise()

void clear_pressure_noise ( )

◆ clear_reference_altitude()

void clear_reference_altitude ( )
inline

◆ CopyFrom()

void CopyFrom ( const AirPressureSensor from)

◆ default_instance()

static const AirPressureSensor& default_instance ( )
inlinestatic

◆ descriptor()

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

◆ 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

◆ has_pressure_noise()

bool has_pressure_noise ( ) const
inline

◆ header()

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

◆ internal_default_instance()

static const AirPressureSensor* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom()

void MergeFrom ( const AirPressureSensor from)

◆ mutable_header()

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

◆ mutable_pressure_noise()

ignition::msgs::SensorNoise * mutable_pressure_noise ( )
inline

◆ New()

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

◆ operator=() [1/2]

AirPressureSensor& operator= ( AirPressureSensor &&  from)
inlinenoexcept

◆ operator=() [2/2]

AirPressureSensor& operator= ( const AirPressureSensor from)
inline

◆ pressure_noise()

const ::ignition::msgs::SensorNoise & pressure_noise ( ) const
inline

◆ reference_altitude()

double reference_altitude ( ) const
inline

◆ release_header()

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

◆ release_pressure_noise()

ignition::msgs::SensorNoise * release_pressure_noise ( )
inline

◆ set_allocated_header()

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

◆ set_allocated_pressure_noise()

void set_allocated_pressure_noise ( ::ignition::msgs::SensorNoise pressure_noise)
inline

◆ set_reference_altitude()

void set_reference_altitude ( double  value)
inline

◆ Swap()

void Swap ( AirPressureSensor other)
inline

◆ unsafe_arena_release_header()

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

◆ unsafe_arena_release_pressure_noise()

ignition::msgs::SensorNoise * unsafe_arena_release_pressure_noise ( )
inline

◆ unsafe_arena_set_allocated_header()

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

◆ unsafe_arena_set_allocated_pressure_noise()

void unsafe_arena_set_allocated_pressure_noise ( ::ignition::msgs::SensorNoise pressure_noise)
inline

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( AirPressureSensor other)
inline

Member Data Documentation

◆ _class_data_

const ClassData _class_data_
static

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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