YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
IFrameTransformClientControl.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6#ifndef YARP_DEV_IFRAMETRANSFORM_CLIENTCONTROL_H
7#define YARP_DEV_IFRAMETRANSFORM_CLIENTCONTROL_H
8
9#include <string>
10#include <vector>
11#include <yarp/dev/api.h>
12#include <yarp/os/Vocab.h>
13
14namespace yarp::dev {
15class IFrameTransformClientControl;
16}
17
24{
25public:
30
35 virtual bool isConnectedWithServer() = 0;
36
42 virtual bool reconnectWithServer() = 0;
43};
44
45
46#endif // YARP_DEV_IFRAMETRANSFORM_CLIENTCONTROL_H
IFrameTransformClientControl Interface.
virtual ~IFrameTransformClientControl()
Destructor.
virtual bool reconnectWithServer()=0
Attempts to reconnect the client with the server.
virtual bool isConnectedWithServer()=0
Returns true if the client is connected with the server, false otherwise.
For streams capable of holding different kinds of content, check what they actually have.
The main, catch-all namespace for YARP.
Definition dirs.h:16
#define YARP_dev_API
Definition api.h:18