0.3.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
FlowExecutor.hpp File Reference

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.
 

Detailed Description

Flow Executor Thread.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2021-01-02

Function Documentation

◆ deregisterNode()

void NAV::FlowExecutor::deregisterNode ( const Node * node)

Called by nodes when they finished with sending data.

Parameters
[in]nodeThe node to deregister