RTI Connext Modern C++ API
Version 6.1.1
|
The synchronous interface generated from the RobotControl IDL service. More...
#include <ServiceEndpoint.hpp>
Public Member Functions | |
virtual Coordinates | walk_to (const Coordinates &destination, float speed)=0 |
An IDL interface method defined in RobotControl. More... | |
virtual float | get_speed ()=0 |
An IDL interface method defined in RobotControl. More... | |
virtual | ~RobotControl () |
An empty virtual destructor. More... | |
The synchronous interface generated from the RobotControl IDL service.
RobotControlClient implements this interface to make synchronous remote function calls.
Server-side applications must implement this interface to handle remote calls. To execute an implementation of this interface, create a RobotControlService.
|
inlinevirtual |
An empty virtual destructor.
|
pure virtual |
An IDL interface method defined in RobotControl.
destination | An input argument |
speed | An input argument |
|
pure virtual |
An IDL interface method defined in RobotControl.