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 134 of file service_callback_helper.h.
|
inlinevirtual |
Definition at line 137 of file service_callback_helper.h.
|
pure virtual |
Implemented in ros::ServiceCallbackHelperT< Spec >.