22 #include <syncpoint/syncpoint_call.h> 38 : caller_(caller), call_time_(call_time), wait_time_(wait_time)
Fawkes library namespace.
A class for handling time.
Time get_call_time() const
Get the time when the call was made.
std::string get_caller() const
Get the name of the component which made the call.
SyncPointCall(const std::string &caller, Time call_time=Time(), Time wait_time=Time(0.f))
Constructor.
Time get_wait_time() const
Get the wait time.