0.2.0
|
Flow Executor Thread. More...
Go to the source code of this file.
Functions | |
void | NAV::FlowExecutor::deregisterNode (const Node *node) |
Called by nodes when they finished with sending data. | |
bool | NAV::FlowExecutor::isRunning () noexcept |
Checks if the thread is running. | |
void | NAV::FlowExecutor::start () |
Starts the Thread. | |
void | NAV::FlowExecutor::stop () |
Stops the Thread. | |
void | NAV::FlowExecutor::waitForFinish () |
Waits for a thread to finish its execution. | |
Flow Executor Thread.
void NAV::FlowExecutor::deregisterNode | ( | const Node * | node | ) |
Called by nodes when they finished with sending data.
[in] | node | The node to deregister |