Ignition Msgs

API Reference

5.8.1

#include <gps_sensor.pb.h>

Public Types

enum  : int { kHeaderFieldNumber = 1 , kPositionFieldNumber = 2 , kVelocityFieldNumber = 3 }
 
typedef GPSSensor_Sensing Sensing
 

Public Member Functions

 GPSSensor ()
 
constexpr GPSSensor (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 GPSSensor (const GPSSensor &from)
 
 GPSSensor (GPSSensor &&from) noexcept
 
 ~GPSSensor () 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_position ()
 
void clear_velocity ()
 
void CopyFrom (const GPSSensor &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_position () const
 
bool has_velocity () const
 
const ::ignition::msgs::Headerheader () const
 
bool IsInitialized () const final
 
void MergeFrom (const GPSSensor &from)
 
::ignition::msgs::Headermutable_header ()
 
::ignition::msgs::GPSSensor_Sensingmutable_position ()
 
::ignition::msgs::GPSSensor_Sensingmutable_velocity ()
 
GPSSensorNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
GPSSensoroperator= (const GPSSensor &from)
 
GPSSensoroperator= (GPSSensor &&from) noexcept
 
const ::ignition::msgs::GPSSensor_Sensingposition () const
 
PROTOBUF_NODISCARD ::ignition::msgs::Headerrelease_header ()
 
PROTOBUF_NODISCARD ::ignition::msgs::GPSSensor_Sensingrelease_position ()
 
PROTOBUF_NODISCARD ::ignition::msgs::GPSSensor_Sensingrelease_velocity ()
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_allocated_position (::ignition::msgs::GPSSensor_Sensing *position)
 
void set_allocated_velocity (::ignition::msgs::GPSSensor_Sensing *velocity)
 
void Swap (GPSSensor *other)
 
::ignition::msgs::Headerunsafe_arena_release_header ()
 
::ignition::msgs::GPSSensor_Sensingunsafe_arena_release_position ()
 
::ignition::msgs::GPSSensor_Sensingunsafe_arena_release_velocity ()
 
void unsafe_arena_set_allocated_header (::ignition::msgs::Header *header)
 
void unsafe_arena_set_allocated_position (::ignition::msgs::GPSSensor_Sensing *position)
 
void unsafe_arena_set_allocated_velocity (::ignition::msgs::GPSSensor_Sensing *velocity)
 
void UnsafeArenaSwap (GPSSensor *other)
 
const ::ignition::msgs::GPSSensor_Sensingvelocity () const
 

Static Public Member Functions

static const GPSSensordefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const GPSSensorinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Member Typedef Documentation

◆ Sensing

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHeaderFieldNumber 
kPositionFieldNumber 
kVelocityFieldNumber 

Constructor & Destructor Documentation

◆ GPSSensor() [1/5]

GPSSensor ( )
inline

◆ ~GPSSensor()

~GPSSensor ( )
override

◆ GPSSensor() [2/5]

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

◆ GPSSensor() [3/5]

GPSSensor ( const GPSSensor from)

◆ GPSSensor() [4/5]

GPSSensor ( GPSSensor &&  from)
inlinenoexcept

◆ GPSSensor() [5/5]

GPSSensor ( ::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_position()

void clear_position ( )
inline

◆ clear_velocity()

void clear_velocity ( )
inline

◆ CopyFrom()

void CopyFrom ( const GPSSensor from)

◆ default_instance()

static const GPSSensor& 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_position()

bool has_position ( ) const
inline

◆ has_velocity()

bool has_velocity ( ) const
inline

◆ header()

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

◆ internal_default_instance()

static const GPSSensor* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom()

void MergeFrom ( const GPSSensor from)

◆ mutable_header()

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

◆ mutable_position()

ignition::msgs::GPSSensor_Sensing * mutable_position ( )
inline

◆ mutable_velocity()

ignition::msgs::GPSSensor_Sensing * mutable_velocity ( )
inline

◆ New()

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

◆ operator=() [1/2]

GPSSensor& operator= ( const GPSSensor from)
inline

◆ operator=() [2/2]

GPSSensor& operator= ( GPSSensor &&  from)
inlinenoexcept

◆ position()

const ::ignition::msgs::GPSSensor_Sensing & position ( ) const
inline

◆ release_header()

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

◆ release_position()

ignition::msgs::GPSSensor_Sensing * release_position ( )
inline

◆ release_velocity()

ignition::msgs::GPSSensor_Sensing * release_velocity ( )
inline

◆ set_allocated_header()

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

◆ set_allocated_position()

void set_allocated_position ( ::ignition::msgs::GPSSensor_Sensing position)
inline

◆ set_allocated_velocity()

void set_allocated_velocity ( ::ignition::msgs::GPSSensor_Sensing velocity)
inline

◆ Swap()

void Swap ( GPSSensor other)
inline

◆ unsafe_arena_release_header()

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

◆ unsafe_arena_release_position()

ignition::msgs::GPSSensor_Sensing * unsafe_arena_release_position ( )
inline

◆ unsafe_arena_release_velocity()

ignition::msgs::GPSSensor_Sensing * unsafe_arena_release_velocity ( )
inline

◆ unsafe_arena_set_allocated_header()

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

◆ unsafe_arena_set_allocated_position()

void unsafe_arena_set_allocated_position ( ::ignition::msgs::GPSSensor_Sensing position)
inline

◆ unsafe_arena_set_allocated_velocity()

void unsafe_arena_set_allocated_velocity ( ::ignition::msgs::GPSSensor_Sensing velocity)
inline

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( GPSSensor other)
inline

◆ velocity()

const ::ignition::msgs::GPSSensor_Sensing & velocity ( ) const
inline

Member Data Documentation

◆ _class_data_

const ClassData _class_data_
static

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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