YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
WireTypes.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_WIRETYPES_H
7#define YARP_OS_IDL_WIRETYPES_H
8
9#include <yarp/os/Log.h>
10#include <yarp/os/NetFloat32.h>
11#include <yarp/os/NetFloat64.h>
12#include <yarp/os/NetInt16.h>
13#include <yarp/os/NetInt32.h>
14#include <yarp/os/NetInt64.h>
15#include <yarp/os/NetUint16.h>
16#include <yarp/os/NetUint32.h>
17#include <yarp/os/NetUint64.h>
18#include <yarp/os/Wire.h>
26
27#include <cstdint>
28#include <cstdio>
29#include <map>
30#include <set>
31#include <string>
32#include <vector>
33
34#endif // YARP_OS_IDL_WIRETYPES_H