#include <topic_service_server.h>
Public Member Functions | |
template<class MReq , class MRes , class T > | |
void | initialize (ros::NodeHandle &nh, const std::string &service, bool(T::*srv_func)(const MReq &, MRes &), T *obj) |
TopicServiceServer () | |
Private Attributes | |
boost::shared_ptr< ImplRoot > | impl_ |
Definition at line 87 of file topic_service_server.h.
swri::TopicServiceServer::TopicServiceServer | ( | ) | [inline] |
Definition at line 104 of file topic_service_server.h.
void swri::TopicServiceServer::initialize | ( | ros::NodeHandle & | nh, |
const std::string & | service, | ||
bool(T::*)(const MReq &, MRes &) | srv_func, | ||
T * | obj | ||
) | [inline] |
Definition at line 111 of file topic_service_server.h.
boost::shared_ptr<ImplRoot> swri::TopicServiceServer::impl_ [private] |
Definition at line 91 of file topic_service_server.h.