#include <TimerComponent.hpp>
Public Member Functions | |
virtual void | timeout (os::Timer::TimerId id) |
virtual void | timeout (os::Timer::TimerId id) |
TimeoutCatcher (RTT::os::Timer::TimerId max_timers, RTT::OutputPort< RTT::os::Timer::TimerId > &e) | |
TimeoutCatcher (RTT::os::Timer::TimerId max_timers, RTT::OutputPort< RTT::os::Timer::TimerId > &e) | |
Public Attributes | |
RTT::OutputPort < RTT::os::Timer::TimerId > & | me |
Helper class for catching the virtual timeout function of Timer.
Definition at line 28 of file install/include/orocos/ocl/TimerComponent.hpp.
OCL::TimerComponent::TimeoutCatcher::TimeoutCatcher | ( | RTT::os::Timer::TimerId | max_timers, | |
RTT::OutputPort< RTT::os::Timer::TimerId > & | e | |||
) | [inline] |
Definition at line 30 of file install/include/orocos/ocl/TimerComponent.hpp.
OCL::TimerComponent::TimeoutCatcher::TimeoutCatcher | ( | RTT::os::Timer::TimerId | max_timers, | |
RTT::OutputPort< RTT::os::Timer::TimerId > & | e | |||
) | [inline] |
Definition at line 30 of file timer/TimerComponent.hpp.
virtual void OCL::TimerComponent::TimeoutCatcher::timeout | ( | os::Timer::TimerId | id | ) | [inline, virtual] |
Definition at line 33 of file timer/TimerComponent.hpp.
virtual void OCL::TimerComponent::TimeoutCatcher::timeout | ( | os::Timer::TimerId | id | ) | [inline, virtual] |
Definition at line 33 of file install/include/orocos/ocl/TimerComponent.hpp.
RTT::OutputPort< RTT::os::Timer::TimerId > & OCL::TimerComponent::TimeoutCatcher::me |
Definition at line 29 of file install/include/orocos/ocl/TimerComponent.hpp.