Goby3  3.1.4
2024.02.22
goby::middleware::protobuf::gpsd::TimePositionVelocity Class Reference

#include <goby/middleware/protobuf/gpsd.pb.h>

Inheritance diagram for goby::middleware::protobuf::gpsd::TimePositionVelocity:
google::protobuf::Message google::protobuf::MessageLite

Public Types

typedef TimePositionVelocity_Mode Mode
 
typedef boost::units::time_dimension time_dimension
 
typedef boost::units::unit< time_dimension, boost::units::si::system > time_unit
 
typedef boost::units::length_dimension altitude_dimension
 
typedef boost::units::unit< altitude_dimension, boost::units::si::system > altitude_unit
 
typedef boost::units::plane_angle_dimension track_dimension
 
typedef boost::units::unit< track_dimension, boost::units::degree::system > track_unit
 
typedef boost::mpl::divides< boost::units::length_dimension, boost::units::time_dimension >::type speed_dimension
 
typedef boost::units::unit< speed_dimension, boost::units::si::system > speed_unit
 
typedef boost::mpl::divides< boost::units::length_dimension, boost::units::time_dimension >::type climb_dimension
 
typedef boost::units::unit< climb_dimension, boost::units::si::system > climb_unit
 
typedef boost::mpl::divides< boost::units::length_dimension, boost::units::time_dimension >::type epc_dimension
 
typedef boost::units::unit< epc_dimension, boost::units::si::system > epc_unit
 
typedef boost::units::plane_angle_dimension epd_dimension
 
typedef boost::units::unit< epd_dimension, boost::units::degree::system > epd_unit
 
typedef boost::mpl::divides< boost::units::length_dimension, boost::units::time_dimension >::type eps_dimension
 
typedef boost::units::unit< eps_dimension, boost::units::si::system > eps_unit
 
typedef boost::units::time_dimension ept_dimension
 
typedef boost::units::unit< ept_dimension, boost::units::si::system > ept_unit
 
typedef boost::units::length_dimension epv_dimension
 
typedef boost::units::unit< epv_dimension, boost::units::si::system > epv_unit
 
typedef boost::units::length_dimension epx_dimension
 
typedef boost::units::unit< epx_dimension, boost::units::si::system > epx_unit
 
typedef boost::units::length_dimension epy_dimension
 
typedef boost::units::unit< epy_dimension, boost::units::si::system > epy_unit
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 TimePositionVelocity ()
 
virtual ~TimePositionVelocity ()
 
 TimePositionVelocity (const TimePositionVelocity &from)
 
TimePositionVelocityoperator= (const TimePositionVelocity &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TimePositionVelocity *other)
 
TimePositionVelocityNew () const final
 
TimePositionVelocityNew (::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 TimePositionVelocity &from)
 
void MergeFrom (const TimePositionVelocity &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_device () const
 
void clear_device ()
 
const ::std::string & device () const
 
void set_device (const ::std::string &value)
 
void set_device (const char *value)
 
void set_device (const char *value, size_t size)
 
::std::string * mutable_device ()
 
::std::string * release_device ()
 
void set_allocated_device (::std::string *device)
 
bool has_location () const
 
void clear_location ()
 
const ::goby::middleware::protobuf::LatLonPointlocation () const
 
::goby::middleware::protobuf::LatLonPointrelease_location ()
 
::goby::middleware::protobuf::LatLonPointmutable_location ()
 
void set_allocated_location (::goby::middleware::protobuf::LatLonPoint *location)
 
bool has_time () const
 
void clear_time ()
 
double time () const
 
void set_time (double value)
 
bool has_altitude () const
 
void clear_altitude ()
 
double altitude () const
 
void set_altitude (double value)
 
bool has_track () const
 
void clear_track ()
 
double track () const
 
void set_track (double value)
 
bool has_speed () const
 
void clear_speed ()
 
double speed () const
 
void set_speed (double value)
 
bool has_climb () const
 
void clear_climb ()
 
double climb () const
 
void set_climb (double value)
 
bool has_epc () const
 
void clear_epc ()
 
double epc () const
 
void set_epc (double value)
 
bool has_epd () const
 
void clear_epd ()
 
double epd () const
 
void set_epd (double value)
 
bool has_eps () const
 
void clear_eps ()
 
double eps () const
 
void set_eps (double value)
 
bool has_ept () const
 
void clear_ept ()
 
double ept () const
 
void set_ept (double value)
 
bool has_epv () const
 
void clear_epv ()
 
double epv () const
 
void set_epv (double value)
 
bool has_epx () const
 
void clear_epx ()
 
double epx () const
 
void set_epx (double value)
 
bool has_epy () const
 
void clear_epy ()
 
double epy () const
 
void set_epy (double value)
 
bool has_mode () const
 
void clear_mode ()
 
::goby::middleware::protobuf::gpsd::TimePositionVelocity_Mode mode () const
 
void set_mode (::goby::middleware::protobuf::gpsd::TimePositionVelocity_Mode value)
 
template<typename Quantity >
void set_time_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity time_with_units () const
 
boost::units::quantity< time_unit, doubletime_with_units () const
 
template<typename Quantity >
void set_altitude_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity altitude_with_units () const
 
boost::units::quantity< altitude_unit, doublealtitude_with_units () const
 
template<typename Quantity >
void set_track_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity track_with_units () const
 
boost::units::quantity< track_unit, doubletrack_with_units () const
 
template<typename Quantity >
void set_speed_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity speed_with_units () const
 
boost::units::quantity< speed_unit, doublespeed_with_units () const
 
template<typename Quantity >
void set_climb_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity climb_with_units () const
 
boost::units::quantity< climb_unit, doubleclimb_with_units () const
 
template<typename Quantity >
void set_epc_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity epc_with_units () const
 
boost::units::quantity< epc_unit, doubleepc_with_units () const
 
template<typename Quantity >
void set_epd_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity epd_with_units () const
 
boost::units::quantity< epd_unit, doubleepd_with_units () const
 
template<typename Quantity >
void set_eps_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity eps_with_units () const
 
boost::units::quantity< eps_unit, doubleeps_with_units () const
 
template<typename Quantity >
void set_ept_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity ept_with_units () const
 
boost::units::quantity< ept_unit, doubleept_with_units () const
 
template<typename Quantity >
void set_epv_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity epv_with_units () const
 
boost::units::quantity< epv_unit, doubleepv_with_units () const
 
template<typename Quantity >
void set_epx_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity epx_with_units () const
 
boost::units::quantity< epx_unit, doubleepx_with_units () const
 
template<typename Quantity >
void set_epy_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity epy_with_units () const
 
boost::units::quantity< epy_unit, doubleepy_with_units () const
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const TimePositionVelocitydefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const TimePositionVelocityinternal_default_instance ()
 
static bool Mode_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * Mode_descriptor ()
 
static const ::std::string & Mode_Name (Mode value)
 
static bool Mode_Parse (const ::std::string &name, Mode *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const Mode ModeNotSeen
 
static const Mode ModeNoFix
 
static const Mode Mode2D
 
static const Mode Mode3D
 
static const Mode Mode_MIN
 
static const Mode Mode_MAX
 
static const int Mode_ARRAYSIZE
 
static const int kDeviceFieldNumber = 1
 
static const int kLocationFieldNumber = 4
 
static const int kTimeFieldNumber = 2
 
static const int kAltitudeFieldNumber = 5
 
static const int kTrackFieldNumber = 6
 
static const int kSpeedFieldNumber = 7
 
static const int kClimbFieldNumber = 8
 
static const int kEpcFieldNumber = 10
 
static const int kEpdFieldNumber = 11
 
static const int kEpsFieldNumber = 12
 
static const int kEptFieldNumber = 13
 
static const int kEpvFieldNumber = 14
 
static const int kEpxFieldNumber = 15
 
static const int kEpyFieldNumber = 16
 
static const int kModeFieldNumber = 3
 

Friends

struct ::protobuf_goby_2fmiddleware_2fprotobuf_2fgpsd_2eproto::TableStruct
 
void swap (TimePositionVelocity &a, TimePositionVelocity &b)
 

Additional Inherited Members

- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

Definition at line 846 of file gpsd.pb.h.

Member Typedef Documentation

◆ altitude_dimension

Definition at line 1101 of file gpsd.pb.h.

◆ altitude_unit

Definition at line 1105 of file gpsd.pb.h.

◆ climb_dimension

typedef boost::mpl::divides<boost::units::length_dimension,boost::units::time_dimension>::type goby::middleware::protobuf::gpsd::TimePositionVelocity::climb_dimension

Definition at line 1146 of file gpsd.pb.h.

◆ climb_unit

typedef boost::units::unit<climb_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::TimePositionVelocity::climb_unit

Definition at line 1150 of file gpsd.pb.h.

◆ epc_dimension

typedef boost::mpl::divides<boost::units::length_dimension,boost::units::time_dimension>::type goby::middleware::protobuf::gpsd::TimePositionVelocity::epc_dimension

Definition at line 1161 of file gpsd.pb.h.

◆ epc_unit

typedef boost::units::unit<epc_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::TimePositionVelocity::epc_unit

Definition at line 1165 of file gpsd.pb.h.

◆ epd_dimension

typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::TimePositionVelocity::epd_dimension

Definition at line 1176 of file gpsd.pb.h.

◆ epd_unit

typedef boost::units::unit<epd_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::TimePositionVelocity::epd_unit

Definition at line 1180 of file gpsd.pb.h.

◆ eps_dimension

typedef boost::mpl::divides<boost::units::length_dimension,boost::units::time_dimension>::type goby::middleware::protobuf::gpsd::TimePositionVelocity::eps_dimension

Definition at line 1191 of file gpsd.pb.h.

◆ eps_unit

typedef boost::units::unit<eps_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::TimePositionVelocity::eps_unit

Definition at line 1195 of file gpsd.pb.h.

◆ ept_dimension

Definition at line 1206 of file gpsd.pb.h.

◆ ept_unit

typedef boost::units::unit<ept_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::TimePositionVelocity::ept_unit

Definition at line 1210 of file gpsd.pb.h.

◆ epv_dimension

Definition at line 1221 of file gpsd.pb.h.

◆ epv_unit

typedef boost::units::unit<epv_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::TimePositionVelocity::epv_unit

Definition at line 1225 of file gpsd.pb.h.

◆ epx_dimension

Definition at line 1236 of file gpsd.pb.h.

◆ epx_unit

typedef boost::units::unit<epx_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::TimePositionVelocity::epx_unit

Definition at line 1240 of file gpsd.pb.h.

◆ epy_dimension

Definition at line 1251 of file gpsd.pb.h.

◆ epy_unit

typedef boost::units::unit<epy_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::TimePositionVelocity::epy_unit

Definition at line 1255 of file gpsd.pb.h.

◆ Mode

◆ speed_dimension

typedef boost::mpl::divides<boost::units::length_dimension,boost::units::time_dimension>::type goby::middleware::protobuf::gpsd::TimePositionVelocity::speed_dimension

Definition at line 1131 of file gpsd.pb.h.

◆ speed_unit

typedef boost::units::unit<speed_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::TimePositionVelocity::speed_unit

Definition at line 1135 of file gpsd.pb.h.

◆ time_dimension

Definition at line 1088 of file gpsd.pb.h.

◆ time_unit

typedef boost::units::unit<time_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::TimePositionVelocity::time_unit

Definition at line 1090 of file gpsd.pb.h.

◆ track_dimension

Definition at line 1116 of file gpsd.pb.h.

◆ track_unit

typedef boost::units::unit<track_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::TimePositionVelocity::track_unit

Definition at line 1120 of file gpsd.pb.h.

Constructor & Destructor Documentation

◆ TimePositionVelocity() [1/2]

goby::middleware::protobuf::gpsd::TimePositionVelocity::TimePositionVelocity ( )

◆ ~TimePositionVelocity()

virtual goby::middleware::protobuf::gpsd::TimePositionVelocity::~TimePositionVelocity ( )
virtual

◆ TimePositionVelocity() [2/2]

goby::middleware::protobuf::gpsd::TimePositionVelocity::TimePositionVelocity ( const TimePositionVelocity from)

Member Function Documentation

◆ altitude()

double goby::middleware::protobuf::gpsd::TimePositionVelocity::altitude ( ) const
inline

Definition at line 2289 of file gpsd.pb.h.

◆ altitude_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::TimePositionVelocity::altitude_with_units ( ) const
inline

Definition at line 1112 of file gpsd.pb.h.

◆ altitude_with_units() [2/2]

boost::units::quantity< altitude_unit,double > goby::middleware::protobuf::gpsd::TimePositionVelocity::altitude_with_units ( ) const
inline

Definition at line 1115 of file gpsd.pb.h.

◆ ByteSizeLong()

size_t goby::middleware::protobuf::gpsd::TimePositionVelocity::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_altitude()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::clear_altitude ( )
inline

Definition at line 2285 of file gpsd.pb.h.

◆ clear_climb()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::clear_climb ( )
inline

Definition at line 2357 of file gpsd.pb.h.

◆ clear_device()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::clear_device ( )
inline

Definition at line 2116 of file gpsd.pb.h.

◆ clear_epc()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::clear_epc ( )
inline

Definition at line 2381 of file gpsd.pb.h.

◆ clear_epd()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::clear_epd ( )
inline

Definition at line 2405 of file gpsd.pb.h.

◆ clear_eps()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::clear_eps ( )
inline

Definition at line 2429 of file gpsd.pb.h.

◆ clear_ept()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::clear_ept ( )
inline

Definition at line 2453 of file gpsd.pb.h.

◆ clear_epv()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::clear_epv ( )
inline

Definition at line 2477 of file gpsd.pb.h.

◆ clear_epx()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::clear_epx ( )
inline

Definition at line 2501 of file gpsd.pb.h.

◆ clear_epy()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::clear_epy ( )
inline

Definition at line 2525 of file gpsd.pb.h.

◆ clear_location()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::clear_location ( )

◆ clear_mode()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::clear_mode ( )
inline

Definition at line 2206 of file gpsd.pb.h.

◆ clear_speed()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::clear_speed ( )
inline

Definition at line 2333 of file gpsd.pb.h.

◆ clear_time()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::clear_time ( )
inline

Definition at line 2182 of file gpsd.pb.h.

◆ clear_track()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::clear_track ( )
inline

Definition at line 2309 of file gpsd.pb.h.

◆ climb()

double goby::middleware::protobuf::gpsd::TimePositionVelocity::climb ( ) const
inline

Definition at line 2361 of file gpsd.pb.h.

◆ climb_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::TimePositionVelocity::climb_with_units ( ) const
inline

Definition at line 1157 of file gpsd.pb.h.

◆ climb_with_units() [2/2]

boost::units::quantity< climb_unit,double > goby::middleware::protobuf::gpsd::TimePositionVelocity::climb_with_units ( ) const
inline

Definition at line 1160 of file gpsd.pb.h.

◆ CopyFrom() [1/2]

void goby::middleware::protobuf::gpsd::TimePositionVelocity::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::middleware::protobuf::gpsd::TimePositionVelocity::CopyFrom ( const TimePositionVelocity from)

◆ default_instance()

static const TimePositionVelocity& goby::middleware::protobuf::gpsd::TimePositionVelocity::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::middleware::protobuf::gpsd::TimePositionVelocity::descriptor ( )
static

◆ device()

const ::std::string & goby::middleware::protobuf::gpsd::TimePositionVelocity::device ( ) const
inline

Definition at line 2120 of file gpsd.pb.h.

◆ epc()

double goby::middleware::protobuf::gpsd::TimePositionVelocity::epc ( ) const
inline

Definition at line 2385 of file gpsd.pb.h.

◆ epc_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::TimePositionVelocity::epc_with_units ( ) const
inline

Definition at line 1172 of file gpsd.pb.h.

◆ epc_with_units() [2/2]

boost::units::quantity< epc_unit,double > goby::middleware::protobuf::gpsd::TimePositionVelocity::epc_with_units ( ) const
inline

Definition at line 1175 of file gpsd.pb.h.

◆ epd()

double goby::middleware::protobuf::gpsd::TimePositionVelocity::epd ( ) const
inline

Definition at line 2409 of file gpsd.pb.h.

◆ epd_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::TimePositionVelocity::epd_with_units ( ) const
inline

Definition at line 1187 of file gpsd.pb.h.

◆ epd_with_units() [2/2]

boost::units::quantity< epd_unit,double > goby::middleware::protobuf::gpsd::TimePositionVelocity::epd_with_units ( ) const
inline

Definition at line 1190 of file gpsd.pb.h.

◆ eps()

double goby::middleware::protobuf::gpsd::TimePositionVelocity::eps ( ) const
inline

Definition at line 2433 of file gpsd.pb.h.

◆ eps_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::TimePositionVelocity::eps_with_units ( ) const
inline

Definition at line 1202 of file gpsd.pb.h.

◆ eps_with_units() [2/2]

boost::units::quantity< eps_unit,double > goby::middleware::protobuf::gpsd::TimePositionVelocity::eps_with_units ( ) const
inline

Definition at line 1205 of file gpsd.pb.h.

◆ ept()

double goby::middleware::protobuf::gpsd::TimePositionVelocity::ept ( ) const
inline

Definition at line 2457 of file gpsd.pb.h.

◆ ept_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::TimePositionVelocity::ept_with_units ( ) const
inline

Definition at line 1217 of file gpsd.pb.h.

◆ ept_with_units() [2/2]

boost::units::quantity< ept_unit,double > goby::middleware::protobuf::gpsd::TimePositionVelocity::ept_with_units ( ) const
inline

Definition at line 1220 of file gpsd.pb.h.

◆ epv()

double goby::middleware::protobuf::gpsd::TimePositionVelocity::epv ( ) const
inline

Definition at line 2481 of file gpsd.pb.h.

◆ epv_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::TimePositionVelocity::epv_with_units ( ) const
inline

Definition at line 1232 of file gpsd.pb.h.

◆ epv_with_units() [2/2]

boost::units::quantity< epv_unit,double > goby::middleware::protobuf::gpsd::TimePositionVelocity::epv_with_units ( ) const
inline

Definition at line 1235 of file gpsd.pb.h.

◆ epx()

double goby::middleware::protobuf::gpsd::TimePositionVelocity::epx ( ) const
inline

Definition at line 2505 of file gpsd.pb.h.

◆ epx_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::TimePositionVelocity::epx_with_units ( ) const
inline

Definition at line 1247 of file gpsd.pb.h.

◆ epx_with_units() [2/2]

boost::units::quantity< epx_unit,double > goby::middleware::protobuf::gpsd::TimePositionVelocity::epx_with_units ( ) const
inline

Definition at line 1250 of file gpsd.pb.h.

◆ epy()

double goby::middleware::protobuf::gpsd::TimePositionVelocity::epy ( ) const
inline

Definition at line 2529 of file gpsd.pb.h.

◆ epy_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::TimePositionVelocity::epy_with_units ( ) const
inline

Definition at line 1262 of file gpsd.pb.h.

◆ epy_with_units() [2/2]

boost::units::quantity< epy_unit,double > goby::middleware::protobuf::gpsd::TimePositionVelocity::epy_with_units ( ) const
inline

Definition at line 1265 of file gpsd.pb.h.

◆ GetCachedSize()

int goby::middleware::protobuf::gpsd::TimePositionVelocity::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 918 of file gpsd.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::middleware::protobuf::gpsd::TimePositionVelocity::GetMetadata ( ) const
finalvirtual

◆ has_altitude()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::has_altitude ( ) const
inline

Definition at line 2276 of file gpsd.pb.h.

◆ has_climb()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::has_climb ( ) const
inline

Definition at line 2348 of file gpsd.pb.h.

◆ has_device()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::has_device ( ) const
inline

Definition at line 2107 of file gpsd.pb.h.

◆ has_epc()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::has_epc ( ) const
inline

Definition at line 2372 of file gpsd.pb.h.

◆ has_epd()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::has_epd ( ) const
inline

Definition at line 2396 of file gpsd.pb.h.

◆ has_eps()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::has_eps ( ) const
inline

Definition at line 2420 of file gpsd.pb.h.

◆ has_ept()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::has_ept ( ) const
inline

Definition at line 2444 of file gpsd.pb.h.

◆ has_epv()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::has_epv ( ) const
inline

Definition at line 2468 of file gpsd.pb.h.

◆ has_epx()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::has_epx ( ) const
inline

Definition at line 2492 of file gpsd.pb.h.

◆ has_epy()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::has_epy ( ) const
inline

Definition at line 2516 of file gpsd.pb.h.

◆ has_location()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::has_location ( ) const
inline

Definition at line 2222 of file gpsd.pb.h.

◆ has_mode()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::has_mode ( ) const
inline

Definition at line 2197 of file gpsd.pb.h.

◆ has_speed()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::has_speed ( ) const
inline

Definition at line 2324 of file gpsd.pb.h.

◆ has_time()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::has_time ( ) const
inline

Definition at line 2173 of file gpsd.pb.h.

◆ has_track()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::has_track ( ) const
inline

Definition at line 2300 of file gpsd.pb.h.

◆ InitAsDefaultInstance()

static void goby::middleware::protobuf::gpsd::TimePositionVelocity::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const TimePositionVelocity* goby::middleware::protobuf::gpsd::TimePositionVelocity::internal_default_instance ( )
inlinestatic

Definition at line 883 of file gpsd.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::middleware::protobuf::gpsd::TimePositionVelocity::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ location()

const ::goby::middleware::protobuf::LatLonPoint & goby::middleware::protobuf::gpsd::TimePositionVelocity::location ( ) const
inline

Definition at line 2234 of file gpsd.pb.h.

◆ MergeFrom() [1/2]

void goby::middleware::protobuf::gpsd::TimePositionVelocity::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::middleware::protobuf::gpsd::TimePositionVelocity::MergeFrom ( const TimePositionVelocity from)

◆ MergePartialFromCodedStream()

bool goby::middleware::protobuf::gpsd::TimePositionVelocity::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mode()

goby::middleware::protobuf::gpsd::TimePositionVelocity_Mode goby::middleware::protobuf::gpsd::TimePositionVelocity::mode ( ) const
inline

Definition at line 2210 of file gpsd.pb.h.

◆ Mode_descriptor()

static const ::google::protobuf::EnumDescriptor* goby::middleware::protobuf::gpsd::TimePositionVelocity::Mode_descriptor ( )
inlinestatic

Definition at line 957 of file gpsd.pb.h.

◆ Mode_IsValid()

static bool goby::middleware::protobuf::gpsd::TimePositionVelocity::Mode_IsValid ( int  value)
inlinestatic

Definition at line 947 of file gpsd.pb.h.

◆ Mode_Name()

static const ::std::string& goby::middleware::protobuf::gpsd::TimePositionVelocity::Mode_Name ( Mode  value)
inlinestatic

Definition at line 960 of file gpsd.pb.h.

◆ Mode_Parse()

static bool goby::middleware::protobuf::gpsd::TimePositionVelocity::Mode_Parse ( const ::std::string &  name,
Mode value 
)
inlinestatic

Definition at line 963 of file gpsd.pb.h.

◆ mutable_device()

std::string * goby::middleware::protobuf::gpsd::TimePositionVelocity::mutable_device ( )
inline

Definition at line 2149 of file gpsd.pb.h.

◆ mutable_location()

goby::middleware::protobuf::LatLonPoint * goby::middleware::protobuf::gpsd::TimePositionVelocity::mutable_location ( )
inline

Definition at line 2247 of file gpsd.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::middleware::protobuf::gpsd::TimePositionVelocity::mutable_unknown_fields ( )
inline

Definition at line 875 of file gpsd.pb.h.

◆ New() [1/2]

TimePositionVelocity* goby::middleware::protobuf::gpsd::TimePositionVelocity::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 897 of file gpsd.pb.h.

◆ New() [2/2]

TimePositionVelocity* goby::middleware::protobuf::gpsd::TimePositionVelocity::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 901 of file gpsd.pb.h.

◆ operator=()

TimePositionVelocity& goby::middleware::protobuf::gpsd::TimePositionVelocity::operator= ( const TimePositionVelocity from)
inline

Definition at line 853 of file gpsd.pb.h.

◆ release_device()

std::string * goby::middleware::protobuf::gpsd::TimePositionVelocity::release_device ( )
inline

Definition at line 2154 of file gpsd.pb.h.

◆ release_location()

goby::middleware::protobuf::LatLonPoint * goby::middleware::protobuf::gpsd::TimePositionVelocity::release_location ( )
inline

Definition at line 2240 of file gpsd.pb.h.

◆ SerializeWithCachedSizes()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_device()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_allocated_device ( ::std::string *  device)
inline

Definition at line 2162 of file gpsd.pb.h.

◆ set_allocated_location()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_allocated_location ( ::goby::middleware::protobuf::LatLonPoint location)
inline

Definition at line 2256 of file gpsd.pb.h.

◆ set_altitude()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_altitude ( double  value)
inline

Definition at line 2293 of file gpsd.pb.h.

◆ set_altitude_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_altitude_with_units ( Quantity  value_w_units)
inline

Definition at line 1108 of file gpsd.pb.h.

◆ set_climb()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_climb ( double  value)
inline

Definition at line 2365 of file gpsd.pb.h.

◆ set_climb_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_climb_with_units ( Quantity  value_w_units)
inline

Definition at line 1153 of file gpsd.pb.h.

◆ set_device() [1/3]

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_device ( const ::std::string &  value)
inline

Definition at line 2124 of file gpsd.pb.h.

◆ set_device() [2/3]

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_device ( const char value)
inline

Definition at line 2137 of file gpsd.pb.h.

◆ set_device() [3/3]

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_device ( const char value,
size_t  size 
)
inline

Definition at line 2143 of file gpsd.pb.h.

◆ set_epc()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_epc ( double  value)
inline

Definition at line 2389 of file gpsd.pb.h.

◆ set_epc_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_epc_with_units ( Quantity  value_w_units)
inline

Definition at line 1168 of file gpsd.pb.h.

◆ set_epd()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_epd ( double  value)
inline

Definition at line 2413 of file gpsd.pb.h.

◆ set_epd_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_epd_with_units ( Quantity  value_w_units)
inline

Definition at line 1183 of file gpsd.pb.h.

◆ set_eps()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_eps ( double  value)
inline

Definition at line 2437 of file gpsd.pb.h.

◆ set_eps_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_eps_with_units ( Quantity  value_w_units)
inline

Definition at line 1198 of file gpsd.pb.h.

◆ set_ept()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_ept ( double  value)
inline

Definition at line 2461 of file gpsd.pb.h.

◆ set_ept_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_ept_with_units ( Quantity  value_w_units)
inline

Definition at line 1213 of file gpsd.pb.h.

◆ set_epv()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_epv ( double  value)
inline

Definition at line 2485 of file gpsd.pb.h.

◆ set_epv_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_epv_with_units ( Quantity  value_w_units)
inline

Definition at line 1228 of file gpsd.pb.h.

◆ set_epx()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_epx ( double  value)
inline

Definition at line 2509 of file gpsd.pb.h.

◆ set_epx_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_epx_with_units ( Quantity  value_w_units)
inline

Definition at line 1243 of file gpsd.pb.h.

◆ set_epy()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_epy ( double  value)
inline

Definition at line 2533 of file gpsd.pb.h.

◆ set_epy_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_epy_with_units ( Quantity  value_w_units)
inline

Definition at line 1258 of file gpsd.pb.h.

◆ set_mode()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_mode ( ::goby::middleware::protobuf::gpsd::TimePositionVelocity_Mode  value)
inline

Definition at line 2214 of file gpsd.pb.h.

◆ set_speed()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_speed ( double  value)
inline

Definition at line 2341 of file gpsd.pb.h.

◆ set_speed_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_speed_with_units ( Quantity  value_w_units)
inline

Definition at line 1138 of file gpsd.pb.h.

◆ set_time()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_time ( double  value)
inline

Definition at line 2190 of file gpsd.pb.h.

◆ set_time_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_time_with_units ( Quantity  value_w_units)
inline

Definition at line 1093 of file gpsd.pb.h.

◆ set_track()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_track ( double  value)
inline

Definition at line 2317 of file gpsd.pb.h.

◆ set_track_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::TimePositionVelocity::set_track_with_units ( Quantity  value_w_units)
inline

Definition at line 1123 of file gpsd.pb.h.

◆ speed()

double goby::middleware::protobuf::gpsd::TimePositionVelocity::speed ( ) const
inline

Definition at line 2337 of file gpsd.pb.h.

◆ speed_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::TimePositionVelocity::speed_with_units ( ) const
inline

Definition at line 1142 of file gpsd.pb.h.

◆ speed_with_units() [2/2]

boost::units::quantity< speed_unit,double > goby::middleware::protobuf::gpsd::TimePositionVelocity::speed_with_units ( ) const
inline

Definition at line 1145 of file gpsd.pb.h.

◆ Swap()

void goby::middleware::protobuf::gpsd::TimePositionVelocity::Swap ( TimePositionVelocity other)

◆ time()

double goby::middleware::protobuf::gpsd::TimePositionVelocity::time ( ) const
inline

Definition at line 2186 of file gpsd.pb.h.

◆ time_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::TimePositionVelocity::time_with_units ( ) const
inline

Definition at line 1097 of file gpsd.pb.h.

◆ time_with_units() [2/2]

boost::units::quantity< time_unit,double > goby::middleware::protobuf::gpsd::TimePositionVelocity::time_with_units ( ) const
inline

Definition at line 1100 of file gpsd.pb.h.

◆ track()

double goby::middleware::protobuf::gpsd::TimePositionVelocity::track ( ) const
inline

Definition at line 2313 of file gpsd.pb.h.

◆ track_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::TimePositionVelocity::track_with_units ( ) const
inline

Definition at line 1127 of file gpsd.pb.h.

◆ track_with_units() [2/2]

boost::units::quantity< track_unit,double > goby::middleware::protobuf::gpsd::TimePositionVelocity::track_with_units ( ) const
inline

Definition at line 1130 of file gpsd.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::middleware::protobuf::gpsd::TimePositionVelocity::unknown_fields ( ) const
inline

Definition at line 872 of file gpsd.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fmiddleware_2fprotobuf_2fgpsd_2eproto::TableStruct

◆ swap

void swap ( TimePositionVelocity a,
TimePositionVelocity b 
)
friend

Definition at line 891 of file gpsd.pb.h.

Member Data Documentation

◆ kAltitudeFieldNumber

const int goby::middleware::protobuf::gpsd::TimePositionVelocity::kAltitudeFieldNumber = 5
static

Definition at line 1007 of file gpsd.pb.h.

◆ kClimbFieldNumber

const int goby::middleware::protobuf::gpsd::TimePositionVelocity::kClimbFieldNumber = 8
static

Definition at line 1028 of file gpsd.pb.h.

◆ kDeviceFieldNumber

const int goby::middleware::protobuf::gpsd::TimePositionVelocity::kDeviceFieldNumber = 1
static

Definition at line 973 of file gpsd.pb.h.

◆ kEpcFieldNumber

const int goby::middleware::protobuf::gpsd::TimePositionVelocity::kEpcFieldNumber = 10
static

Definition at line 1035 of file gpsd.pb.h.

◆ kEpdFieldNumber

const int goby::middleware::protobuf::gpsd::TimePositionVelocity::kEpdFieldNumber = 11
static

Definition at line 1042 of file gpsd.pb.h.

◆ kEpsFieldNumber

const int goby::middleware::protobuf::gpsd::TimePositionVelocity::kEpsFieldNumber = 12
static

Definition at line 1049 of file gpsd.pb.h.

◆ kEptFieldNumber

const int goby::middleware::protobuf::gpsd::TimePositionVelocity::kEptFieldNumber = 13
static

Definition at line 1056 of file gpsd.pb.h.

◆ kEpvFieldNumber

const int goby::middleware::protobuf::gpsd::TimePositionVelocity::kEpvFieldNumber = 14
static

Definition at line 1063 of file gpsd.pb.h.

◆ kEpxFieldNumber

const int goby::middleware::protobuf::gpsd::TimePositionVelocity::kEpxFieldNumber = 15
static

Definition at line 1070 of file gpsd.pb.h.

◆ kEpyFieldNumber

const int goby::middleware::protobuf::gpsd::TimePositionVelocity::kEpyFieldNumber = 16
static

Definition at line 1077 of file gpsd.pb.h.

◆ kIndexInFileMessages

constexpr int goby::middleware::protobuf::gpsd::TimePositionVelocity::kIndexInFileMessages
staticconstexpr
Initial value:
=
3

Definition at line 887 of file gpsd.pb.h.

◆ kLocationFieldNumber

const int goby::middleware::protobuf::gpsd::TimePositionVelocity::kLocationFieldNumber = 4
static

Definition at line 988 of file gpsd.pb.h.

◆ kModeFieldNumber

const int goby::middleware::protobuf::gpsd::TimePositionVelocity::kModeFieldNumber = 3
static

Definition at line 1084 of file gpsd.pb.h.

◆ kSpeedFieldNumber

const int goby::middleware::protobuf::gpsd::TimePositionVelocity::kSpeedFieldNumber = 7
static

Definition at line 1021 of file gpsd.pb.h.

◆ kTimeFieldNumber

const int goby::middleware::protobuf::gpsd::TimePositionVelocity::kTimeFieldNumber = 2
static

Definition at line 1000 of file gpsd.pb.h.

◆ kTrackFieldNumber

const int goby::middleware::protobuf::gpsd::TimePositionVelocity::kTrackFieldNumber = 6
static

Definition at line 1014 of file gpsd.pb.h.

◆ Mode2D

const Mode goby::middleware::protobuf::gpsd::TimePositionVelocity::Mode2D
static
Initial value:

Definition at line 943 of file gpsd.pb.h.

◆ Mode3D

const Mode goby::middleware::protobuf::gpsd::TimePositionVelocity::Mode3D
static
Initial value:

Definition at line 945 of file gpsd.pb.h.

◆ Mode_ARRAYSIZE

const int goby::middleware::protobuf::gpsd::TimePositionVelocity::Mode_ARRAYSIZE
static
Initial value:

Definition at line 954 of file gpsd.pb.h.

◆ Mode_MAX

const Mode goby::middleware::protobuf::gpsd::TimePositionVelocity::Mode_MAX
static
Initial value:

Definition at line 952 of file gpsd.pb.h.

◆ Mode_MIN

const Mode goby::middleware::protobuf::gpsd::TimePositionVelocity::Mode_MIN
static
Initial value:

Definition at line 950 of file gpsd.pb.h.

◆ ModeNoFix

const Mode goby::middleware::protobuf::gpsd::TimePositionVelocity::ModeNoFix
static
Initial value:

Definition at line 941 of file gpsd.pb.h.

◆ ModeNotSeen

const Mode goby::middleware::protobuf::gpsd::TimePositionVelocity::ModeNotSeen
static
Initial value:

Definition at line 939 of file gpsd.pb.h.


The documentation for this class was generated from the following file:
goby::middleware::protobuf::gpsd::TimePositionVelocity_Mode_Mode3D
@ TimePositionVelocity_Mode_Mode3D
Definition: gpsd.pb.h:96
goby::middleware::protobuf::gpsd::TimePositionVelocity_Mode_Mode_MIN
const TimePositionVelocity_Mode TimePositionVelocity_Mode_Mode_MIN
Definition: gpsd.pb.h:99
goby::middleware::protobuf::gpsd::TimePositionVelocity_Mode_Mode_ARRAYSIZE
const int TimePositionVelocity_Mode_Mode_ARRAYSIZE
Definition: gpsd.pb.h:101
goby::middleware::protobuf::gpsd::TimePositionVelocity_Mode_ModeNoFix
@ TimePositionVelocity_Mode_ModeNoFix
Definition: gpsd.pb.h:94
goby::middleware::protobuf::gpsd::TimePositionVelocity_Mode_ModeNotSeen
@ TimePositionVelocity_Mode_ModeNotSeen
Definition: gpsd.pb.h:93
goby::middleware::protobuf::gpsd::TimePositionVelocity_Mode_Mode_MAX
const TimePositionVelocity_Mode TimePositionVelocity_Mode_Mode_MAX
Definition: gpsd.pb.h:100
goby::middleware::protobuf::gpsd::TimePositionVelocity_Mode_Mode2D
@ TimePositionVelocity_Mode_Mode2D
Definition: gpsd.pb.h:95