YARP
Yet Another Robot Platform
WireTypes.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_OS_IDL_WIRETYPES_H
10 #define YARP_OS_IDL_WIRETYPES_H
11 
12 #include <yarp/os/Log.h>
13 #include <yarp/os/NetFloat32.h>
14 #include <yarp/os/NetFloat64.h>
15 #include <yarp/os/NetInt16.h>
16 #include <yarp/os/NetInt32.h>
17 #include <yarp/os/NetInt64.h>
18 #include <yarp/os/NetUint16.h>
19 #include <yarp/os/NetUint32.h>
20 #include <yarp/os/NetUint64.h>
21 #include <yarp/os/Wire.h>
22 #include <yarp/os/idl/BareStyle.h>
24 #include <yarp/os/idl/Unwrapped.h>
26 #include <yarp/os/idl/WireReader.h>
27 #include <yarp/os/idl/WireState.h>
28 #include <yarp/os/idl/WireVocab.h>
29 #include <yarp/os/idl/WireWriter.h>
30 
31 #include <cstdint>
32 #include <cstdio>
33 #include <map>
34 #include <set>
35 #include <string>
36 #include <vector>
37 
38 #endif // YARP_OS_IDL_WIRETYPES_H
NetInt32.h
Wire.h
NetUint16.h
Log.h
WireReader.h
NetUint32.h
NetFloat64.h
BottleStyle.h
WireWriter.h
WireState.h
NetUint64.h
BareStyle.h
WireVocab.h
NetInt64.h
WirePortable.h
NetFloat32.h
NetInt16.h
Unwrapped.h