|
plptools
|
Holds a Psion time value. More...
#include <psitime.h>
Public Attributes | |
| uint32_t | tv_low |
| The lower 32 bits. More... | |
| uint32_t | tv_high |
| The upper 32 bits. More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const psi_timeval_t &ptv) |
| Prints a psi_timeval in human readable format. More... | |
Holds a Psion time value.
Psion time values are 64 bit integers describing the time since 01.01.0001 in microseconds.
|
friend |