JaiaBot  1.19.0
JaiaBot micro-AUV software
jaiabot::protobuf::GeographicCoordinate Class Reference

#include <jaiabot/messages/geographic_coordinate.pb.h>

Inheritance diagram for jaiabot::protobuf::GeographicCoordinate:
Collaboration diagram for jaiabot::protobuf::GeographicCoordinate:

Public Types

typedef boost::units::plane_angle_dimension lat_dimension
 
typedef boost::units::unit< lat_dimension, boost::units::degree::system > lat_unit
 
typedef boost::units::plane_angle_dimension lon_dimension
 
typedef boost::units::unit< lon_dimension, boost::units::degree::system > lon_unit
 

Public Member Functions

 GeographicCoordinate ()
 
virtual ~GeographicCoordinate ()
 
 GeographicCoordinate (const GeographicCoordinate &from)
 
GeographicCoordinateoperator= (const GeographicCoordinate &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GeographicCoordinate *other)
 
GeographicCoordinateNew () const final
 
GeographicCoordinateNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const GeographicCoordinate &from)
 
void MergeFrom (const GeographicCoordinate &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_lat () const
 
void clear_lat ()
 
double lat () const
 
void set_lat (double value)
 
bool has_lon () const
 
void clear_lon ()
 
double lon () const
 
void set_lon (double value)
 
template<typename Quantity >
void set_lat_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity lat_with_units () const
 
boost::units::quantity< lat_unit, double > lat_with_units () const
 
template<typename Quantity >
void set_lon_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity lon_with_units () const
 
boost::units::quantity< lon_unit, double > lon_with_units () const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const GeographicCoordinatedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const GeographicCoordinateinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kLatFieldNumber = 1
 
static const int kLonFieldNumber = 2
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fgeographic_5fcoordinate_2eproto::TableStruct
 
void swap (GeographicCoordinate &a, GeographicCoordinate &b)
 

Detailed Description

Definition at line 75 of file geographic_coordinate.pb.h.

Member Typedef Documentation

◆ lat_dimension

typedef boost::units::plane_angle_dimension jaiabot::protobuf::GeographicCoordinate::lat_dimension

Definition at line 183 of file geographic_coordinate.pb.h.

◆ lat_unit

typedef boost::units::unit<lat_dimension,boost::units::degree::system> jaiabot::protobuf::GeographicCoordinate::lat_unit

Definition at line 185 of file geographic_coordinate.pb.h.

◆ lon_dimension

typedef boost::units::plane_angle_dimension jaiabot::protobuf::GeographicCoordinate::lon_dimension

Definition at line 196 of file geographic_coordinate.pb.h.

◆ lon_unit

typedef boost::units::unit<lon_dimension,boost::units::degree::system> jaiabot::protobuf::GeographicCoordinate::lon_unit

Definition at line 200 of file geographic_coordinate.pb.h.

Constructor & Destructor Documentation

◆ GeographicCoordinate() [1/2]

jaiabot::protobuf::GeographicCoordinate::GeographicCoordinate ( )

◆ ~GeographicCoordinate()

virtual jaiabot::protobuf::GeographicCoordinate::~GeographicCoordinate ( )
virtual

◆ GeographicCoordinate() [2/2]

jaiabot::protobuf::GeographicCoordinate::GeographicCoordinate ( const GeographicCoordinate from)

Member Function Documentation

◆ ByteSizeLong()

size_t jaiabot::protobuf::GeographicCoordinate::ByteSizeLong ( ) const
final

◆ Clear()

void jaiabot::protobuf::GeographicCoordinate::Clear ( )
final

◆ clear_lat()

void jaiabot::protobuf::GeographicCoordinate::clear_lat ( )
inline

Definition at line 251 of file geographic_coordinate.pb.h.

◆ clear_lon()

void jaiabot::protobuf::GeographicCoordinate::clear_lon ( )
inline

Definition at line 275 of file geographic_coordinate.pb.h.

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void jaiabot::protobuf::GeographicCoordinate::CopyFrom ( const GeographicCoordinate from)

◆ default_instance()

static const GeographicCoordinate& jaiabot::protobuf::GeographicCoordinate::default_instance ( )
static

◆ descriptor()

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

◆ GetCachedSize()

int jaiabot::protobuf::GeographicCoordinate::GetCachedSize ( ) const
inlinefinal

Definition at line 147 of file geographic_coordinate.pb.h.

◆ GetMetadata()

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

◆ has_lat()

bool jaiabot::protobuf::GeographicCoordinate::has_lat ( ) const
inline

Definition at line 242 of file geographic_coordinate.pb.h.

◆ has_lon()

bool jaiabot::protobuf::GeographicCoordinate::has_lon ( ) const
inline

Definition at line 266 of file geographic_coordinate.pb.h.

◆ InitAsDefaultInstance()

static void jaiabot::protobuf::GeographicCoordinate::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const GeographicCoordinate* jaiabot::protobuf::GeographicCoordinate::internal_default_instance ( )
inlinestatic

Definition at line 112 of file geographic_coordinate.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

bool jaiabot::protobuf::GeographicCoordinate::IsInitialized ( ) const
final

◆ lat()

double jaiabot::protobuf::GeographicCoordinate::lat ( ) const
inline

Definition at line 255 of file geographic_coordinate.pb.h.

◆ lat_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::GeographicCoordinate::lat_with_units ( ) const
inline

Definition at line 192 of file geographic_coordinate.pb.h.

◆ lat_with_units() [2/2]

boost::units::quantity< lat_unit,double > jaiabot::protobuf::GeographicCoordinate::lat_with_units ( ) const
inline

Definition at line 195 of file geographic_coordinate.pb.h.

◆ lon()

double jaiabot::protobuf::GeographicCoordinate::lon ( ) const
inline

Definition at line 279 of file geographic_coordinate.pb.h.

◆ lon_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::GeographicCoordinate::lon_with_units ( ) const
inline

Definition at line 207 of file geographic_coordinate.pb.h.

◆ lon_with_units() [2/2]

boost::units::quantity< lon_unit,double > jaiabot::protobuf::GeographicCoordinate::lon_with_units ( ) const
inline

Definition at line 210 of file geographic_coordinate.pb.h.

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

void jaiabot::protobuf::GeographicCoordinate::MergeFrom ( const GeographicCoordinate from)

◆ MergePartialFromCodedStream()

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

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* jaiabot::protobuf::GeographicCoordinate::mutable_unknown_fields ( )
inline

Definition at line 104 of file geographic_coordinate.pb.h.

◆ New() [1/2]

GeographicCoordinate* jaiabot::protobuf::GeographicCoordinate::New ( ) const
inlinefinal

Definition at line 126 of file geographic_coordinate.pb.h.

◆ New() [2/2]

GeographicCoordinate* jaiabot::protobuf::GeographicCoordinate::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

Definition at line 130 of file geographic_coordinate.pb.h.

◆ operator=()

GeographicCoordinate& jaiabot::protobuf::GeographicCoordinate::operator= ( const GeographicCoordinate from)
inline

Definition at line 82 of file geographic_coordinate.pb.h.

◆ SerializeWithCachedSizes()

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

◆ set_lat()

void jaiabot::protobuf::GeographicCoordinate::set_lat ( double  value)
inline

Definition at line 259 of file geographic_coordinate.pb.h.

◆ set_lat_with_units()

template<typename Quantity >
void jaiabot::protobuf::GeographicCoordinate::set_lat_with_units ( Quantity  value_w_units)
inline

Definition at line 188 of file geographic_coordinate.pb.h.

◆ set_lon()

void jaiabot::protobuf::GeographicCoordinate::set_lon ( double  value)
inline

Definition at line 283 of file geographic_coordinate.pb.h.

◆ set_lon_with_units()

template<typename Quantity >
void jaiabot::protobuf::GeographicCoordinate::set_lon_with_units ( Quantity  value_w_units)
inline

Definition at line 203 of file geographic_coordinate.pb.h.

◆ Swap()

void jaiabot::protobuf::GeographicCoordinate::Swap ( GeographicCoordinate other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& jaiabot::protobuf::GeographicCoordinate::unknown_fields ( ) const
inline

Definition at line 101 of file geographic_coordinate.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fgeographic_5fcoordinate_2eproto::TableStruct

◆ swap

void swap ( GeographicCoordinate a,
GeographicCoordinate b 
)
friend

Definition at line 120 of file geographic_coordinate.pb.h.

Member Data Documentation

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::GeographicCoordinate::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 116 of file geographic_coordinate.pb.h.

◆ kLatFieldNumber

const int jaiabot::protobuf::GeographicCoordinate::kLatFieldNumber = 1
static

Definition at line 172 of file geographic_coordinate.pb.h.

◆ kLonFieldNumber

const int jaiabot::protobuf::GeographicCoordinate::kLonFieldNumber = 2
static

Definition at line 179 of file geographic_coordinate.pb.h.


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