summaryrefslogtreecommitdiff
path: root/comm
diff options
context:
space:
mode:
Diffstat (limited to 'comm')
-rw-r--r--comm/doc.main5
1 files changed, 5 insertions, 0 deletions
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