![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
The PhonyStdio namespace provides a crude implementation of the Cpl::Io::InputOutput interface using the C Library's fread/fwrite functions. More...
The PhonyStdio namespace provides a crude implementation of the Cpl::Io::InputOutput interface using the C Library's fread/fwrite functions.
This allows the TShell and the Trace interfaces to be decoupled-from/not-rely-on the Cpl::Io::Stdio implementation.
The use case for this implementation is:
NOTE: On some host platforms when using PhonyStdio and there is blocked call one of the read() methods, the C Library exit() function hangs instead of exiting the application. On a Linux host - you will need to use the following call to terminate the application
raise( SIGTERM );
Classes | |
class | 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... | |