callback_ | robot_activity::IsolatedAsyncTimer | private |
callback_queue_ | robot_activity::IsolatedAsyncTimer | private |
frequency_ | robot_activity::IsolatedAsyncTimer | private |
IsolatedAsyncTimer()=delete | robot_activity::IsolatedAsyncTimer | |
IsolatedAsyncTimer(const ros::NodeHandle &node_handle, const IsolatedAsyncTimer::LambdaCallback &callback, const float &frequency, bool stoppable=true, bool autostart=true, bool oneshot=false) | robot_activity::IsolatedAsyncTimer | inline |
IsolatedAsyncTimer(const ros::NodeHandle &node_handle, const ros::TimerCallback &callback, const float &frequency, bool stoppable=true, bool autostart=true, bool oneshot=false) | robot_activity::IsolatedAsyncTimer | inline |
isValid() | robot_activity::IsolatedAsyncTimer | inline |
LambdaCallback typedef | robot_activity::IsolatedAsyncTimer | |
node_handle_ | robot_activity::IsolatedAsyncTimer | private |
pause() | robot_activity::IsolatedAsyncTimer | inline |
paused_ | robot_activity::IsolatedAsyncTimer | private |
period_ | robot_activity::IsolatedAsyncTimer | private |
resume() | robot_activity::IsolatedAsyncTimer | inline |
setRate(const float &frequency, bool reset=true) | robot_activity::IsolatedAsyncTimer | inline |
spinner_ | robot_activity::IsolatedAsyncTimer | private |
start() | robot_activity::IsolatedAsyncTimer | inline |
stop() | robot_activity::IsolatedAsyncTimer | inline |
stoppable_ | robot_activity::IsolatedAsyncTimer | private |
timer_ | robot_activity::IsolatedAsyncTimer | private |
timer_ops_ | robot_activity::IsolatedAsyncTimer | private |
to_timer_callback(const IsolatedAsyncTimer::LambdaCallback &callback) | robot_activity::IsolatedAsyncTimer | inlinestatic |
wrapTimerCallback(const ros::TimerCallback &callback) const | robot_activity::IsolatedAsyncTimer | inlineprivate |
~IsolatedAsyncTimer() | robot_activity::IsolatedAsyncTimer | inline |