Goby3
3.1.5
2024.05.14
|
#include <goby/middleware/protobuf/gpsd.pb.h>
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 | |
Satellite & | operator= (const Satellite &from) |
Satellite & | operator= (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) |
Satellite * | New () const final |
Satellite * | New (::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 | |
SkyView & | operator= (const SkyView &from) |
SkyView & | operator= (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) |
SkyView * | New () const final |
SkyView * | New (::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 | |
Attitude & | operator= (const Attitude &from) |
Attitude & | operator= (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) |
Attitude * | New () const final |
Attitude * | New (::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 | |
TimePositionVelocity & | operator= (const TimePositionVelocity &from) |
TimePositionVelocity & | operator= (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) |
TimePositionVelocity * | New () const final |
TimePositionVelocity * | New (::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 Satellite & | default_instance () |
static void | InitAsDefaultInstance () |
static const Satellite * | internal_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 SkyView & | default_instance () |
static void | InitAsDefaultInstance () |
static const SkyView * | internal_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 Attitude & | default_instance () |
static void | InitAsDefaultInstance () |
static const Attitude * | internal_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 TimePositionVelocity & | default_instance () |
static void | InitAsDefaultInstance () |
static const TimePositionVelocity * | internal_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) |
typedef boost::units::length_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::altitude_dimension |
typedef boost::units::unit<altitude_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::altitude_unit |
typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::az_dimension |
typedef boost::units::unit<az_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::az_unit |
typedef boost::mpl::divides<boost::units::length_dimension,boost::units::time_dimension>::type goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::climb_dimension |
typedef boost::units::unit<climb_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::climb_unit |
typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::el_dimension |
typedef boost::units::unit<el_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::el_unit |
typedef boost::mpl::divides<boost::units::length_dimension,boost::units::time_dimension>::type goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epc_dimension |
typedef boost::units::unit<epc_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epc_unit |
typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epd_dimension |
typedef boost::units::unit<epd_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epd_unit |
typedef boost::mpl::divides<boost::units::length_dimension,boost::units::time_dimension>::type goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::eps_dimension |
typedef boost::units::unit<eps_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::eps_unit |
typedef boost::units::time_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::ept_dimension |
typedef boost::units::unit<ept_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::ept_unit |
typedef boost::units::length_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epv_dimension |
typedef boost::units::unit<epv_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epv_unit |
typedef boost::units::length_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epx_dimension |
typedef boost::units::unit<epx_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epx_unit |
typedef boost::units::length_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epy_dimension |
typedef boost::units::unit<epy_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epy_unit |
typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::heading_dimension |
typedef boost::units::unit<heading_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::heading_unit |
typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::pitch_dimension |
typedef boost::units::unit<pitch_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::pitch_unit |
typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::roll_dimension |
typedef boost::units::unit<roll_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::roll_unit |
typedef boost::mpl::divides<boost::units::length_dimension,boost::units::time_dimension>::type goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::speed_dimension |
typedef boost::units::unit<speed_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::speed_unit |
typedef boost::units::time_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::time_dimension |
typedef boost::units::time_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::time_dimension |
typedef boost::units::time_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::time_dimension |
typedef boost::units::unit<time_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::time_unit |
typedef boost::units::unit<time_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::time_unit |
typedef boost::units::unit<time_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::time_unit |
typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::track_dimension |
typedef boost::units::unit<track_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::track_unit |
typedef boost::units::plane_angle_dimension goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::yaw_dimension |
typedef boost::units::unit<yaw_dimension,boost::units::degree::system> goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::yaw_unit |
anonymous enum : int |
anonymous enum : int |
anonymous enum : int |
anonymous enum : int |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
::goby::middleware::protobuf::gpsd::Satellite* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::add_satellite | ( | ) |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::altitude | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
explicitprotected |
|
inlinenoexcept |
goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Attitude | ( | const Attitude & | from | ) |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::az | ( | ) | const |
|
inline |
|
inline |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_altitude | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_az | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_climb | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_device | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_device | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_device | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_el | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_epc | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_epd | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_eps | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_ept | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_epv | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_epx | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_epy | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_freqid | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_gdop | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_gnssid | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_hdop | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_heading | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_health | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_location | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_mode | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_nsat | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_pdop | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_pitch | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_prn | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_roll | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_satellite | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_sigid | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_speed | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_ss | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_svid | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_tdop | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_time | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_time | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_time | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_track | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_usat | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_used | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_vdop | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_xdop | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_yaw | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::clear_ydop | ( | ) |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::climb | ( | ) | const |
|
inline |
|
inline |
|
final |
|
final |
|
final |
|
final |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::CopyFrom | ( | const Attitude & | from | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::CopyFrom | ( | const Satellite & | from | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::CopyFrom | ( | const SkyView & | from | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::CopyFrom | ( | const TimePositionVelocity & | from | ) |
|
static |
|
static |
|
static |
|
static |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
const std::string& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::device | ( | ) | const |
const std::string& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::device | ( | ) | const |
const std::string& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::device | ( | ) | const |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::el | ( | ) | const |
|
inline |
|
inline |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epc | ( | ) | const |
|
inline |
|
inline |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epd | ( | ) | const |
|
inline |
|
inline |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::eps | ( | ) | const |
|
inline |
|
inline |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::ept | ( | ) | const |
|
inline |
|
inline |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epv | ( | ) | const |
|
inline |
|
inline |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epx | ( | ) | const |
|
inline |
|
inline |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::epy | ( | ) | const |
|
inline |
|
inline |
::PROTOBUF_NAMESPACE_ID::int32 goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::freqid | ( | ) | const |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::gdop | ( | ) | const |
|
inlinefinal |
|
inlinefinal |
|
inlinefinal |
|
inlinefinal |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
final |
|
final |
|
final |
|
final |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
::PROTOBUF_NAMESPACE_ID::int32 goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::gnssid | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_altitude | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_az | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_climb | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_device | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_device | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_device | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_el | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_epc | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_epd | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_eps | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_ept | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_epv | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_epx | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_epy | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_freqid | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_gdop | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_gnssid | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_hdop | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_heading | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_health | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_location | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_mode | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_nsat | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_pdop | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_pitch | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_prn | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_roll | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_sigid | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_speed | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_ss | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_svid | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_tdop | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_time | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_time | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_time | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_track | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_usat | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_used | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_vdop | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_xdop | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_yaw | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::has_ydop | ( | ) | const |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::hdop | ( | ) | const |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::heading | ( | ) | const |
|
inline |
|
inline |
::PROTOBUF_NAMESPACE_ID::int32 goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::health | ( | ) | const |
|
static |
|
static |
|
static |
|
static |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
final |
|
final |
|
final |
|
final |
const ::goby::middleware::protobuf::LatLonPoint& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::location | ( | ) | const |
|
final |
|
final |
|
final |
|
final |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::MergeFrom | ( | const Attitude & | from | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::MergeFrom | ( | const Satellite & | from | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::MergeFrom | ( | const SkyView & | from | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::MergeFrom | ( | const TimePositionVelocity & | from | ) |
::goby::middleware::protobuf::gpsd::TimePositionVelocity_Mode goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mode | ( | ) | const |
|
inlinestatic |
|
inlinestatic |
std::string* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mutable_device | ( | ) |
std::string* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mutable_device | ( | ) |
std::string* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mutable_device | ( | ) |
::goby::middleware::protobuf::LatLonPoint* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mutable_location | ( | ) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::middleware::protobuf::gpsd::Satellite >* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mutable_satellite | ( | ) |
::goby::middleware::protobuf::gpsd::Satellite* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::mutable_satellite | ( | int | index | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinefinal |
|
inlinefinal |
|
inlinefinal |
|
inlinefinal |
|
inlinefinal |
|
inlinefinal |
|
inlinefinal |
|
inlinefinal |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::nsat | ( | ) | const |
|
inline |
|
inlinenoexcept |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::pdop | ( | ) | const |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::pitch | ( | ) | const |
|
inline |
|
inline |
::PROTOBUF_NAMESPACE_ID::int32 goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::prn | ( | ) | const |
std::string* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::release_device | ( | ) |
std::string* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::release_device | ( | ) |
std::string* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::release_device | ( | ) |
::goby::middleware::protobuf::LatLonPoint* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::release_location | ( | ) |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::roll | ( | ) | const |
|
inline |
|
inline |
|
inline |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::middleware::protobuf::gpsd::Satellite >& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::satellite | ( | ) | const |
|
explicitprotected |
goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::Satellite | ( | const Satellite & | from | ) |
const ::goby::middleware::protobuf::gpsd::Satellite& goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::satellite | ( | int | index | ) | const |
|
inlinenoexcept |
int goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::satellite_size | ( | ) | const |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_allocated_device | ( | std::string * | device | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_allocated_device | ( | std::string * | device | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_allocated_device | ( | std::string * | device | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_allocated_location | ( | ::goby::middleware::protobuf::LatLonPoint * | location | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_altitude | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_az | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_climb | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device | ( | const char * | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device | ( | const char * | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device | ( | const char * | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device | ( | const char * | value, |
size_t | size | ||
) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device | ( | const char * | value, |
size_t | size | ||
) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device | ( | const char * | value, |
size_t | size | ||
) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device | ( | const std::string & | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device | ( | const std::string & | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device | ( | const std::string & | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device | ( | std::string && | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device | ( | std::string && | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_device | ( | std::string && | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_el | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_epc | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_epd | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_eps | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_ept | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_epv | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_epx | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_epy | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_freqid | ( | ::PROTOBUF_NAMESPACE_ID::int32 | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_gdop | ( | double | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_gnssid | ( | ::PROTOBUF_NAMESPACE_ID::int32 | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_hdop | ( | double | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_heading | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_health | ( | ::PROTOBUF_NAMESPACE_ID::int32 | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_mode | ( | ::goby::middleware::protobuf::gpsd::TimePositionVelocity_Mode | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_nsat | ( | double | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_pdop | ( | double | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_pitch | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_prn | ( | ::PROTOBUF_NAMESPACE_ID::int32 | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_roll | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_sigid | ( | ::PROTOBUF_NAMESPACE_ID::int32 | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_speed | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_ss | ( | double | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_svid | ( | ::PROTOBUF_NAMESPACE_ID::int32 | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_tdop | ( | double | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_time | ( | double | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_time | ( | double | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_time | ( | double | value | ) |
|
inline |
|
inline |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_track | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_usat | ( | double | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_used | ( | bool | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_vdop | ( | double | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_xdop | ( | double | value | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_yaw | ( | double | value | ) |
|
inline |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::set_ydop | ( | double | value | ) |
::PROTOBUF_NAMESPACE_ID::int32 goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::sigid | ( | ) | const |
|
inline |
|
explicitprotected |
goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::SkyView | ( | const SkyView & | from | ) |
|
inlinenoexcept |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::speed | ( | ) | const |
|
inline |
|
inline |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::ss | ( | ) | const |
::PROTOBUF_NAMESPACE_ID::int32 goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::svid | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::tdop | ( | ) | const |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::time | ( | ) | const |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::time | ( | ) | const |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::time | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
explicitprotected |
goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::TimePositionVelocity | ( | const TimePositionVelocity & | from | ) |
|
inlinenoexcept |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::track | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
::goby::middleware::protobuf::LatLonPoint* goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::unsafe_arena_release_location | ( | ) |
void goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::unsafe_arena_set_allocated_location | ( | ::goby::middleware::protobuf::LatLonPoint * | location | ) |
|
inline |
|
inline |
|
inline |
|
inline |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::usat | ( | ) | const |
bool goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::used | ( | ) | const |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::vdop | ( | ) | const |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::xdop | ( | ) | const |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::yaw | ( | ) | const |
|
inline |
|
inline |
double goby::middleware::protobuf::gpsd::PROTOBUF_FINAL::ydop | ( | ) | const |
|
friend |
|
friend |
|
friend |
|
friend |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |