Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages | Examples

serial.h File Reference

Serial I/O services. More...

#include <cc++/config.h>
#include <cc++/thread.h>
#include <iostream>

Go to the source code of this file.

Compounds

class  Serial
 The Serial class is used as the base for all serial I/O services under APE. base class for all serial I/O services. More...

class  SerialPort
 The serial port is an internal class which is attached to and then serviced by a specified SerialService thread. base class for thread pool serviced serial I/O. More...

class  SerialService
 The SerialService is a thead service object that is meant to service attached serial ports. Thread pool service for serial ports. 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. This class is very anagolous to TCPSession. More...

class  ttystream
 A more natural C++ "ttystream" class for use by non-threaded applications. C++ "fstream" style ttystream class. More...

class  TTYStream
 TTY streams are used to represent serial connections that are fully "streamable" objects using C++ stream classes and friends. streamable tty serial I/O class. More...


Defines

#define INVALID_HANDLE_VALUE   (-1)

Typedefs

typedef int HANDLE

Variables

CCXX_CLASS_EXPORT Serial
CCXX_CLASS_EXPORT TTYStream
CCXX_CLASS_EXPORT ttystream


Detailed Description

Serial I/O services.


Define Documentation

#define INVALID_HANDLE_VALUE   (-1)
 


Typedef Documentation

typedef int HANDLE
 


Variable Documentation

class CCXX_CLASS_EXPORT Serial
 

class CCXX_CLASS_EXPORT ttystream
 

class CCXX_CLASS_EXPORT TTYStream
 


Generated on Thu Sep 25 13:14:32 2003 for GNU CommonC++ by doxygen 1.3.3