Public Member Functions | Protected Member Functions

KatanaSensorThread Class Reference

Katana sensor thread. More...

#include "sensor_thread.h"

Inheritance diagram for KatanaSensorThread:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 KatanaSensorThread (KatanaActThread *act_thread)
 Constructor.
virtual void loop ()

Protected Member Functions

virtual void run ()
 Stub to see name in backtrace for easier debugging.

Detailed Description

Katana sensor thread.

This thread integrates into the Fawkes main loop at the SENSOR hook and triggers the act thread to retrieve and write new sensor data.

Author:
Tim Niemueller

Definition at line 41 of file sensor_thread.h.


Constructor & Destructor Documentation

KatanaSensorThread::KatanaSensorThread ( KatanaActThread act_thread  ) 

Constructor.

Parameters:
act_thread Katana act thread instance to trigger for the sensor update.

Definition at line 38 of file sensor_thread.cpp.


Member Function Documentation

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

Stub to see name in backtrace for easier debugging.

See also:
Thread::run()

Definition at line 53 of file sensor_thread.h.


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