From aa97a343290731111e1ed04eaee413313e0f58e5 Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 10 May 1994 11:37:52 +0000 Subject: Added UchIOS --- comm/doc.main | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'comm/doc.main') diff --git a/comm/doc.main b/comm/doc.main index 9a50c97..400d6be 100644 --- a/comm/doc.main +++ b/comm/doc.main @@ -135,6 +135,8 @@ The class \typ{UchChannel} derives from \typ{UchFilDes}, adding virtual function for implementing multiplexing and communication protocols. The class \typ{UchMultiplexer} implements a set of channels for multiplexing input and output. +The class \typ{UchIOS} is a base class for input/output streams: message buffers, +channels, etc. These classes are not sufficient to write distributed applications because there is no way to establish a communication between two processes. @@ -158,6 +160,9 @@ copied to a buffer before being sent. #iclass UchFilDes #iclass UchChannel +\section{Base IO streams} +#iclass UchIOS + \section{Multiplexing channels} #iclass UchBaseMultiplexer #iclass UchMultiplexer -- cgit v1.1