|
ngscopeclient v0.1
|
A timestamp, measured in seconds + femtoseconds. More...
#include <Marker.h>


Public Member Functions | |
| TimePoint (time_t sec, int64_t fs) | |
| TimePoint (double tnow) | |
| time_t | GetSec () const |
| int64_t | GetFs () const |
| void | SetSec (time_t sec) |
| void | SetFs (int64_t fs) |
| std::string | PrettyPrint () const |
| std::string | PrettyPrintDate () const |
| int64_t | operator- (const TimePoint &rhs) |
A timestamp, measured in seconds + femtoseconds.