µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches

µOS++ POSIX I/O C++ utilites. More...

Classes

class  os::posix::circular_buffer< T >
 Circular buffer class template. More...
 

Typedefs

using os::posix::circular_buffer_bytes = circular_buffer< uint8_t >
 Circular buffer of bytes.
 

Detailed Description

µOS++ POSIX I/O C++ utilites.

This page groups the classes providing various utilities used in the POSIX I/O subsistem.

TODO: add content

Typedef Documentation

◆ circular_buffer_bytes

Circular buffer of bytes.

Definition at line 197 of file circular-buffer.h.