YARP
Yet Another Robot Platform
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
14
namespace
yarp
{
15
namespace
dev {
16
class
IFrameTransformClientControl;
17
}
18
}
19
25
class
YARP_dev_API
yarp
::
dev::IFrameTransformClientControl
26
{
27
public
:
31
virtual
~IFrameTransformClientControl
();
32
37
virtual
bool
isConnectedWithServer
() = 0;
38
44
virtual
bool
reconnectWithServer
() = 0;
45
};
46
47
48
#endif
// YARP_DEV_IFRAMETRANSFORM_CLIENTCONTROL_H
Vocab.h
yarp::dev::IFrameTransformClientControl
IFrameTransformClientControl Interface.
Definition:
IFrameTransformClientControl.h:26
yarp::dev::IFrameTransformClientControl::~IFrameTransformClientControl
virtual ~IFrameTransformClientControl()
Destructor.
yarp::dev::IFrameTransformClientControl::reconnectWithServer
virtual bool reconnectWithServer()=0
Attempts to reconnect the client with the server.
yarp::dev::IFrameTransformClientControl::isConnectedWithServer
virtual bool isConnectedWithServer()=0
Returns true if the client is connected with the server, false otherwise.
yarp
The main, catch-all namespace for YARP.
Definition:
dirs.h:16
api.h
YARP_dev_API
#define YARP_dev_API
Definition:
api.h:18
YARP
3.5.1
src
libYARP_dev
src
yarp
dev
IFrameTransformClientControl.h
Generated on Sat Dec 25 2021 02:23:03 for YARP by
1.9.1