Thread for periodically requesting feedback messages from the SCHUNK five finger hand. More...
#include <SVHFeedbackPollingThread.h>
Public Member Functions | |
virtual void | run () |
run method of the thread | |
SVHFeedbackPollingThread (const TimeSpan &period, SVHFingerManager *finger_manager) | |
SVHFeedbackPollingThread constructs a new thread to poll the feedback of all fingers periodically. | |
virtual | ~SVHFeedbackPollingThread () |
default DTOR | |
Private Attributes | |
SVHFingerManager * | m_finger_manager |
pointer to SCHUNK five finger hand fingermanager object |
Thread for periodically requesting feedback messages from the SCHUNK five finger hand.
Definition at line 48 of file SVHFeedbackPollingThread.h.
driver_svh::SVHFeedbackPollingThread::SVHFeedbackPollingThread | ( | const TimeSpan & | period, |
SVHFingerManager * | finger_manager | ||
) |
SVHFeedbackPollingThread constructs a new thread to poll the feedback of all fingers periodically.
period | timespan after which the thread should be woken up |
finger_manager | reference to the fingermanager which functions are used to do the polling |
Definition at line 35 of file SVHFeedbackPollingThread.cpp.
virtual driver_svh::SVHFeedbackPollingThread::~SVHFeedbackPollingThread | ( | ) | [inline, virtual] |
default DTOR
Definition at line 59 of file SVHFeedbackPollingThread.h.
void driver_svh::SVHFeedbackPollingThread::run | ( | ) | [virtual] |
run method of the thread
Implements icl_core::thread::Thread.
Definition at line 41 of file SVHFeedbackPollingThread.cpp.
pointer to SCHUNK five finger hand fingermanager object
Definition at line 67 of file SVHFeedbackPollingThread.h.