Public Types | |
| typedef ServerGoalHandle< TestAction > | GoalHandle |
Public Member Functions | |
| void | goalCallback (GoalHandle gh) |
| ServerGoalHandleDestructionTester () | |
| ~ServerGoalHandleDestructionTester () | |
Public Attributes | |
| ActionServer< TestAction > * | as_ |
| GoalHandle * | gh_ |
| ros::NodeHandle | nh_ |
Definition at line 78 of file server_goal_handle_destruction.cpp.
| typedef ServerGoalHandle<TestAction> actionlib::ServerGoalHandleDestructionTester::GoalHandle |
Definition at line 113 of file server_goal_handle_destruction.cpp.
| ServerGoalHandleDestructionTester::ServerGoalHandleDestructionTester | ( | ) |
Definition at line 65 of file server_goal_handle_destruction.cpp.
| ServerGoalHandleDestructionTester::~ServerGoalHandleDestructionTester | ( | ) |
Definition at line 74 of file server_goal_handle_destruction.cpp.
| void ServerGoalHandleDestructionTester::goalCallback | ( | GoalHandle | gh | ) |
Definition at line 81 of file server_goal_handle_destruction.cpp.
| ActionServer<TestAction>* actionlib::ServerGoalHandleDestructionTester::as_ |
Definition at line 118 of file server_goal_handle_destruction.cpp.
| GoalHandle* actionlib::ServerGoalHandleDestructionTester::gh_ |
Definition at line 119 of file server_goal_handle_destruction.cpp.
| ros::NodeHandle actionlib::ServerGoalHandleDestructionTester::nh_ |
Definition at line 117 of file server_goal_handle_destruction.cpp.