summaryrefslogtreecommitdiff
path: root/comm
diff options
context:
space:
mode:
authorchatty1994-05-10 11:37:52 +0000
committerchatty1994-05-10 11:37:52 +0000
commitaa97a343290731111e1ed04eaee413313e0f58e5 (patch)
tree75ac34319816e7896f4f8a344f84cbbd01295b5e /comm
parent58a1baac8ed6151a4409eda47d5baef0538ecbf0 (diff)
downloadivy-league-aa97a343290731111e1ed04eaee413313e0f58e5.zip
ivy-league-aa97a343290731111e1ed04eaee413313e0f58e5.tar.gz
ivy-league-aa97a343290731111e1ed04eaee413313e0f58e5.tar.bz2
ivy-league-aa97a343290731111e1ed04eaee413313e0f58e5.tar.xz
Added UchIOS
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