$search
#include <actionlib/action_definition.h>#include <actionlib/server/action_server.h>#include <actionlib/server/service_server_imp.h>

Go to the source code of this file.
Classes | |
| class | actionlib::ServiceServer |
| class | actionlib::ServiceServerImp |
| class | actionlib::ServiceServerImpT< ActionSpec > |
Namespaces | |
| namespace | actionlib |
Functions | |
| template<class ActionSpec > | |
| ServiceServer | actionlib::advertiseService (ros::NodeHandle n, std::string name, boost::function< bool(const typename ActionSpec::_action_goal_type::_goal_type &, typename ActionSpec::_action_result_type::_result_type &result)> service_cb) |