Template Class TypedServiceServerImpl

Inheritance Relationships

Base Type

Class Documentation

template<class S, class MReq, class MRes, class T>
class TypedServiceServerImpl : public swri::ServiceServerImpl

Public Functions

inline TypedServiceServerImpl()
inline TypedServiceServerImpl(rclcpp::Node &nh, const std::string &service, bool (T::* srv_func)(const MReq&, const MRes&), T *obj)