Ignition Msgs

API Reference

8.4.0

#include <spherical_coordinates.pb.h>

Public Types

typedef SphericalCoordinates_SurfaceModel SurfaceModel
 

Public Member Functions

 SphericalCoordinates ()
 
 SphericalCoordinates (const SphericalCoordinates &from)
 
virtual ~SphericalCoordinates ()
 
int ByteSize () const
 
void Clear ()
 
void clear_elevation ()
 
void clear_entity ()
 
void clear_header ()
 
void clear_heading_deg ()
 
void clear_latitude_deg ()
 
void clear_longitude_deg ()
 
void clear_surface_model ()
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const SphericalCoordinates &from)
 
double elevation () const
 
const ::ignition::msgs::Entityentity () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_entity () const
 
bool has_header () const
 
const ::ignition::msgs::Headerheader () const
 
double heading_deg () const
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *output) const
 
bool IsInitialized () const
 
double latitude_deg () const
 
double longitude_deg () const
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const SphericalCoordinates &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
::ignition::msgs::Entitymutable_entity ()
 
::ignition::msgs::Headermutable_header ()
 
SphericalCoordinatesNew () const
 
SphericalCoordinatesNew (::google::protobuf::Arena *arena) const
 
SphericalCoordinatesoperator= (const SphericalCoordinates &from)
 
::ignition::msgs::Entityrelease_entity ()
 
::ignition::msgs::Headerrelease_header ()
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
void set_allocated_entity (::ignition::msgs::Entity *entity)
 
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)
 

Static Public Member Functions

static const SphericalCoordinatesdefault_instance ()
 
static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::EnumDescriptor * SurfaceModel_descriptor ()
 
static bool SurfaceModel_IsValid (int value)
 
static const ::std::stringSurfaceModel_Name (SurfaceModel value)
 
static bool SurfaceModel_Parse (const ::std::string &name, SurfaceModel *value)
 

Static Public Attributes

static const SurfaceModel EARTH_WGS84
 
static const int kElevationFieldNumber = 5
 
static const int kEntityFieldNumber = 7
 
static const int kHeaderFieldNumber = 1
 
static const int kHeadingDegFieldNumber = 6
 
static const int kLatitudeDegFieldNumber = 3
 
static const int kLongitudeDegFieldNumber = 4
 
static const int kSurfaceModelFieldNumber = 2
 
static const int SurfaceModel_ARRAYSIZE
 
static const SurfaceModel SurfaceModel_MAX
 
static const SurfaceModel SurfaceModel_MIN
 

Friends

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto ()
 

Member Typedef Documentation

◆ SurfaceModel

Constructor & Destructor Documentation

◆ SphericalCoordinates() [1/2]

◆ ~SphericalCoordinates()

virtual ~SphericalCoordinates ( )
virtual

◆ SphericalCoordinates() [2/2]

Member Function Documentation

◆ ByteSize()

int ByteSize ( ) const

◆ Clear()

void Clear ( )

◆ clear_elevation()

void clear_elevation ( )
inline

◆ clear_entity()

void clear_entity ( )
inline

◆ clear_header()

void clear_header ( )
inline

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

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

◆ CopyFrom() [2/2]

void CopyFrom ( const SphericalCoordinates from)

◆ default_instance()

static const SphericalCoordinates& default_instance ( )
static

◆ descriptor()

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

◆ elevation()

double elevation ( ) const
inline

◆ entity()

const ::ignition::msgs::Entity & entity ( ) const
inline

◆ GetCachedSize()

int GetCachedSize ( ) const
inline

◆ GetMetadata()

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

◆ has_entity()

bool has_entity ( ) const
inline

◆ has_header()

bool has_header ( ) const
inline

◆ header()

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

◆ heading_deg()

double heading_deg ( ) const
inline

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

bool IsInitialized ( ) const

◆ latitude_deg()

double latitude_deg ( ) const
inline

◆ longitude_deg()

double longitude_deg ( ) const
inline

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

void MergeFrom ( const SphericalCoordinates from)

◆ MergePartialFromCodedStream()

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

◆ mutable_entity()

ignition::msgs::Entity * mutable_entity ( )
inline

◆ mutable_header()

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

◆ New() [1/2]

SphericalCoordinates* New ( ) const
inline

◆ New() [2/2]

SphericalCoordinates* New ( ::google::protobuf::Arena *  arena) const

◆ operator=()

SphericalCoordinates& operator= ( const SphericalCoordinates from)
inline

◆ release_entity()

ignition::msgs::Entity * release_entity ( )
inline

◆ release_header()

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

◆ SerializeWithCachedSizes()

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

◆ SerializeWithCachedSizesToArray()

::google::protobuf::uint8* SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  output) const
inline

◆ set_allocated_entity()

void set_allocated_entity ( ::ignition::msgs::Entity entity)
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 ::google::protobuf::EnumDescriptor* SurfaceModel_descriptor ( )
inlinestatic

◆ SurfaceModel_IsValid()

static bool SurfaceModel_IsValid ( int  value)
inlinestatic

◆ SurfaceModel_Name()

static const ::std::string& SurfaceModel_Name ( SurfaceModel  value)
inlinestatic

◆ SurfaceModel_Parse()

static bool SurfaceModel_Parse ( const ::std::string name,
SurfaceModel value 
)
inlinestatic

◆ Swap()

void Swap ( SphericalCoordinates other)

Friends And Related Function Documentation

◆ protobuf_AddDesc_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto ( )
friend

◆ protobuf_AssignDesc_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto

void protobuf_AssignDesc_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto ( )
friend

◆ protobuf_ShutdownFile_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto

void protobuf_ShutdownFile_ignition_2fmsgs_2fspherical_5fcoordinates_2eproto ( )
friend

Member Data Documentation

◆ EARTH_WGS84

const SurfaceModel EARTH_WGS84
static

◆ kElevationFieldNumber

const int kElevationFieldNumber = 5
static

◆ kEntityFieldNumber

const int kEntityFieldNumber = 7
static

◆ kHeaderFieldNumber

const int kHeaderFieldNumber = 1
static

◆ kHeadingDegFieldNumber

const int kHeadingDegFieldNumber = 6
static

◆ kLatitudeDegFieldNumber

const int kLatitudeDegFieldNumber = 3
static

◆ kLongitudeDegFieldNumber

const int kLongitudeDegFieldNumber = 4
static

◆ kSurfaceModelFieldNumber

const int kSurfaceModelFieldNumber = 2
static

◆ SurfaceModel_ARRAYSIZE

const int SurfaceModel_ARRAYSIZE
static

◆ SurfaceModel_MAX

const SurfaceModel SurfaceModel_MAX
static

◆ SurfaceModel_MIN

const SurfaceModel SurfaceModel_MIN
static

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