22 #ifndef _SYNCPOINT_SYNCPOINT_CALL_H_
23 #define _SYNCPOINT_SYNCPOINT_CALL_H_
25 #include <utils/time/time.h>
42 const std::string caller_;
43 const Time call_time_;
44 const Time wait_time_;
A call (wait() or emit()) to a SyncPoint.
SyncPointCall(const std::string &caller, Time call_time=Time(), Time wait_time=Time(0.f))
Constructor.
Time get_call_time() const
Get the time when the call was made.
Time get_wait_time() const
Get the wait time.
std::string get_caller() const
Get the name of the component which made the call.
A class for handling time.
Fawkes library namespace.