Goby3  3.1.5
2024.05.14
goby::middleware::protobuf::gpsd::PROTOBUF_FINAL Class Reference

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

Inheritance diagram for goby::middleware::protobuf::gpsd::PROTOBUF_FINAL:

Public Types

enum  : int {
  kAzFieldNumber = 2 , kElFieldNumber = 3 , kPrnFieldNumber = 1 , kUsedFieldNumber = 5 ,
  kSsFieldNumber = 4 , kGnssidFieldNumber = 6 , kSvidFieldNumber = 7 , kSigidFieldNumber = 8 ,
  kFreqidFieldNumber = 9 , kHealthFieldNumber = 10
}
 
enum  : int {
  kSatelliteFieldNumber = 12 , kDeviceFieldNumber = 1 , kTimeFieldNumber = 2 , kGdopFieldNumber = 3 ,
  kHdopFieldNumber = 4 , kPdopFieldNumber = 5 , kTdopFieldNumber = 6 , kVdopFieldNumber = 7 ,
  kXdopFieldNumber = 8 , kYdopFieldNumber = 9 , kNsatFieldNumber = 10 , kUsatFieldNumber = 11
}
 
enum  : int {
  kDeviceFieldNumber = 1 , kTimeFieldNumber = 2 , kHeadingFieldNumber = 3 , kPitchFieldNumber = 4 ,
  kYawFieldNumber = 5 , kRollFieldNumber = 6
}
 
enum  : int {
  kDeviceFieldNumber = 1 , kLocationFieldNumber = 4 , kTimeFieldNumber = 2 , kAltitudeFieldNumber = 5 ,
  kTrackFieldNumber = 6 , kSpeedFieldNumber = 7 , kClimbFieldNumber = 8 , kEpcFieldNumber = 10 ,
  kEpdFieldNumber = 11 , kEpsFieldNumber = 12 , kEptFieldNumber = 13 , kEpvFieldNumber = 14 ,
  kEpxFieldNumber = 15 , kEpyFieldNumber = 16 , kModeFieldNumber = 3
}
 
typedef boost::units::plane_angle_dimension az_dimension
 
typedef boost::units::unit< az_dimension, boost::units::degree::system > az_unit
 
typedef boost::units::plane_angle_dimension el_dimension
 
typedef boost::units::unit< el_dimension, boost::units::degree::system > el_unit
 
typedef boost::units::time_dimension time_dimension
 
typedef boost::units::unit< time_dimension, boost::units::si::system > time_unit
 
typedef boost::units::time_dimension time_dimension
 
typedef boost::units::unit< time_dimension, boost::units::si::system > time_unit
 
typedef boost::units::plane_angle_dimension heading_dimension
 
typedef boost::units::unit< heading_dimension, boost::units::degree::system > heading_unit
 
typedef boost::units::plane_angle_dimension pitch_dimension
 
typedef boost::units::unit< pitch_dimension, boost::units::degree::system > pitch_unit
 
typedef boost::units::plane_angle_dimension yaw_dimension
 
typedef boost::units::unit< yaw_dimension, boost::units::degree::system > yaw_unit
 
typedef boost::units::plane_angle_dimension roll_dimension
 
typedef boost::units::unit< roll_dimension, boost::units::degree::system > roll_unit
 
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 Member Functions

 Satellite ()
 
virtual ~Satellite ()
 
 Satellite (const Satellite &from)
 
 Satellite (Satellite &&from) noexcept
 
Satelliteoperator= (const Satellite &from)
 
Satelliteoperator= (Satellite &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Satellite *other)
 
void UnsafeArenaSwap (Satellite *other)
 
SatelliteNew () const final
 
SatelliteNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const Satellite &from)
 
void MergeFrom (const Satellite &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_az () const
 
void clear_az ()
 
double az () const
 
void set_az (double value)
 
bool has_el () const
 
void clear_el ()
 
double el () const
 
void set_el (double value)
 
bool has_prn () const
 
void clear_prn ()
 
::PROTOBUF_NAMESPACE_ID::int32 prn () const
 
void set_prn (::PROTOBUF_NAMESPACE_ID::int32 value)
 
bool has_used () const
 
void clear_used ()
 
bool used () const
 
void set_used (bool value)
 
bool has_ss () const
 
void clear_ss ()
 
double ss () const
 
void set_ss (double value)
 
bool has_gnssid () const
 
void clear_gnssid ()
 
::PROTOBUF_NAMESPACE_ID::int32 gnssid () const
 
void set_gnssid (::PROTOBUF_NAMESPACE_ID::int32 value)
 
bool has_svid () const
 
void clear_svid ()
 
::PROTOBUF_NAMESPACE_ID::int32 svid () const
 
void set_svid (::PROTOBUF_NAMESPACE_ID::int32 value)
 
bool has_sigid () const
 
void clear_sigid ()
 
::PROTOBUF_NAMESPACE_ID::int32 sigid () const
 
void set_sigid (::PROTOBUF_NAMESPACE_ID::int32 value)
 
bool has_freqid () const
 
void clear_freqid ()
 
::PROTOBUF_NAMESPACE_ID::int32 freqid () const
 
void set_freqid (::PROTOBUF_NAMESPACE_ID::int32 value)
 
bool has_health () const
 
void clear_health ()
 
::PROTOBUF_NAMESPACE_ID::int32 health () const
 
void set_health (::PROTOBUF_NAMESPACE_ID::int32 value)
 
template<typename Quantity >
void set_az_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity az_with_units () const
 
boost::units::quantity< az_unit, double > az_with_units () const
 
template<typename Quantity >
void set_el_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity el_with_units () const
 
boost::units::quantity< el_unit, double > el_with_units () const
 
 SkyView ()
 
virtual ~SkyView ()
 
 SkyView (const SkyView &from)
 
 SkyView (SkyView &&from) noexcept
 
SkyViewoperator= (const SkyView &from)
 
SkyViewoperator= (SkyView &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SkyView *other)
 
void UnsafeArenaSwap (SkyView *other)
 
SkyViewNew () const final
 
SkyViewNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const SkyView &from)
 
void MergeFrom (const SkyView &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
int satellite_size () const
 
void clear_satellite ()
 
::goby::middleware::protobuf::gpsd::Satellite * mutable_satellite (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::middleware::protobuf::gpsd::Satellite > * mutable_satellite ()
 
const ::goby::middleware::protobuf::gpsd::Satellite & satellite (int index) const
 
::goby::middleware::protobuf::gpsd::Satellite * add_satellite ()
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::middleware::protobuf::gpsd::Satellite > & satellite () const
 
bool has_device () const
 
void clear_device ()
 
const std::string & device () const
 
void set_device (const std::string &value)
 
void set_device (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_time () const
 
void clear_time ()
 
double time () const
 
void set_time (double value)
 
bool has_gdop () const
 
void clear_gdop ()
 
double gdop () const
 
void set_gdop (double value)
 
bool has_hdop () const
 
void clear_hdop ()
 
double hdop () const
 
void set_hdop (double value)
 
bool has_pdop () const
 
void clear_pdop ()
 
double pdop () const
 
void set_pdop (double value)
 
bool has_tdop () const
 
void clear_tdop ()
 
double tdop () const
 
void set_tdop (double value)
 
bool has_vdop () const
 
void clear_vdop ()
 
double vdop () const
 
void set_vdop (double value)
 
bool has_xdop () const
 
void clear_xdop ()
 
double xdop () const
 
void set_xdop (double value)
 
bool has_ydop () const
 
void clear_ydop ()
 
double ydop () const
 
void set_ydop (double value)
 
bool has_nsat () const
 
void clear_nsat ()
 
double nsat () const
 
void set_nsat (double value)
 
bool has_usat () const
 
void clear_usat ()
 
double usat () const
 
void set_usat (double 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, double > time_with_units () const
 
 Attitude ()
 
virtual ~Attitude ()
 
 Attitude (const Attitude &from)
 
 Attitude (Attitude &&from) noexcept
 
Attitudeoperator= (const Attitude &from)
 
Attitudeoperator= (Attitude &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Attitude *other)
 
void UnsafeArenaSwap (Attitude *other)
 
AttitudeNew () const final
 
AttitudeNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const Attitude &from)
 
void MergeFrom (const Attitude &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::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 (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_time () const
 
void clear_time ()
 
double time () const
 
void set_time (double value)
 
bool has_heading () const
 
void clear_heading ()
 
double heading () const
 
void set_heading (double value)
 
bool has_pitch () const
 
void clear_pitch ()
 
double pitch () const
 
void set_pitch (double value)
 
bool has_yaw () const
 
void clear_yaw ()
 
double yaw () const
 
void set_yaw (double value)
 
bool has_roll () const
 
void clear_roll ()
 
double roll () const
 
void set_roll (double 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, double > time_with_units () const
 
template<typename Quantity >
void set_heading_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity heading_with_units () const
 
boost::units::quantity< heading_unit, double > heading_with_units () const
 
template<typename Quantity >
void set_pitch_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity pitch_with_units () const
 
boost::units::quantity< pitch_unit, double > pitch_with_units () const
 
template<typename Quantity >
void set_yaw_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity yaw_with_units () const
 
boost::units::quantity< yaw_unit, double > yaw_with_units () const
 
template<typename Quantity >
void set_roll_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity roll_with_units () const
 
boost::units::quantity< roll_unit, double > roll_with_units () const
 
 TimePositionVelocity ()
 
virtual ~TimePositionVelocity ()
 
 TimePositionVelocity (const TimePositionVelocity &from)
 
 TimePositionVelocity (TimePositionVelocity &&from) noexcept
 
TimePositionVelocityoperator= (const TimePositionVelocity &from)
 
TimePositionVelocityoperator= (TimePositionVelocity &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TimePositionVelocity *other)
 
void UnsafeArenaSwap (TimePositionVelocity *other)
 
TimePositionVelocityNew () const final
 
TimePositionVelocityNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const TimePositionVelocity &from)
 
void MergeFrom (const TimePositionVelocity &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::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 (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::LatLonPoint & location () const
 
::goby::middleware::protobuf::LatLonPoint * release_location ()
 
::goby::middleware::protobuf::LatLonPoint * mutable_location ()
 
void set_allocated_location (::goby::middleware::protobuf::LatLonPoint *location)
 
void unsafe_arena_set_allocated_location (::goby::middleware::protobuf::LatLonPoint *location)
 
::goby::middleware::protobuf::LatLonPoint * unsafe_arena_release_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, double > time_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, double > altitude_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, double > track_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, double > speed_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, double > climb_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, double > epc_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, double > epd_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, double > eps_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, double > ept_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, double > epv_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, double > epx_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, double > epy_with_units () const
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const Satellitedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Satelliteinternal_default_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const SkyViewdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const SkyViewinternal_default_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const Attitudedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Attitudeinternal_default_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const TimePositionVelocitydefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const TimePositionVelocityinternal_default_instance ()
 
static bool Mode_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Mode_descriptor ()
 
template<typename T >
static const std::string & Mode_Name (T enum_t_value)
 
static bool Mode_Parse (const std::string &name, Mode *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static constexpr Mode ModeNotSeen
 
static constexpr Mode ModeNoFix
 
static constexpr Mode Mode2D
 
static constexpr Mode Mode3D
 
static constexpr Mode Mode_MIN
 
static constexpr Mode Mode_MAX
 
static constexpr int Mode_ARRAYSIZE
 

Protected Member Functions

 Satellite (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 SkyView (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 Attitude (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 TimePositionVelocity (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_goby_2fmiddleware_2fprotobuf_2fgpsd_2eproto
 
void swap (Satellite &a, Satellite &b)
 
void swap (SkyView &a, SkyView &b)
 
void swap (Attitude &a, Attitude &b)
 
void swap (TimePositionVelocity &a, TimePositionVelocity &b)
 

Detailed Description

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

Member Typedef Documentation

◆ altitude_dimension

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

◆ altitude_unit

typedef boost::units::unit<altitude_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::altitude_unit

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

◆ az_dimension

typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::az_dimension

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

◆ az_unit

typedef boost::units::unit<az_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::az_unit

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

◆ climb_dimension

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

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

◆ climb_unit

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

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

◆ el_dimension

typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::el_dimension

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

◆ el_unit

typedef boost::units::unit<el_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::el_unit

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

◆ epc_dimension

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

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

◆ epc_unit

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

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

◆ epd_dimension

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

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

◆ epd_unit

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

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

◆ eps_dimension

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

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

◆ eps_unit

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

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

◆ ept_dimension

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

◆ ept_unit

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

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

◆ epv_dimension

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

◆ epv_unit

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

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

◆ epx_dimension

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

◆ epx_unit

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

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

◆ epy_dimension

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

◆ epy_unit

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

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

◆ heading_dimension

typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::heading_dimension

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

◆ heading_unit

typedef boost::units::unit<heading_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::heading_unit

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

◆ Mode

◆ pitch_dimension

typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::pitch_dimension

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

◆ pitch_unit

typedef boost::units::unit<pitch_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::pitch_unit

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

◆ roll_dimension

typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::roll_dimension

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

◆ roll_unit

typedef boost::units::unit<roll_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::roll_unit

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

◆ speed_dimension

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

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

◆ speed_unit

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

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

◆ time_dimension [1/3]

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

◆ time_dimension [2/3]

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

◆ time_dimension [3/3]

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

◆ time_unit [1/3]

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

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

◆ time_unit [2/3]

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

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

◆ time_unit [3/3]

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

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

◆ track_dimension

typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::track_dimension

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

◆ track_unit

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

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

◆ yaw_dimension

typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::yaw_dimension

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

◆ yaw_unit

typedef boost::units::unit<yaw_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::yaw_unit

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kAzFieldNumber 
kElFieldNumber 
kPrnFieldNumber 
kUsedFieldNumber 
kSsFieldNumber 
kGnssidFieldNumber 
kSvidFieldNumber 
kSigidFieldNumber 
kFreqidFieldNumber 
kHealthFieldNumber 

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

◆ anonymous enum

anonymous enum : int
Enumerator
kSatelliteFieldNumber 
kDeviceFieldNumber 
kTimeFieldNumber 
kGdopFieldNumber 
kHdopFieldNumber 
kPdopFieldNumber 
kTdopFieldNumber 
kVdopFieldNumber 
kXdopFieldNumber 
kYdopFieldNumber 
kNsatFieldNumber 
kUsatFieldNumber 

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

◆ anonymous enum

anonymous enum : int
Enumerator
kDeviceFieldNumber 
kTimeFieldNumber 
kHeadingFieldNumber 
kPitchFieldNumber 
kYawFieldNumber 
kRollFieldNumber 

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

◆ anonymous enum

anonymous enum : int
Enumerator
kDeviceFieldNumber 
kLocationFieldNumber 
kTimeFieldNumber 
kAltitudeFieldNumber 
kTrackFieldNumber 
kSpeedFieldNumber 
kClimbFieldNumber 
kEpcFieldNumber 
kEpdFieldNumber 
kEpsFieldNumber 
kEptFieldNumber 
kEpvFieldNumber 
kEpxFieldNumber 
kEpyFieldNumber 
kModeFieldNumber 

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

Constructor & Destructor Documentation

◆ ~Satellite()

virtual goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::~Satellite ( )
virtual

◆ ~SkyView()

virtual goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::~SkyView ( )
virtual

◆ ~Attitude()

virtual goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::~Attitude ( )
virtual

◆ ~TimePositionVelocity()

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

Member Function Documentation

◆ _InternalParse() [1/4]

const char* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [2/4]

const char* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [3/4]

const char* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [4/4]

const char* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize() [1/4]

::PROTOBUF_NAMESPACE_ID::uint8* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ _InternalSerialize() [2/4]

::PROTOBUF_NAMESPACE_ID::uint8* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ _InternalSerialize() [3/4]

::PROTOBUF_NAMESPACE_ID::uint8* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ _InternalSerialize() [4/4]

::PROTOBUF_NAMESPACE_ID::uint8* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ add_satellite()

::goby::middleware::protobuf::gpsd::Satellite* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::add_satellite ( )

◆ altitude()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::altitude ( ) const

◆ altitude_with_units() [1/2]

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

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

◆ altitude_with_units() [2/2]

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

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

◆ Attitude() [1/4]

goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Attitude ( )
inline

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

◆ Attitude() [2/4]

goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Attitude ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ Attitude() [3/4]

goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Attitude ( Attitude &&  from)
inlinenoexcept

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

◆ Attitude() [4/4]

goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Attitude ( const Attitude &  from)

◆ az()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::az ( ) const

◆ az_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::az_with_units ( ) const
inline

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

◆ az_with_units() [2/2]

boost::units::quantity< az_unit,double > goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::az_with_units ( ) const
inline

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

◆ ByteSizeLong() [1/4]

size_t goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [2/4]

size_t goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [3/4]

size_t goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [4/4]

size_t goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::ByteSizeLong ( ) const
final

◆ Clear() [1/4]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Clear ( )
final

◆ Clear() [2/4]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Clear ( )
final

◆ Clear() [3/4]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Clear ( )
final

◆ Clear() [4/4]

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Clear ( )
final

◆ clear_altitude()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_altitude ( )

◆ clear_az()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_az ( )

◆ clear_climb()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_climb ( )

◆ clear_device() [1/3]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_device ( )

◆ clear_device() [2/3]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_device ( )

◆ clear_device() [3/3]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_device ( )

◆ clear_el()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_el ( )

◆ clear_epc()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_epc ( )

◆ clear_epd()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_epd ( )

◆ clear_eps()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_eps ( )

◆ clear_ept()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_ept ( )

◆ clear_epv()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_epv ( )

◆ clear_epx()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_epx ( )

◆ clear_epy()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_epy ( )

◆ clear_freqid()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_freqid ( )

◆ clear_gdop()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_gdop ( )

◆ clear_gnssid()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_gnssid ( )

◆ clear_hdop()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_hdop ( )

◆ clear_heading()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_heading ( )

◆ clear_health()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_health ( )

◆ clear_location()

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

◆ clear_mode()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_mode ( )

◆ clear_nsat()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_nsat ( )

◆ clear_pdop()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_pdop ( )

◆ clear_pitch()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_pitch ( )

◆ clear_prn()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_prn ( )

◆ clear_roll()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_roll ( )

◆ clear_satellite()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_satellite ( )

◆ clear_sigid()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_sigid ( )

◆ clear_speed()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_speed ( )

◆ clear_ss()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_ss ( )

◆ clear_svid()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_svid ( )

◆ clear_tdop()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_tdop ( )

◆ clear_time() [1/3]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_time ( )

◆ clear_time() [2/3]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_time ( )

◆ clear_time() [3/3]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_time ( )

◆ clear_track()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_track ( )

◆ clear_usat()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_usat ( )

◆ clear_used()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_used ( )

◆ clear_vdop()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_vdop ( )

◆ clear_xdop()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_xdop ( )

◆ clear_yaw()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_yaw ( )

◆ clear_ydop()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_ydop ( )

◆ climb()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::climb ( ) const

◆ climb_with_units() [1/2]

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

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

◆ climb_with_units() [2/2]

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

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

◆ CopyFrom() [1/8]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [2/8]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [3/8]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [4/8]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [5/8]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::CopyFrom ( const Attitude from)

◆ CopyFrom() [6/8]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::CopyFrom ( const Satellite from)

◆ CopyFrom() [7/8]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::CopyFrom ( const SkyView from)

◆ CopyFrom() [8/8]

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

◆ default_instance() [1/4]

static const Satellite& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::default_instance ( )
static

◆ default_instance() [2/4]

static const SkyView& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::default_instance ( )
static

◆ default_instance() [3/4]

static const Attitude& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::default_instance ( )
static

◆ default_instance() [4/4]

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

◆ descriptor() [1/4]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::descriptor ( )
inlinestatic

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

◆ descriptor() [2/4]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::descriptor ( )
inlinestatic

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

◆ descriptor() [3/4]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::descriptor ( )
inlinestatic

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

◆ descriptor() [4/4]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::descriptor ( )
inlinestatic

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

◆ device() [1/3]

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

◆ device() [2/3]

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

◆ device() [3/3]

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

◆ el()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::el ( ) const

◆ el_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::el_with_units ( ) const
inline

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

◆ el_with_units() [2/2]

boost::units::quantity< el_unit,double > goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::el_with_units ( ) const
inline

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

◆ epc()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epc ( ) const

◆ epc_with_units() [1/2]

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

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

◆ epc_with_units() [2/2]

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

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

◆ epd()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epd ( ) const

◆ epd_with_units() [1/2]

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

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

◆ epd_with_units() [2/2]

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

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

◆ eps()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::eps ( ) const

◆ eps_with_units() [1/2]

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

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

◆ eps_with_units() [2/2]

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

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

◆ ept()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::ept ( ) const

◆ ept_with_units() [1/2]

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

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

◆ ept_with_units() [2/2]

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

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

◆ epv()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epv ( ) const

◆ epv_with_units() [1/2]

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

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

◆ epv_with_units() [2/2]

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

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

◆ epx()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epx ( ) const

◆ epx_with_units() [1/2]

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

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

◆ epx_with_units() [2/2]

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

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

◆ epy()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epy ( ) const

◆ epy_with_units() [1/2]

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

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

◆ epy_with_units() [2/2]

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

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

◆ freqid()

::PROTOBUF_NAMESPACE_ID::int32 goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::freqid ( ) const

◆ gdop()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::gdop ( ) const

◆ GetCachedSize() [1/4]

int goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

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

◆ GetCachedSize() [2/4]

int goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

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

◆ GetCachedSize() [3/4]

int goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

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

◆ GetCachedSize() [4/4]

int goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::GetCachedSize ( ) const
inlinefinal

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

◆ GetDescriptor() [1/4]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

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

◆ GetDescriptor() [2/4]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

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

◆ GetDescriptor() [3/4]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

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

◆ GetDescriptor() [4/4]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata() [1/4]

::PROTOBUF_NAMESPACE_ID::Metadata goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetMetadata() [2/4]

::PROTOBUF_NAMESPACE_ID::Metadata goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetMetadata() [3/4]

::PROTOBUF_NAMESPACE_ID::Metadata goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetMetadata() [4/4]

::PROTOBUF_NAMESPACE_ID::Metadata goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::GetMetadata ( ) const
final

◆ GetReflection() [1/4]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

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

◆ GetReflection() [2/4]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

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

◆ GetReflection() [3/4]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

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

◆ GetReflection() [4/4]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::GetReflection ( )
inlinestatic

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

◆ gnssid()

::PROTOBUF_NAMESPACE_ID::int32 goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::gnssid ( ) const

◆ has_altitude()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_altitude ( ) const

◆ has_az()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_az ( ) const

◆ has_climb()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_climb ( ) const

◆ has_device() [1/3]

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_device ( ) const

◆ has_device() [2/3]

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_device ( ) const

◆ has_device() [3/3]

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_device ( ) const

◆ has_el()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_el ( ) const

◆ has_epc()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_epc ( ) const

◆ has_epd()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_epd ( ) const

◆ has_eps()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_eps ( ) const

◆ has_ept()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_ept ( ) const

◆ has_epv()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_epv ( ) const

◆ has_epx()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_epx ( ) const

◆ has_epy()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_epy ( ) const

◆ has_freqid()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_freqid ( ) const

◆ has_gdop()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_gdop ( ) const

◆ has_gnssid()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_gnssid ( ) const

◆ has_hdop()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_hdop ( ) const

◆ has_heading()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_heading ( ) const

◆ has_health()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_health ( ) const

◆ has_location()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_location ( ) const

◆ has_mode()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_mode ( ) const

◆ has_nsat()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_nsat ( ) const

◆ has_pdop()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_pdop ( ) const

◆ has_pitch()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_pitch ( ) const

◆ has_prn()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_prn ( ) const

◆ has_roll()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_roll ( ) const

◆ has_sigid()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_sigid ( ) const

◆ has_speed()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_speed ( ) const

◆ has_ss()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_ss ( ) const

◆ has_svid()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_svid ( ) const

◆ has_tdop()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_tdop ( ) const

◆ has_time() [1/3]

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_time ( ) const

◆ has_time() [2/3]

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_time ( ) const

◆ has_time() [3/3]

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_time ( ) const

◆ has_track()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_track ( ) const

◆ has_usat()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_usat ( ) const

◆ has_used()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_used ( ) const

◆ has_vdop()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_vdop ( ) const

◆ has_xdop()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_xdop ( ) const

◆ has_yaw()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_yaw ( ) const

◆ has_ydop()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_ydop ( ) const

◆ hdop()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::hdop ( ) const

◆ heading()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::heading ( ) const

◆ heading_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::heading_with_units ( ) const
inline

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

◆ heading_with_units() [2/2]

boost::units::quantity< heading_unit,double > goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::heading_with_units ( ) const
inline

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

◆ health()

::PROTOBUF_NAMESPACE_ID::int32 goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::health ( ) const

◆ InitAsDefaultInstance() [1/4]

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

◆ InitAsDefaultInstance() [2/4]

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

◆ InitAsDefaultInstance() [3/4]

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

◆ InitAsDefaultInstance() [4/4]

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

◆ internal_default_instance() [1/4]

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

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

◆ internal_default_instance() [2/4]

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

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

◆ internal_default_instance() [3/4]

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

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

◆ internal_default_instance() [4/4]

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

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

◆ IsInitialized() [1/4]

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ IsInitialized() [2/4]

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ IsInitialized() [3/4]

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ IsInitialized() [4/4]

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::IsInitialized ( ) const
final

◆ location()

const ::goby::middleware::protobuf::LatLonPoint& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::location ( ) const

◆ MergeFrom() [1/8]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [2/8]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [3/8]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [4/8]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [5/8]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::MergeFrom ( const Attitude from)

◆ MergeFrom() [6/8]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::MergeFrom ( const Satellite from)

◆ MergeFrom() [7/8]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::MergeFrom ( const SkyView from)

◆ MergeFrom() [8/8]

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

◆ mode()

::goby::middleware::protobuf::gpsd::TimePositionVelocity_Mode goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mode ( ) const

◆ Mode_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Mode_descriptor ( )
inlinestatic

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

◆ Mode_IsValid()

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

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

◆ Mode_Name()

template<typename T >
static const std::string& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Mode_Name ( enum_t_value)
inlinestatic

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

◆ Mode_Parse()

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

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

◆ mutable_device() [1/3]

std::string* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mutable_device ( )

◆ mutable_device() [2/3]

std::string* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mutable_device ( )

◆ mutable_device() [3/3]

std::string* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mutable_device ( )

◆ mutable_location()

::goby::middleware::protobuf::LatLonPoint* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mutable_location ( )

◆ mutable_satellite() [1/2]

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::middleware::protobuf::gpsd::Satellite >* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mutable_satellite ( )

◆ mutable_satellite() [2/2]

::goby::middleware::protobuf::gpsd::Satellite* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mutable_satellite ( int  index)

◆ mutable_unknown_fields() [1/4]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

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

◆ mutable_unknown_fields() [2/4]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

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

◆ mutable_unknown_fields() [3/4]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

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

◆ mutable_unknown_fields() [4/4]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mutable_unknown_fields ( )
inline

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

◆ New() [1/8]

Satellite* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::New ( ) const
inlinefinal

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

◆ New() [2/8]

SkyView* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::New ( ) const
inlinefinal

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

◆ New() [3/8]

Attitude* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::New ( ) const
inlinefinal

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

◆ New() [4/8]

TimePositionVelocity* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::New ( ) const
inlinefinal

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

◆ New() [5/8]

Satellite* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

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

◆ New() [6/8]

SkyView* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

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

◆ New() [7/8]

Attitude* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

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

◆ New() [8/8]

TimePositionVelocity* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

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

◆ nsat()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::nsat ( ) const

◆ operator=() [1/8]

Attitude& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::operator= ( Attitude &&  from)
inlinenoexcept

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

◆ operator=() [2/8]

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

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

◆ operator=() [3/8]

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

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

◆ operator=() [4/8]

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

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

◆ operator=() [5/8]

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

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

◆ operator=() [6/8]

Satellite& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::operator= ( Satellite &&  from)
inlinenoexcept

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

◆ operator=() [7/8]

SkyView& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::operator= ( SkyView &&  from)
inlinenoexcept

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

◆ operator=() [8/8]

TimePositionVelocity& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::operator= ( TimePositionVelocity &&  from)
inlinenoexcept

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

◆ pdop()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::pdop ( ) const

◆ pitch()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::pitch ( ) const

◆ pitch_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::pitch_with_units ( ) const
inline

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

◆ pitch_with_units() [2/2]

boost::units::quantity< pitch_unit,double > goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::pitch_with_units ( ) const
inline

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

◆ prn()

::PROTOBUF_NAMESPACE_ID::int32 goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::prn ( ) const

◆ release_device() [1/3]

std::string* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::release_device ( )

◆ release_device() [2/3]

std::string* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::release_device ( )

◆ release_device() [3/3]

std::string* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::release_device ( )

◆ release_location()

::goby::middleware::protobuf::LatLonPoint* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::release_location ( )

◆ roll()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::roll ( ) const

◆ roll_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::roll_with_units ( ) const
inline

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

◆ roll_with_units() [2/2]

boost::units::quantity< roll_unit,double > goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::roll_with_units ( ) const
inline

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

◆ Satellite() [1/4]

goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Satellite ( )
inline

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

◆ satellite() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::middleware::protobuf::gpsd::Satellite >& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::satellite ( ) const

◆ Satellite() [2/4]

goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Satellite ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ Satellite() [3/4]

goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Satellite ( const Satellite &  from)

◆ satellite() [2/2]

const ::goby::middleware::protobuf::gpsd::Satellite& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::satellite ( int  index) const

◆ Satellite() [4/4]

goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Satellite ( Satellite &&  from)
inlinenoexcept

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

◆ satellite_size()

int goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::satellite_size ( ) const

◆ set_allocated_device() [1/3]

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

◆ set_allocated_device() [2/3]

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

◆ set_allocated_device() [3/3]

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

◆ set_allocated_location()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_allocated_location ( ::goby::middleware::protobuf::LatLonPoint *  location)

◆ set_altitude()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_altitude ( double  value)

◆ set_altitude_with_units()

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

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

◆ set_az()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_az ( double  value)

◆ set_az_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_az_with_units ( Quantity  value_w_units)
inline

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

◆ set_climb()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_climb ( double  value)

◆ set_climb_with_units()

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

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

◆ set_device() [1/12]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device ( const char *  value)

◆ set_device() [2/12]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device ( const char *  value)

◆ set_device() [3/12]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device ( const char *  value)

◆ set_device() [4/12]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device ( const char *  value,
size_t  size 
)

◆ set_device() [5/12]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device ( const char *  value,
size_t  size 
)

◆ set_device() [6/12]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device ( const char *  value,
size_t  size 
)

◆ set_device() [7/12]

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

◆ set_device() [8/12]

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

◆ set_device() [9/12]

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

◆ set_device() [10/12]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device ( std::string &&  value)

◆ set_device() [11/12]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device ( std::string &&  value)

◆ set_device() [12/12]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device ( std::string &&  value)

◆ set_el()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_el ( double  value)

◆ set_el_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_el_with_units ( Quantity  value_w_units)
inline

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

◆ set_epc()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_epc ( double  value)

◆ set_epc_with_units()

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

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

◆ set_epd()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_epd ( double  value)

◆ set_epd_with_units()

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

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

◆ set_eps()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_eps ( double  value)

◆ set_eps_with_units()

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

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

◆ set_ept()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_ept ( double  value)

◆ set_ept_with_units()

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

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

◆ set_epv()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_epv ( double  value)

◆ set_epv_with_units()

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

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

◆ set_epx()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_epx ( double  value)

◆ set_epx_with_units()

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

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

◆ set_epy()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_epy ( double  value)

◆ set_epy_with_units()

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

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

◆ set_freqid()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_freqid ( ::PROTOBUF_NAMESPACE_ID::int32  value)

◆ set_gdop()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_gdop ( double  value)

◆ set_gnssid()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_gnssid ( ::PROTOBUF_NAMESPACE_ID::int32  value)

◆ set_hdop()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_hdop ( double  value)

◆ set_heading()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_heading ( double  value)

◆ set_heading_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_heading_with_units ( Quantity  value_w_units)
inline

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

◆ set_health()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_health ( ::PROTOBUF_NAMESPACE_ID::int32  value)

◆ set_mode()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_mode ( ::goby::middleware::protobuf::gpsd::TimePositionVelocity_Mode  value)

◆ set_nsat()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_nsat ( double  value)

◆ set_pdop()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_pdop ( double  value)

◆ set_pitch()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_pitch ( double  value)

◆ set_pitch_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_pitch_with_units ( Quantity  value_w_units)
inline

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

◆ set_prn()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_prn ( ::PROTOBUF_NAMESPACE_ID::int32  value)

◆ set_roll()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_roll ( double  value)

◆ set_roll_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_roll_with_units ( Quantity  value_w_units)
inline

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

◆ set_sigid()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_sigid ( ::PROTOBUF_NAMESPACE_ID::int32  value)

◆ set_speed()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_speed ( double  value)

◆ set_speed_with_units()

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

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

◆ set_ss()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_ss ( double  value)

◆ set_svid()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_svid ( ::PROTOBUF_NAMESPACE_ID::int32  value)

◆ set_tdop()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_tdop ( double  value)

◆ set_time() [1/3]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_time ( double  value)

◆ set_time() [2/3]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_time ( double  value)

◆ set_time() [3/3]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_time ( double  value)

◆ set_time_with_units() [1/3]

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

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

◆ set_time_with_units() [2/3]

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

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

◆ set_time_with_units() [3/3]

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

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

◆ set_track()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_track ( double  value)

◆ set_track_with_units()

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

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

◆ set_usat()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_usat ( double  value)

◆ set_used()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_used ( bool  value)

◆ set_vdop()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_vdop ( double  value)

◆ set_xdop()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_xdop ( double  value)

◆ set_yaw()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_yaw ( double  value)

◆ set_yaw_with_units()

template<typename Quantity >
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_yaw_with_units ( Quantity  value_w_units)
inline

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

◆ set_ydop()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_ydop ( double  value)

◆ sigid()

::PROTOBUF_NAMESPACE_ID::int32 goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::sigid ( ) const

◆ SkyView() [1/4]

goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::SkyView ( )
inline

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

◆ SkyView() [2/4]

goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::SkyView ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ SkyView() [3/4]

goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::SkyView ( const SkyView &  from)

◆ SkyView() [4/4]

goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::SkyView ( SkyView &&  from)
inlinenoexcept

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

◆ speed()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::speed ( ) const

◆ speed_with_units() [1/2]

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

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

◆ speed_with_units() [2/2]

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

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

◆ ss()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::ss ( ) const

◆ svid()

::PROTOBUF_NAMESPACE_ID::int32 goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::svid ( ) const

◆ Swap() [1/4]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Swap ( Attitude other)
inline

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

◆ Swap() [2/4]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Swap ( Satellite other)
inline

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

◆ Swap() [3/4]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Swap ( SkyView other)
inline

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

◆ Swap() [4/4]

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

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

◆ tdop()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::tdop ( ) const

◆ time() [1/3]

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::time ( ) const

◆ time() [2/3]

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::time ( ) const

◆ time() [3/3]

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::time ( ) const

◆ time_with_units() [1/6]

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

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

◆ time_with_units() [2/6]

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

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

◆ time_with_units() [3/6]

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

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

◆ time_with_units() [4/6]

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

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

◆ time_with_units() [5/6]

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

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

◆ time_with_units() [6/6]

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

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

◆ TimePositionVelocity() [1/4]

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

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

◆ TimePositionVelocity() [2/4]

goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::TimePositionVelocity ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

◆ TimePositionVelocity() [3/4]

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

◆ TimePositionVelocity() [4/4]

goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::TimePositionVelocity ( TimePositionVelocity &&  from)
inlinenoexcept

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

◆ track()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::track ( ) const

◆ track_with_units() [1/2]

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

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

◆ track_with_units() [2/2]

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

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

◆ unknown_fields() [1/4]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::unknown_fields ( ) const
inline

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

◆ unknown_fields() [2/4]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::unknown_fields ( ) const
inline

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

◆ unknown_fields() [3/4]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::unknown_fields ( ) const
inline

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

◆ unknown_fields() [4/4]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::unknown_fields ( ) const
inline

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

◆ unsafe_arena_release_location()

::goby::middleware::protobuf::LatLonPoint* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::unsafe_arena_release_location ( )

◆ unsafe_arena_set_allocated_location()

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::unsafe_arena_set_allocated_location ( ::goby::middleware::protobuf::LatLonPoint *  location)

◆ UnsafeArenaSwap() [1/4]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::UnsafeArenaSwap ( Attitude other)
inline

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

◆ UnsafeArenaSwap() [2/4]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::UnsafeArenaSwap ( Satellite other)
inline

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

◆ UnsafeArenaSwap() [3/4]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::UnsafeArenaSwap ( SkyView other)
inline

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

◆ UnsafeArenaSwap() [4/4]

void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::UnsafeArenaSwap ( TimePositionVelocity other)
inline

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

◆ usat()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::usat ( ) const

◆ used()

bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::used ( ) const

◆ vdop()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::vdop ( ) const

◆ xdop()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::xdop ( ) const

◆ yaw()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::yaw ( ) const

◆ yaw_with_units() [1/2]

template<typename Quantity >
Quantity goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::yaw_with_units ( ) const
inline

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

◆ yaw_with_units() [2/2]

boost::units::quantity< yaw_unit,double > goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::yaw_with_units ( ) const
inline

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

◆ ydop()

double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::ydop ( ) const

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

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

◆ ::TableStruct_goby_2fmiddleware_2fprotobuf_2fgpsd_2eproto

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

◆ swap [1/4]

void swap ( Attitude a,
Attitude b 
)
friend

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

◆ swap [2/4]

void swap ( Satellite a,
Satellite b 
)
friend

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

◆ swap [3/4]

void swap ( SkyView a,
SkyView b 
)
friend

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

◆ swap [4/4]

void swap ( TimePositionVelocity a,
TimePositionVelocity b 
)
friend

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

Member Data Documentation

◆ kIndexInFileMessages

static constexpr int goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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

◆ Mode2D

constexpr Mode goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Mode2D
staticconstexpr
Initial value:

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

◆ Mode3D

constexpr Mode goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Mode3D
staticconstexpr
Initial value:

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

◆ Mode_ARRAYSIZE

constexpr int goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Mode_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ Mode_MAX

constexpr Mode goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Mode_MAX
staticconstexpr
Initial value:
=
constexpr TimePositionVelocity_Mode TimePositionVelocity_Mode_Mode_MAX
Definition: gpsd.pb.h:107

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

◆ Mode_MIN

constexpr Mode goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Mode_MIN
staticconstexpr
Initial value:
=
constexpr TimePositionVelocity_Mode TimePositionVelocity_Mode_Mode_MIN
Definition: gpsd.pb.h:106

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

◆ ModeNoFix

constexpr Mode goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::ModeNoFix
staticconstexpr
Initial value:

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

◆ ModeNotSeen

constexpr Mode goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::ModeNotSeen
staticconstexpr
Initial value:

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


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