ngscopeclient 0.1-dev+51fbda87c
|
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 |
int64_t | operator- (const TimePoint &rhs) |
A timestamp, measured in seconds + femtoseconds.