![]() |
Smart Minotaur
|
The QMinotaurControlThread class is used to run a QMinotaurControlNode in a seperate thread. Mehr ...
#include <QMinotaurControlThread.hpp>
Öffentliche Slots | |
void | stop () |
Öffentliche Methoden | |
QMinotaurControlThread (QMinotaurControlNode &p_controlNode) |
The QMinotaurControlThread class is used to run a QMinotaurControlNode in a seperate thread.
The QMinotaurControlNode object is set in QMinotaurControlThread(QMinotaurControlNode &p_controlNode) and cannot be changed after construction. After calling start(), the thread will spin the control node and process incoming and outgoing messages.