COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Public Attributes | List of all members
FileUpload Struct Reference

Inherits ConnectionManager.

Public Member Functions

 FileUpload ()
 
void on_file_written (SignalArgs &args)
 
- Public Member Functions inherited from ConnectionManager
 ~ConnectionManager ()
 destructor closes all connections More...
 
Connectionconnection (const std::string &name)
 
Connectionmanage_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...
 

Detailed Description

This object will be listening to an event file_written and will upload the file to a website once is finished writting

Note
FileUpload does not know about the classes IterativeAlgo

Definition at line 91 of file utest-eventhandler.cpp.

Constructor & Destructor Documentation

FileUpload ( )
inline

Definition at line 93 of file utest-eventhandler.cpp.

Member Function Documentation

void on_file_written ( SignalArgs args)
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.

Member Data Documentation

Uint triggered

for unit test to check how often the event was triggered

Definition at line 116 of file utest-eventhandler.cpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin