|
Fawkes API
Fawkes Development Version
|
Helper class which registers and emits a given SyncBarrier. More...
Public Member Functions | |
| Emitter (string identifier, string syncbarrier, RefPtr< SyncPointManager > manager) | |
| Constructor. More... | |
| virtual | ~Emitter () |
| Destructor. More... | |
| void | emit () |
| emit the SyncBarrier More... | |
Helper class which registers and emits a given SyncBarrier.
Definition at line 638 of file test_syncpoint.cpp.
|
inline |
Constructor.
| identifier | The identifier of this emitter. |
| syncbarrier | The identifier of the SyncBarrier to register for. |
| manager | Pointer to the SyncPointManager to use. |
Definition at line 646 of file test_syncpoint.cpp.
References fawkes::SyncPointManager::get_syncpoint(), and fawkes::SyncPoint::register_emitter().
|
inlinevirtual |
Destructor.
Definition at line 654 of file test_syncpoint.cpp.
|
inline |
emit the SyncBarrier
Definition at line 662 of file test_syncpoint.cpp.