Time stamp record storing seconds and microseconds since epoch. More...
#include <fiff_time.h>
Public Member Functions | |
| FiffTime () | |
| FiffTime (qint32 p_secs, qint32 p_usecs) | |
| ~FiffTime ()=default | |
Static Public Member Functions | |
| static qint32 | storageSize () |
Public Attributes | |
| qint32 | secs |
| qint32 | usecs |
Time stamp record storing seconds and microseconds since epoch.
Accurate time stamps used in FIFF files.
Definition at line 60 of file fiff_time.h.
|
inline |
Default constructor. Initializes both fields to zero.
Definition at line 67 of file fiff_time.h.
|
inline |
Parameterized constructor.
| [in] | p_secs | GMT time in seconds since epoch. |
| [in] | p_usecs | Fraction of seconds in microseconds. |
Definition at line 80 of file fiff_time.h.
|
default |
Destroys the FiffTime.
|
inlinestatic |
Size of the old struct (fiffTimeRec) 2*int = 2*4 = 8.
Definition at line 109 of file fiff_time.h.
| qint32 FIFFLIB::FiffTime::secs |
GMT time in seconds since epoch.
Definition at line 101 of file fiff_time.h.
| qint32 FIFFLIB::FiffTime::usecs |
Fraction of seconds in microseconds.
Definition at line 102 of file fiff_time.h.