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

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...
 
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 iteration_done and will display the iteration when on_iteration_done

Note
DisplayIter does not know about the classes IterativeAlgo

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

Constructor & Destructor Documentation

DisplayIter ( )
inline

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

Member Function Documentation

void display_iteration ( Uint  iter)
inline

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

void on_iteration_done ( 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 133 of file utest-eventhandler.cpp.

void start_displaying ( )
inline

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

void stop_displaying ( )
inline

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

Member Data Documentation

Uint triggered

for unit test to check how often the event was triggered

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


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