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