Public Types | |
using | FeedbackConstPtr = TwoIntsActionServer::FeedbackConstPtr |
Public Member Functions | |
void | feedback_callback (const FeedbackConstPtr &) |
bool | wait_for_feedback () |
Public Attributes | |
bool | have_feedback_ = false |
std::mutex | mtx_ |
Definition at line 83 of file realtime_server_goal_handle_tests.cpp.
using FeedbackCallback::FeedbackConstPtr = TwoIntsActionServer::FeedbackConstPtr |
Definition at line 88 of file realtime_server_goal_handle_tests.cpp.
|
inline |
Definition at line 89 of file realtime_server_goal_handle_tests.cpp.
|
inline |
Definition at line 95 of file realtime_server_goal_handle_tests.cpp.
bool FeedbackCallback::have_feedback_ = false |
Definition at line 85 of file realtime_server_goal_handle_tests.cpp.
std::mutex FeedbackCallback::mtx_ |
Definition at line 86 of file realtime_server_goal_handle_tests.cpp.