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