COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <RemoteDispatcher.hpp>
Inherits QObject, and SignalDispatcher.
Signals | |
void | finished () |
Public Member Functions | |
RemoteDispatcher (NRoot &root) | |
void | run () |
virtual void | dispatch_signal (const std::string &target, const common::URI &receiver, common::SignalArgs &args) |
Dispaches the provided signal. More... | |
SIGNALS | |
void | send_next_signal (common::SignalArgs &args) |
Public Member Functions inherited from SignalDispatcher | |
void | dispatch_empty_signal (const std::string &target, const URI &receiver) |
Private Member Functions | |
void | send_signal (Uint index) |
Private Attributes | |
QList< common::SignalArgs > | m_pendingSignals |
std::string | m_currentFrameId |
Uint | m_nextIndex |
bool | m_running |
common::ConnectionManager * | m_connectionManager |
Definition at line 33 of file RemoteDispatcher.hpp.
RemoteDispatcher | ( | NRoot & | root | ) |
Definition at line 36 of file RemoteDispatcher.cpp.
|
virtual |
Dispaches the provided signal.
receiver | The component that will receive the signal. |
target | The signal name. |
args | Signal to dipatch. |
Implements SignalDispatcher.
Definition at line 44 of file RemoteDispatcher.cpp.
|
signal |
void run | ( | ) |
Definition at line 53 of file RemoteDispatcher.cpp.
void send_next_signal | ( | common::SignalArgs & | args | ) |
Definition at line 67 of file RemoteDispatcher.cpp.
|
private |
Definition at line 114 of file RemoteDispatcher.cpp.
|
private |
Definition at line 70 of file RemoteDispatcher.hpp.
|
private |
Definition at line 64 of file RemoteDispatcher.hpp.
|
private |
Definition at line 66 of file RemoteDispatcher.hpp.
|
private |
Definition at line 62 of file RemoteDispatcher.hpp.
|
private |
Definition at line 68 of file RemoteDispatcher.hpp.
Send comments to: COOLFluiD Web Admin |