oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
Loading...
Searching...
No Matches
Classes | Namespaces
stream.hpp File Reference

Byte-stream ring buffer with RAII lifecycle. More...

#include <ove/stream.h>
#include <ove/types.hpp>
Include dependency graph for stream.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ove::Stream< BufSize >
 RAII wrapper around an oveRTOS byte-stream (ring-buffer) object. More...
 

Namespaces

namespace  ove
 Top-level namespace for all oveRTOS C++ abstractions.
 

Detailed Description

Byte-stream ring buffer with RAII lifecycle.