YARP
Yet Another Robot Platform
IFrameTransformClientControl.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
3
* All rights reserved.
4
*
5
* This software may be modified and distributed under the terms of the
6
* BSD-3-Clause license. See the accompanying LICENSE file for details.
7
*/
8
9
#ifndef YARP_DEV_IFRAMETRANSFORM_CLIENTCONTROL_H
10
#define YARP_DEV_IFRAMETRANSFORM_CLIENTCONTROL_H
11
12
#include <string>
13
#include <vector>
14
#include <
yarp/dev/api.h
>
15
#include <
yarp/os/Vocab.h
>
16
17
namespace
yarp
{
18
namespace
dev {
19
class
IFrameTransformClientControl;
20
}
21
}
22
28
class
YARP_dev_API
yarp
::
dev::IFrameTransformClientControl
29
{
30
public
:
34
virtual
~IFrameTransformClientControl
();
35
40
virtual
bool
isConnectedWithServer
() = 0;
41
47
virtual
bool
reconnectWithServer
() = 0;
48
};
49
50
51
#endif // YARP_DEV_IFRAMETRANSFORM_CLIENTCONTROL_H
yarp::dev::IFrameTransformClientControl::isConnectedWithServer
virtual bool isConnectedWithServer()=0
Returns true if the client is connected with the server, false otherwise.
yarp::dev::IFrameTransformClientControl
IFrameTransformClientControl Interface.
Definition:
IFrameTransformClientControl.h:29
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_API
#define YARP_dev_API
Definition:
api.h:19
yarp
The main, catch-all namespace for YARP.
Definition:
environment.h:18
Vocab.h
api.h
YARP
3.4.100+20201223.2+gitb8ea4d712
src
libYARP_dev
src
yarp
dev
IFrameTransformClientControl.h
Generated on Sun Jan 3 2021 02:46:23 for YARP by
1.8.20