COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Inherits ConnectionManager.
Public Member Functions | |
FileUpload () | |
void | on_file_written (SignalArgs &args) |
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 file_written and will upload the file to a website once is finished writting
Definition at line 91 of file utest-eventhandler.cpp.
|
inline |
Definition at line 93 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 105 of file utest-eventhandler.cpp.
Uint triggered |
for unit test to check how often the event was triggered
Definition at line 116 of file utest-eventhandler.cpp.
Send comments to: COOLFluiD Web Admin |