The GPS datum for RMC commands.
#include <mrpt/slam/CObservationGPS.h>
Public Member Functions | |
| TGPSDatum_RMC () | |
Public Attributes | |
| TUTCTime | UTCTime |
| The GPS sensor measured timestamp (in UTC time) | |
| int8_t | validity_char |
| This will be: 'A'=OK or 'V'=void. | |
| double | latitude_degrees |
| The measured latitude, in degrees (North:+ , South:-) | |
| double | longitude_degrees |
| The measured longitude, in degrees (East:+ , West:-) | |
| double | speed_knots |
| The measured speed (in knots) | |
| double | direction_degrees |
| The measured speed direction (in degrees) | |
| mrpt::slam::CObservationGPS::TGPSDatum_RMC::TGPSDatum_RMC | ( | ) |
The measured speed direction (in degrees)
Definition at line 198 of file CObservationGPS.h.
The measured latitude, in degrees (North:+ , South:-)
Definition at line 186 of file CObservationGPS.h.
The measured longitude, in degrees (East:+ , West:-)
Definition at line 190 of file CObservationGPS.h.
The measured speed (in knots)
Definition at line 194 of file CObservationGPS.h.
The GPS sensor measured timestamp (in UTC time)
Definition at line 178 of file CObservationGPS.h.
This will be: 'A'=OK or 'V'=void.
Definition at line 182 of file CObservationGPS.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |