IFrameTransformClientControl Interface. More...
#include <yarp/dev/IFrameTransformClientControl.h>
Public Member Functions | |
virtual | ~IFrameTransformClientControl () |
Destructor. More... | |
virtual bool | isConnectedWithServer ()=0 |
Returns true if the client is connected with the server, false otherwise. More... | |
virtual bool | reconnectWithServer ()=0 |
Attempts to reconnect the client with the server. More... | |
IFrameTransformClientControl Interface.
Definition at line 28 of file IFrameTransformClientControl.h.
|
virtualdefault |
Destructor.
|
pure virtual |
Returns true if the client is connected with the server, false otherwise.
Implemented in FrameTransformClient.
|
pure virtual |
Attempts to reconnect the client with the server.
Returns true if the operation is succesful, false otherwise.
Implemented in FrameTransformClient.