serial.h File Reference

Serial I/O services. More...

#include <cc++/missing.h>
#include <cc++/thread.h>
#include <cc++/exception.h>

Go to the source code of this file.

Classes

class  ost::Serial
 The Serial class is used as the base for all serial I/O services under APE. More...
class  ost::TTYStream
 TTY streams are used to represent serial connections that are fully "streamable" objects using C++ stream classes and friends. More...
class  ost::ttystream
 A more natural C++ "ttystream" class for use by non-threaded applications. More...
class  ost::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  ost::SerialPort
 The serial port is an internal class which is attached to and then serviced by a specified SerialService thread. More...
class  ost::SerialService
 The SerialService is a thead service object that is meant to service attached serial ports. More...

Namespaces

namespace  ost

Defines

#define INVALID_HANDLE_VALUE   (-1)

Typedefs

typedef int HANDLE

Variables

class __EXPORT ost::SerialPort
class __EXPORT ost::SerialService


Detailed Description

Serial I/O services.


Define Documentation

#define INVALID_HANDLE_VALUE   (-1)


Typedef Documentation

typedef int HANDLE


Generated on Sat May 16 22:57:36 2009 for GNU CommonC++ by  doxygen 1.5.8