µ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++ utilities. More...

Classes

class  os::posix::circular_buffer< T >
 Circular buffer class template.<cmsis-plus/posix-driver/circular-buffer.h> More...
 

Typedefs

using os::posix::circular_buffer_bytes = circular_buffer< uint8_t >
 Circular buffer of bytes.<cmsis-plus/posix-driver/circular-buffer.h>
 

Detailed Description

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

TODO: add content

Typedef Documentation

◆ circular_buffer_bytes

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