Ignition Msgs

API Reference

5.8.1

#include <spherical_coordinates.pb.h>

Public Types

enum  : int {
  kHeaderFieldNumber = 1 , kLatitudeDegFieldNumber = 3 , kLongitudeDegFieldNumber = 4 , kElevationFieldNumber = 5 ,
  kHeadingDegFieldNumber = 6 , kSurfaceModelFieldNumber = 2
}
 
typedef SphericalCoordinates_SurfaceModel SurfaceModel
 

Public Member Functions

 SphericalCoordinates ()
 
constexpr SphericalCoordinates (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 SphericalCoordinates (const SphericalCoordinates &from)
 
 SphericalCoordinates (SphericalCoordinates &&from) noexcept
 
 ~SphericalCoordinates () 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_elevation ()
 
void clear_header ()
 
void clear_heading_deg ()
 
void clear_latitude_deg ()
 
void clear_longitude_deg ()
 
void clear_surface_model ()
 
void CopyFrom (const SphericalCoordinates &from)
 
double elevation () 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
 
double heading_deg () const
 
bool IsInitialized () const final
 
double latitude_deg () const
 
double longitude_deg () const
 
void MergeFrom (const SphericalCoordinates &from)
 
::ignition::msgs::Headermutable_header ()
 
SphericalCoordinatesNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
SphericalCoordinatesoperator= (const SphericalCoordinates &from)
 
SphericalCoordinatesoperator= (SphericalCoordinates &&from) noexcept
 
PROTOBUF_NODISCARD ::ignition::msgs::Headerrelease_header ()
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_elevation (double value)
 
void set_heading_deg (double value)
 
void set_latitude_deg (double value)
 
void set_longitude_deg (double value)
 
void set_surface_model (::ignition::msgs::SphericalCoordinates_SurfaceModel value)
 
::ignition::msgs::SphericalCoordinates_SurfaceModel surface_model () const
 
void Swap (SphericalCoordinates *other)
 
::ignition::msgs::Headerunsafe_arena_release_header ()
 
void unsafe_arena_set_allocated_header (::ignition::msgs::Header *header)
 
void UnsafeArenaSwap (SphericalCoordinates *other)
 

Static Public Member Functions

static const SphericalCoordinatesdefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const SphericalCoordinatesinternal_default_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * SurfaceModel_descriptor ()
 
static bool SurfaceModel_IsValid (int value)
 
template<typename T >
static const std::stringSurfaceModel_Name (T enum_t_value)
 
static bool SurfaceModel_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, SurfaceModel *value)
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr SurfaceModel EARTH_WGS84
 
static constexpr int kIndexInFileMessages
 
static constexpr int SurfaceModel_ARRAYSIZE
 
static constexpr SurfaceModel SurfaceModel_MAX
 
static constexpr SurfaceModel SurfaceModel_MIN
 

Protected Member Functions

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

Member Typedef Documentation

◆ SurfaceModel

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHeaderFieldNumber 
kLatitudeDegFieldNumber 
kLongitudeDegFieldNumber 
kElevationFieldNumber 
kHeadingDegFieldNumber 
kSurfaceModelFieldNumber 

Constructor & Destructor Documentation

◆ SphericalCoordinates() [1/5]

◆ ~SphericalCoordinates()

~SphericalCoordinates ( )
override

◆ SphericalCoordinates() [2/5]

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

◆ SphericalCoordinates() [3/5]

◆ SphericalCoordinates() [4/5]

SphericalCoordinates ( SphericalCoordinates &&  from)
inlinenoexcept

◆ SphericalCoordinates() [5/5]

SphericalCoordinates ( ::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_elevation()

void clear_elevation ( )
inline

◆ clear_header()

void clear_header ( )

◆ clear_heading_deg()

void clear_heading_deg ( )
inline

◆ clear_latitude_deg()

void clear_latitude_deg ( )
inline

◆ clear_longitude_deg()

void clear_longitude_deg ( )
inline

◆ clear_surface_model()

void clear_surface_model ( )
inline

◆ CopyFrom()

void CopyFrom ( const SphericalCoordinates from)

◆ default_instance()

static const SphericalCoordinates& default_instance ( )
inlinestatic

◆ descriptor()

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

◆ elevation()

double elevation ( ) 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

◆ heading_deg()

double heading_deg ( ) const
inline

◆ internal_default_instance()

static const SphericalCoordinates* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ latitude_deg()

double latitude_deg ( ) const
inline

◆ longitude_deg()

double longitude_deg ( ) const
inline

◆ MergeFrom()

void MergeFrom ( const SphericalCoordinates from)

◆ mutable_header()

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

◆ New()

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

◆ operator=() [1/2]

SphericalCoordinates& operator= ( const SphericalCoordinates from)
inline

◆ operator=() [2/2]

SphericalCoordinates& operator= ( SphericalCoordinates &&  from)
inlinenoexcept

◆ release_header()

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

◆ set_allocated_header()

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

◆ set_elevation()

void set_elevation ( double  value)
inline

◆ set_heading_deg()

void set_heading_deg ( double  value)
inline

◆ set_latitude_deg()

void set_latitude_deg ( double  value)
inline

◆ set_longitude_deg()

void set_longitude_deg ( double  value)
inline

◆ set_surface_model()

void set_surface_model ( ::ignition::msgs::SphericalCoordinates_SurfaceModel  value)
inline

◆ surface_model()

ignition::msgs::SphericalCoordinates_SurfaceModel surface_model ( ) const
inline

◆ SurfaceModel_descriptor()

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

◆ SurfaceModel_IsValid()

static bool SurfaceModel_IsValid ( int  value)
inlinestatic

◆ SurfaceModel_Name()

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

◆ SurfaceModel_Parse()

static bool SurfaceModel_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
SurfaceModel value 
)
inlinestatic

◆ Swap()

void Swap ( SphericalCoordinates other)
inline

◆ 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 ( SphericalCoordinates other)
inline

Member Data Documentation

◆ _class_data_

const ClassData _class_data_
static

◆ EARTH_WGS84

constexpr SurfaceModel EARTH_WGS84
staticconstexpr
Initial value:
=
@ SphericalCoordinates_SurfaceModel_EARTH_WGS84
Definition: spherical_coordinates.pb.h:83

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
0

◆ SurfaceModel_ARRAYSIZE

constexpr int SurfaceModel_ARRAYSIZE
staticconstexpr
Initial value:
=
constexpr int SphericalCoordinates_SurfaceModel_SurfaceModel_ARRAYSIZE
Definition: spherical_coordinates.pb.h:90

◆ SurfaceModel_MAX

constexpr SurfaceModel SurfaceModel_MAX
staticconstexpr
Initial value:
=
constexpr SphericalCoordinates_SurfaceModel SphericalCoordinates_SurfaceModel_SurfaceModel_MAX
Definition: spherical_coordinates.pb.h:89

◆ SurfaceModel_MIN

constexpr SurfaceModel SurfaceModel_MIN
staticconstexpr
Initial value:
=
constexpr SphericalCoordinates_SurfaceModel SphericalCoordinates_SurfaceModel_SurfaceModel_MIN
Definition: spherical_coordinates.pb.h:88

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