23 #ifndef __PLUGINS_ROOMBA_SENSOR_THREAD_H_ 24 #define __PLUGINS_ROOMBA_SENSOR_THREAD_H_ 26 #include <core/threading/thread.h> 27 #include <aspect/blocked_timing.h> 28 #include <aspect/logging.h> 43 protected:
virtual void run() { Thread::run(); }
Thread class encapsulation of pthreads.
Thread aspect to use blocked timing.
Roomba 500 integration thread.
virtual void run()
Stub to see name in backtrace for easier debugging.
virtual void loop()
Code to execute in the thread.
Thread aspect to log output.
RoombaSensorThread(Roomba500Thread *roomba500_thread)
Constructor.
Roomba sensor hook integration thread.