A UTC time-stamp structure for GPS messages.
Definition at line 74 of file CObservationGPS.h.
#include <mrpt/slam/CObservationGPS.h>
Public Member Functions | |
| TUTCTime () | |
| bool | operator== (const TUTCTime &o) const |
| bool | operator!= (const TUTCTime &o) const |
| TUTCTime & | operator= (const TUTCTime &o) |
Public Attributes | |
| uint8_t | hour |
| uint8_t | minute |
| double | sec |
| mrpt::slam::CObservationGPS::TUTCTime::TUTCTime | ( | ) |
|
inline |
Definition at line 83 of file CObservationGPS.h.
Definition at line 84 of file CObservationGPS.h.
|
inline |
Definition at line 82 of file CObservationGPS.h.
| uint8_t mrpt::slam::CObservationGPS::TUTCTime::hour |
Definition at line 78 of file CObservationGPS.h.
Referenced by operator!=(), operator=(), and operator==().
| uint8_t mrpt::slam::CObservationGPS::TUTCTime::minute |
Definition at line 79 of file CObservationGPS.h.
Referenced by operator!=(), operator=(), and operator==().
| double mrpt::slam::CObservationGPS::TUTCTime::sec |
Definition at line 80 of file CObservationGPS.h.
Referenced by operator!=(), operator=(), and operator==().
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |