#include <OpenRTMUtil.h>
Public Member Functions | |
| ClockReceiver (OpenRTM::ExtTrigExecutionContextService_ptr i_ec, double i_period) | |
| void | tick (double dt) |
Private Attributes | |
| OpenRTM::ExtTrigExecutionContextService_ptr | m_ec |
| double | m_period |
| double | m_time |
| duration since the last period | |
Definition at line 15 of file OpenRTMUtil.h.
| ClockReceiver::ClockReceiver | ( | OpenRTM::ExtTrigExecutionContextService_ptr | i_ec, |
| double | i_period | ||
| ) | [inline] |
Definition at line 18 of file OpenRTMUtil.h.
| void ClockReceiver::tick | ( | double | dt | ) | [inline] |
Definition at line 21 of file OpenRTMUtil.h.
OpenRTM::ExtTrigExecutionContextService_ptr ClockReceiver::m_ec [private] |
Definition at line 29 of file OpenRTMUtil.h.
double ClockReceiver::m_period [private] |
Definition at line 30 of file OpenRTMUtil.h.
double ClockReceiver::m_time [private] |
duration since the last period
Definition at line 31 of file OpenRTMUtil.h.