Main thread of ball position logger plugin. More...
#include <thread.h>
Public Member Functions | |
BallPosLogThread () | |
Constructor. | |
virtual | ~BallPosLogThread () |
Destructor. | |
virtual void | init () |
virtual void | loop () |
virtual void | finalize () |
Protected Member Functions | |
virtual void | run () |
Stub to see name in backtrace for easier debugging. |
Main thread of ball position logger plugin.
Definition at line 36 of file thread.h.
BallPosLogThread::BallPosLogThread | ( | ) |
Constructor.
Definition at line 35 of file thread.cpp.
BallPosLogThread::~BallPosLogThread | ( | ) | [virtual] |
Destructor.
Definition at line 45 of file thread.cpp.
virtual void BallPosLogThread::run | ( | ) | [inline, protected, virtual] |