Public Member Functions | Protected Member Functions

BallPosLogThread Class Reference

Main thread of ball position logger plugin. More...

#include <thread.h>

Inheritance diagram for BallPosLogThread:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

Main thread of ball position logger plugin.

Author:
Tim Niemueller

Definition at line 36 of file thread.h.


Constructor & Destructor Documentation

BallPosLogThread::BallPosLogThread (  ) 

Constructor.

Definition at line 35 of file thread.cpp.

BallPosLogThread::~BallPosLogThread (  )  [virtual]

Destructor.

Definition at line 45 of file thread.cpp.


Member Function Documentation

virtual void BallPosLogThread::run (  )  [inline, protected, virtual]

Stub to see name in backtrace for easier debugging.

See also:
Thread::run()

Definition at line 52 of file thread.h.


The documentation for this class was generated from the following files: