![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Dispatches a signal locally. More...
#include <LocalDispatcher.hpp>
Inherits SignalDispatcher.
Public Member Functions | |
| virtual void | dispatch_signal (const std::string &target, const URI &receiver, SignalArgs &args) |
| Dispaches the provided signal to the local tree (maintained by the CF Core). More... | |
Public Member Functions inherited from SignalDispatcher | |
| void | dispatch_empty_signal (const std::string &target, const URI &receiver) |
Dispatches a signal locally.
Definition at line 23 of file LocalDispatcher.hpp.
|
virtual |
Dispaches the provided signal to the local tree (maintained by the CF Core).
| receiver | The component that will receive the signal. |
| target | The signal name. |
| args | Signal to dipatch. |
Implements SignalDispatcher.
Definition at line 22 of file LocalDispatcher.cpp.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |