Abstract base class used by service servers to deal with concrete message types through a common interface. This is one part of the roscpp API that is not fully stable, so overloading this class is not recommended. More...
#include <service_callback_helper.h>
Public Member Functions | |
virtual bool | call (ServiceCallbackHelperCallParams ¶ms)=0 |
virtual | ~ServiceCallbackHelper () |
Abstract base class used by service servers to deal with concrete message types through a common interface. This is one part of the roscpp API that is not fully stable, so overloading this class is not recommended.
Definition at line 145 of file service_callback_helper.h.
virtual ros::ServiceCallbackHelper::~ServiceCallbackHelper | ( | ) | [inline, virtual] |
Definition at line 148 of file service_callback_helper.h.
virtual bool ros::ServiceCallbackHelper::call | ( | ServiceCallbackHelperCallParams & | params | ) | [pure virtual] |
Implemented in ros::ServiceCallbackHelperT< Spec >.