Statistics
| Branch: | Tag: | Revision:

amiro-os / os / core / src / aos_iostream.c @ ba516b61

History | View | Annotate | Download (7.896 KB)

# Date Author Comment
ba516b61 2018-05-17 11:16 Thomas Schöpping

Major overhaul to the I/O functionality:

The SequentialStremMultiplexer (SSM) has been replaced by AosIOStream.
The AosIOStream class acts like a BaseSequentialStream but consists of multiple AosIOChannels.
Each AosIOChannel again implements a BaseAsynchronousChannel and thus is a derived class of BaseSequentialStream as well....