COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Inherits ConnectionManager.
Public Member Functions | |
DisplayIter () | |
void | on_iteration_done (SignalArgs &args) |
void | display_iteration (Uint iter) |
void | start_displaying () |
void | stop_displaying () |
Public Member Functions inherited from ConnectionManager | |
~ConnectionManager () | |
destructor closes all connections More... | |
Connection * | connection (const std::string &name) |
Connection * | manage_connection (const std::string &name) |
manages a connection (creates if necessary) More... | |
Public Attributes | |
Uint | triggered |
for unit test to check how often the event was triggered More... | |
This object will be listening to an event iteration_done and will display the iteration when on_iteration_done
Definition at line 127 of file utest-eventhandler.cpp.
|
inline |
Definition at line 129 of file utest-eventhandler.cpp.
|
inline |
Definition at line 144 of file utest-eventhandler.cpp.
|
inline |
triggered functions from events must receive SignalArgs in fact they must conform to the signature of a Signal [ void * ( SignalArgs& ) ]
Definition at line 133 of file utest-eventhandler.cpp.
|
inline |
Definition at line 149 of file utest-eventhandler.cpp.
|
inline |
Definition at line 156 of file utest-eventhandler.cpp.
Uint triggered |
for unit test to check how often the event was triggered
Definition at line 161 of file utest-eventhandler.cpp.
Send comments to: COOLFluiD Web Admin |