|
| Time (int32_t sec, int32_t usec=0) |
|
| Time (int year, int month, int date, int hour=0, int minute=0, int sec=0, int usec=0) |
|
| Time (timeval tv) |
|
double | Seconds () const |
|
timeval | GetTimeval () const |
|
Time & | operator+= (const timeval &other) |
|
Time & | operator-= (const timeval &other) |
|
bool | operator< (const timeval &other) |
|
bool | operator> (const timeval &other) |
|
| operator const timeval () const |
|
std::string | Formatted (const std::string &format=TIME_DEFAULT_FORMAT) const |
|
The documentation for this class was generated from the following files:
- main/include/eudaq/Time.hh
- main/lib/src/Time.cc