![]() |
Smart Minotaur
|
Öffentliche Methoden | |
KeyboardThread (MinotaurControlNode &p_controlNode) | |
void | run () |
The content of this method is executed in the thread. | |
![]() | |
void | start () |
void | stop () |
void | join () |
Geschützte Methoden | |
void | onStart () |
This method is called before the thread is started (call of start()). | |
void | onStop () |
This method is called when stop() is called. | |
void | initKeyHandling () |
|
inlineprotectedvirtual |
This method is called before the thread is started (call of start()).
Any adjustments of members should be done here.
Implementiert minotaur::Thread.
|
inlineprotectedvirtual |
This method is called when stop() is called.
The correct stopping of the thread should be done here (e.g. set a bool to false).
Implementiert minotaur::Thread.
|
inlinevirtual |
The content of this method is executed in the thread.
All work done by the thread should be implemented here.
Implementiert minotaur::Thread.