YARP
Yet Another Robot Platform
NetUint8.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_NETUINT8_H
7 #define YARP_OS_NETUINT8_H
8 
9 namespace yarp {
10 namespace os {
11 
15 typedef std::uint8_t NetUint8;
16 
17 } // namespace os
18 } // namespace yarp
19 
20 #endif // YARP_OS_NETUINT8_H
std::uint8_t NetUint8
Definition of the NetUint8 type.
Definition: NetUint8.h:15
The main, catch-all namespace for YARP.
Definition: dirs.h:16