YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
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
9namespace yarp::os {
10
14typedef std::uint8_t NetUint8;
15
16} // namespace yarp::os
17
18#endif // YARP_OS_NETUINT8_H
An interface to the operating system, including Port based communication.
std::uint8_t NetUint8
Definition of the NetUint8 type.
Definition NetUint8.h:14