YARP
Yet Another Robot Platform
WireVocab.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_OS_IDL_WIREVOCAB_H
7
#define YARP_OS_IDL_WIREVOCAB_H
8
9
#include <
yarp/os/api.h
>
10
11
namespace
yarp
{
12
namespace
os {
13
namespace
idl {
14
15
class
YARP_os_API
WireVocab
16
{
17
public
:
18
virtual
~WireVocab
() {}
19
virtual
int
fromString
(
const
std::string& input) = 0;
20
virtual
std::string
toString
(
int
input)
const
= 0;
21
};
22
23
}
// namespace idl
24
}
// namespace os
25
}
// namespace yarp
26
27
#endif
// YARP_OS_IDL_WIREVOCAB_H
yarp::os::idl::WireVocab
Definition:
WireVocab.h:16
yarp::os::idl::WireVocab::fromString
virtual int fromString(const std::string &input)=0
yarp::os::idl::WireVocab::toString
virtual std::string toString(int input) const =0
yarp::os::idl::WireVocab::~WireVocab
virtual ~WireVocab()
Definition:
WireVocab.h:18
yarp
The main, catch-all namespace for YARP.
Definition:
dirs.h:16
api.h
YARP_os_API
#define YARP_os_API
Definition:
api.h:18
YARP
3.5.1
src
libYARP_os
src
yarp
os
idl
WireVocab.h
Generated on Sat Dec 25 2021 02:23:03 for YARP by
1.9.1