|
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 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 |
|
|
| TimePositionVelocity () |
|
| ~TimePositionVelocity () override |
|
PROTOBUF_CONSTEXPR | TimePositionVelocity (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
|
| 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 (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const 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 |
|
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
|
int | GetCachedSize () const final |
|
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
|
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
|
bool | has_device () const |
|
void | clear_device () |
|
const std::string & | device () const |
|
template<typename ArgT0 = const std::string&, typename... ArgT> |
void | set_device (ArgT0 &&arg0, ArgT... args) |
|
std::string * | mutable_device () |
|
PROTOBUF_NODISCARD 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 |
|
PROTOBUF_NODISCARD::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 |
|
template<typename ArgT0 , typename... ArgT> |
PROTOBUF_ALWAYS_INLINE void | set_device (ArgT0 &&arg0, ArgT... args) |
|
Definition at line 1106 of file gpsd.pb.h.