YARP
Yet Another Robot Platform
NetInt8.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_NETINT8_H
10 #define YARP_OS_NETINT8_H
11 
12 namespace yarp {
13 namespace os {
14 
18 typedef std::int8_t NetInt8;
19 
20 } // namespace os
21 } // namespace yarp
22 
23 #endif // YARP_OS_NETINT8_H
yarp::os::NetInt8
std::int8_t NetInt8
Definition of the NetInt8 type.
Definition: NetInt8.h:18
yarp
The main, catch-all namespace for YARP.
Definition: environment.h:18