![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
#include "Cpl/Io/InputOutput.h"
Go to the source code of this file.
Classes | |
class | Cpl::Io::Serial::PhonyStdio::InputOutput |
This concrete class implements the InputOutput stream interface built on top the C Library's fread/fwrite functions with the 'stdin' and 'stdout' file handles. 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::Serial |
The Serial namespace provides interfaces for accessing Serial types of devices using the Cpl::Io paradigm, aka file descriptors for Serial Ports. | |
namespace | Cpl::Io::Serial::PhonyStdio |
The PhonyStdio namespace provides a crude implementation of the Cpl::Io::InputOutput interface using the C Library's fread/fwrite functions. | |