YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
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/conf/system.h
>
10
#if !defined(YARP_INCLUDING_DEPRECATED_HEADER_YARP_DEV_ICONTROLLIMITS2_H_ON_PURPOSE)
11
YARP_COMPILER_WARNING
(
"<yarp/os/idl/WireVocab.h> file is deprecated"
)
12
#endif
13
14
15
#include <
yarp/os/api.h
>
16
17
#include <string>
18
19
namespace
yarp::os::idl
{
20
21
class
YARP_os_DEPRECATED_API
WireVocab
22
{
23
public
:
24
virtual
~WireVocab
() {}
25
virtual
int
fromString
(
const
std::string& input) = 0;
26
virtual
std::string
toString
(
int
input)
const
= 0;
27
};
28
29
}
// namespace yarp::os::idl
30
31
#endif
// YARP_OS_IDL_WIREVOCAB_H
yarp::os::idl::WireVocab
Definition
WireVocab.h:22
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:24
yarp::os::idl
Definition
BareStyle.h:13
system.h
YARP_COMPILER_WARNING
#define YARP_COMPILER_WARNING(x)
Generate a warning at build time on supported compilers.
Definition
system.h:111
api.h
YARP_os_DEPRECATED_API
#define YARP_os_DEPRECATED_API
Definition
api.h:20
YARP
3.11.100+20250603.4+gitaa77f8b5c
src
libYARP_os
src
yarp
os
idl
WireVocab.h
Generated on Wed Jun 4 2025 02:40:11 for YARP by
1.9.8