Public Types | |
| using | GoalHandle = TwoIntsActionServer::GoalHandle |
Public Member Functions | |
| void | cancel_callback (GoalHandle handle) |
| void | goal_callback (GoalHandle handle) |
| bool | wait_for_handle () |
Public Attributes | |
| GoalHandle | handle_ |
| bool | have_handle_ = false |
| std::mutex | mtx_ |
Definition at line 47 of file realtime_server_goal_handle_tests.cpp.
Definition at line 49 of file realtime_server_goal_handle_tests.cpp.
|
inline |
Definition at line 62 of file realtime_server_goal_handle_tests.cpp.
|
inline |
Definition at line 54 of file realtime_server_goal_handle_tests.cpp.
|
inline |
Definition at line 66 of file realtime_server_goal_handle_tests.cpp.
| GoalHandle ActionCallback::handle_ |
Definition at line 51 of file realtime_server_goal_handle_tests.cpp.
| bool ActionCallback::have_handle_ = false |
Definition at line 50 of file realtime_server_goal_handle_tests.cpp.
| std::mutex ActionCallback::mtx_ |
Definition at line 52 of file realtime_server_goal_handle_tests.cpp.