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

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)
 

Detailed Description

Dispatches a signal locally.

Author
Quentin Gasper

Definition at line 23 of file LocalDispatcher.hpp.

Member Function Documentation

void dispatch_signal ( const std::string &  target,
const URI receiver,
SignalArgs args 
)
virtual

Dispaches the provided signal to the local tree (maintained by the CF Core).

Parameters
receiverThe component that will receive the signal.
targetThe signal name.
argsSignal to dipatch.

Implements SignalDispatcher.

Definition at line 22 of file LocalDispatcher.cpp.


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