Inheritance diagram for Ux::TimeNsec:
Definition at line 67 of file uxtime.hpp.
Public Member Functions | |
TimeNsec (TimeNsec &t) | |
TimeNsec (when w=epoch) | |
const char * | get_string (char *buf, size_t bufsize) |
|
Definition at line 69 of file uxtime.hpp. References timespec::tv_nsec, and timespec::tv_sec. |
|
Gets current or epoch time in nsec (calls gettimeofday). Definition at line 235 of file uxtime.cpp. References Ux::epoch, timespec::tv_nsec, and timespec::tv_sec. |
|
Gets TimeNsec as string. Definition at line 248 of file uxtime.cpp. References timespec::tv_nsec, and timespec::tv_sec. |