Mark3 Realtime Kernel
streamer.h File Reference

Thread/Interrupt-safe byte-based data streaming. More...

#include "kerneltypes.h"
#include "mark3.h"

Go to the source code of this file.

Classes

class  Mark3::Streamer
 The Streamer class. This class implements a circular byte-buffer with thread and interrupt safe methods for writing-to and reading-from the buffer. Objects of this class type are designed to be shared between threads, or between threads and interrupts. More...
 

Namespaces

 Mark3
 

Detailed Description

Thread/Interrupt-safe byte-based data streaming.

Definition in file streamer.h.