Public Attributes | |
Clock::time_point | timestamp |
units::GeoAngle | latitude |
units::GeoAngle | longitude |
PositionConfidence | confidence |
ConfidentQuantity< units::TrueNorth > | course |
ConfidentQuantity< units::Velocity > | speed |
boost::optional< ConfidentQuantity< units::Length > > | altitude |
Definition at line 15 of file position_fix.hpp.
boost::optional<ConfidentQuantity<units::Length> > vanetza::PositionFix::altitude |
Definition at line 23 of file position_fix.hpp.
PositionConfidence vanetza::PositionFix::confidence |
Definition at line 20 of file position_fix.hpp.
ConfidentQuantity<units::TrueNorth> vanetza::PositionFix::course |
Definition at line 21 of file position_fix.hpp.
units::GeoAngle vanetza::PositionFix::latitude |
Definition at line 18 of file position_fix.hpp.
units::GeoAngle vanetza::PositionFix::longitude |
Definition at line 19 of file position_fix.hpp.
ConfidentQuantity<units::Velocity> vanetza::PositionFix::speed |
Definition at line 22 of file position_fix.hpp.
Clock::time_point vanetza::PositionFix::timestamp |
Definition at line 17 of file position_fix.hpp.