#include <segwayrmp.h>
Public Member Functions | |
| SegwayTime (uint32_t sec=0, uint32_t nsec=0) | |
Public Attributes | |
| uint32_t | nsec | 
| uint32_t | sec | 
Represents the time of a timestamp using seconds and nanoseconds.
Definition at line 192 of file segwayrmp.h.
| segwayrmp::SegwayTime::SegwayTime | ( | uint32_t | sec = 0,  | 
        
| uint32_t | nsec = 0  | 
        ||
| ) |  [inline] | 
        
Definition at line 195 of file segwayrmp.h.
| uint32_t segwayrmp::SegwayTime::nsec | 
Nanoseconds since the last second
Definition at line 201 of file segwayrmp.h.
| uint32_t segwayrmp::SegwayTime::sec | 
Seconds since the epoch (UNIX time)
Definition at line 200 of file segwayrmp.h.