Auxililary class to local get time in micro seconds.
More...
#include <JTime.hh>
Auxililary class to local get time in micro seconds.
Definition at line 27 of file JSystem/JTime.hh.
◆ JLocalTime()
JSYSTEM::JLocalTime::JLocalTime |
( |
| ) |
|
|
inline |
◆ operator()()
Get local time in micro seconds.
- Returns
- time [us]
Definition at line 40 of file JSystem/JTime.hh.
42 gettimeofday(&
t, &
tz);
◆ usec
struct timeval JSYSTEM::JLocalTime::t |
|
private |
◆ tz
struct timezone JSYSTEM::JLocalTime::tz |
|
private |
The documentation for this struct was generated from the following file: