Thread for periodically requesting feedback messages from the SCHUNK five finger hand. More...
#include <SVHFeedbackPollingThread.h>

Private Attributes | |
| SVHFingerManager * | m_finger_manager | 
| pointer to SCHUNK five finger hand fingermanager object  More... | |
Additional Inherited Members | |
  Static Public Member Functions inherited from icl_core::thread::Thread | |
| static icl_core::ThreadId | selfId () | 
  Protected Member Functions inherited from icl_core::thread::PeriodicThread | |
| void | waitPeriod () | 
  Protected Member Functions inherited from icl_core::Noncopyable | |
| Noncopyable () | |
| virtual | ~Noncopyable () | 
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.
      
  | 
  inlinevirtual | 
default DTOR
Definition at line 59 of file SVHFeedbackPollingThread.h.
      
  | 
  virtual | 
run method of the thread
Implements icl_core::thread::Thread.
Definition at line 41 of file SVHFeedbackPollingThread.cpp.
      
  | 
  private | 
pointer to SCHUNK five finger hand fingermanager object
Definition at line 67 of file SVHFeedbackPollingThread.h.