![]() |
GM6000 Digital Heater Controller Build: 20 (Branch = develop)
SDX-1330
|
#include "Cpl/Io/InputOutput.h"#include "Cpl/Container/RingBuffer.h"#include "Cpl/System/Semaphore.h"#include "Cpl/System/Mutex.h"Go to the source code of this file.
Classes | |
| class | Cpl::Io::Ram::InputOutput |
| This concrete class implements an InputOutput stream using a Ring Buffer. More... | |
Namespaces | |
| namespace | Cpl |
| The 'Cpl' namespace is the root name space for the Colony. | |
| namespace | Cpl::Io |
| The Io namespace provides the base/common interfaces for reading and writing data from/to streams and files. | |
| namespace | Cpl::Io::Ram |
| The 'Ram' namespace provides an implementation of the Cpl::Io::InputOutput interface using RAM as the media. | |