$search
Public Member Functions | |
| bool | hasPending () |
| Impl () | |
| bool | isValid () |
| void | setPeriod (const WallDuration &period) |
| void | start () |
| void | stop () |
| ~Impl () | |
Public Attributes | |
| WallTimerCallback | callback_ |
| CallbackQueueInterface * | callback_queue_ |
| bool | has_tracked_object_ |
| bool | oneshot_ |
| WallDuration | period_ |
| bool | started_ |
| int32_t | timer_handle_ |
| VoidConstWPtr | tracked_object_ |
Definition at line 81 of file wall_timer.h.
| ros::WallTimer::Impl::Impl | ( | ) |
Definition at line 34 of file wall_timer.cpp.
| ros::WallTimer::Impl::~Impl | ( | ) |
Definition at line 39 of file wall_timer.cpp.
| bool ros::WallTimer::Impl::hasPending | ( | ) |
Definition at line 74 of file wall_timer.cpp.
| bool ros::WallTimer::Impl::isValid | ( | ) |
Definition at line 69 of file wall_timer.cpp.
| void ros::WallTimer::Impl::setPeriod | ( | const WallDuration & | period | ) |
Definition at line 84 of file wall_timer.cpp.
| void ros::WallTimer::Impl::start | ( | ) |
Definition at line 45 of file wall_timer.cpp.
| void ros::WallTimer::Impl::stop | ( | ) |
Definition at line 59 of file wall_timer.cpp.
| WallTimerCallback ros::WallTimer::Impl::callback_ |
Definition at line 98 of file wall_timer.h.
Definition at line 99 of file wall_timer.h.
Definition at line 101 of file wall_timer.h.
Definition at line 102 of file wall_timer.h.
Definition at line 97 of file wall_timer.h.
Definition at line 94 of file wall_timer.h.
Definition at line 95 of file wall_timer.h.
| VoidConstWPtr ros::WallTimer::Impl::tracked_object_ |
Definition at line 100 of file wall_timer.h.