Fawkes API
Fawkes Development Version
|
#include <>>
Public Member Functions | |
SyncPointCall (const std::string &caller, Time call_time=Time(), Time wait_time=Time(0.f)) | |
Constructor. More... | |
Time | get_call_time () const |
Get the time when the call was made. More... | |
Time | get_wait_time () const |
Get the wait time. More... | |
std::string | get_caller () const |
Get the name of the component which made the call. More... | |
A call (wait() or emit()) to a SyncPoint.
Definition at line 37 of file syncpoint_call.h.
fawkes::SyncPointCall::SyncPointCall | ( | const std::string & | caller, |
Time | call_time = Time() , |
||
Time | wait_time = Time(0.f) |
||
) |
Constructor.
call_time | Time at which the SyncPoint was called |
caller | The calling component |
wait_time | The time the caller had to wait for the SyncPoint (wait calls) |
Definition at line 43 of file syncpoint_call.cpp.
Time fawkes::SyncPointCall::get_call_time | ( | ) | const |
Get the time when the call was made.
Definition at line 52 of file syncpoint_call.cpp.
std::string fawkes::SyncPointCall::get_caller | ( | ) | const |
Get the name of the component which made the call.
Definition at line 70 of file syncpoint_call.cpp.
Time fawkes::SyncPointCall::get_wait_time | ( | ) | const |