StuBS
I/O subsystem

The input/output subsystem. More...

Collaboration diagram for I/O subsystem:

Files

file  outputstream.h
 This file contains the OutputStream.
 

Classes

class  CopyStream
 Duplicate all data passed by the stream operator to two output streams. More...
 
class  NullStream
 Ignore all data passed by the stream operator. More...
 
class  GraphicsStream
 Output text (form different data type sources) on screen in graphic mode (similar to TextStream) More...
 
class  Keyboard
 Handles keystrokes. More...
 
class  SerialStream
 Console (VT100 compatible) via Serial interface. More...
 
class  TextStream
 Output text (form different data type sources) on screen in text mode. More...
 
class  KeyDecoder
 Decoder for keyboard codes received from the PS2Controller. More...
 
class  Serial
 Serial interface. More...
 
class  TextMode
 Basic operations in the VGA-compatible text mode. More...
 
class  TextWindow
 Virtual windows in text mode. More...
 

Detailed Description

The input/output subsystem.