Serial I/O services.
More...
Go to the source code of this file.
|
class | Serial |
| The Serial class is used as the base for all serial I/O services under APE. More...
|
|
class | TTYStream |
| TTY streams are used to represent serial connections that are fully "streamable" objects using C++ stream classes and friends. More...
|
|
class | ttystream |
| A more natural C++ "ttystream" class for use by non-threaded applications. More...
|
|
class | TTYSession |
| The TTYSession aggragates a TTYStream and a Common C++ Thread which is assumed to be the execution context that will be used to perform actual I/O operations. More...
|
|
class | SerialPort |
| The serial port is an internal class which is attached to and then serviced by a specified SerialService thread. More...
|
|
class | SerialService |
| The SerialService is a thead service object that is meant to service attached serial ports. More...
|
|
Serial I/O services.
Definition in file serial.h.
#define INVALID_HANDLE_VALUE (-1) |