YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
Terminal.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-FileCopyrightText: 2006-2010 RobotCub Consortium
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef YARP_OS_IMPL_TERMINAL_H
8#define YARP_OS_IMPL_TERMINAL_H
9
10#include <yarp/os/api.h>
11
12#include <string>
13
15
17bool EOFreached();
18
20std::string getStdin();
21
23std::string readString(bool* eof);
24
25} // namespace yarp::os::impl::Terminal
26
27#endif // YARP_OS_IMPL_TERMINAL_H
A mini-server for performing network communication in the background.
std::string readString(bool *eof)
Definition Terminal.cpp:76
std::string getStdin()
Definition Terminal.cpp:34
#define YARP_os_impl_API
Definition api.h:46