Template Class ActionServerMock
Defined in File action_server_mock.hpp
Inheritance Relationships
Base Type
public rtest::MockBase(Class MockBase)
Class Documentation
-
template<typename ActionT>
class ActionServerMock : public rtest::MockBase Public Types
-
using GoalHandle = typename rclcpp_action::ServerGoalHandle<ActionT>
-
using GoalResponse = rclcpp_action::GoalResponse
-
using CancelResponse = rclcpp_action::CancelResponse
Public Functions
-
inline explicit ActionServerMock(rclcpp_action::ServerBase *server)
-
inline ~ActionServerMock()
Public Members
-
GoalCallback goal_callback
-
CancelCallback cancel_callback
-
AcceptedCallback accepted_callback
-
using GoalHandle = typename rclcpp_action::ServerGoalHandle<ActionT>