45 : std::pair<time_t, int64_t>(
sec,
fs)
66 std::string PrettyPrint()
const;
67 std::string PrettyPrintDate()
const;
74 return dsec*FS_PER_SECOND +
dfs;
Definition AcceleratorBuffer.h:204
Data for a marker.
Definition Marker.h:85
TimePoint m_timestamp
Timestamp of the parent waveform (UTC)
Definition Marker.h:94
TimePoint GetMarkerTime()
Helper to get the absolute timestamp of the marker.
Definition Marker.h:102
bool operator<(const Marker &rhs) const
Helper for sorting.
Definition Marker.h:109
int64_t m_offset
Position of the marker within the parent waveform (X axis units)
Definition Marker.h:97
std::string m_name
Display name of the marker.
Definition Marker.h:106
A timestamp, measured in seconds + femtoseconds.
Definition Marker.h:42