RTI Connext Modern C++ API Version 7.3.0
|
The asynchronous interface derived from the RobotControl service. More...
#include <ServiceEndpoint.hpp>
Public Member Functions | |
virtual std::future< Coordinates > | walk_to_async (const Coordinates &destination, float speed)=0 |
An IDL interface method defined in RobotControl. More... | |
virtual std::future< float > | get_speed_async ()=0 |
An IDL interface method defined in RobotControl. More... | |
virtual | ~RobotControlAsync () |
An empty virtual destructor. More... | |
The asynchronous interface derived from the RobotControl service.
RobotControlClient implements this interface to make asynchronous remote function calls.
This interface is not implemented on the server side.
|
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.