Interface ServiceServer<T,S>

Type Parameters:
T - this ServiceServer responds to requests of this type
S - this ServiceServer returns responses of this type
All Known Implementing Classes:
DefaultServiceServer

public interface ServiceServer<T,S>
Provides a ROS service.
Author:
damonkohler@google.com (Damon Kohler)
See Also: