µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
io.h File Reference
#include <cmsis-plus/posix-io/types.h>
#include <cmsis-plus/diag/trace.h>
#include <cstddef>
#include <cstdarg>
#include <sys/types.h>

Go to the source code of this file.

Classes

class  os::posix::io
 Base I/O class. More...
 
class  os::posix::io_impl
 

Namespaces

namespace  os
 System namespace.
 
namespace  os::posix
 

Functions

ioos::posix::open (const char *path, int oflag,...)
 
ioos::posix::vopen (const char *path, int oflag, std::va_list args)