![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
API to dispatch a signal call. More...
#include <SignalDispatcher.hpp>
Inherited by LocalDispatcher, NetworkQueue, and RemoteDispatcher.
Public Member Functions | |
| void | dispatch_empty_signal (const std::string &target, const URI &receiver) |
| virtual void | dispatch_signal (const std::string &target, const URI &receiver, SignalArgs &args)=0 |
| Dispaches the provided signal. More... | |
API to dispatch a signal call.
Definition at line 27 of file SignalDispatcher.hpp.
| void dispatch_empty_signal | ( | const std::string & | target, |
| const URI & | receiver | ||
| ) |
Definition at line 19 of file SignalDispatcher.cpp.
|
pure virtual |
Dispaches the provided signal.
| receiver | The component that will receive the signal. |
| target | The signal name. |
| args | Signal to dipatch. |
Implemented in NetworkQueue, RemoteDispatcher, and LocalDispatcher.
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |