ngscopeclient 0.1-dev+51fbda87c
Public Member Functions | List of all members
TimePoint Class Reference

A timestamp, measured in seconds + femtoseconds. More...

#include <Marker.h>

Inheritance diagram for TimePoint:
Inheritance graph
[legend]
Collaboration diagram for TimePoint:
Collaboration graph
[legend]

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)
 

Detailed Description

A timestamp, measured in seconds + femtoseconds.


The documentation for this class was generated from the following files: