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

ost::TTYSession Class Reference

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...

#include <serial.h>

Inheritance diagram for ost::TTYSession:

ost::Thread ost::TTYStream ost::Serial List of all members.

Public Member Functions

 TTYSession (const char *name, int pri=0, int stack=0)
 Create TTY stream that will be managed by it's own thread.
virtual ~TTYSession ()

Detailed Description

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.

This class is very anagolous to TCPSession.

Author:
David Sugar <dyfet@ostel.com>


Constructor & Destructor Documentation

ost::TTYSession::TTYSession const char *  name,
int  pri = 0,
int  stack = 0
 

Create TTY stream that will be managed by it's own thread.

Parameters:
name of tty device to open.
pri execution priority.
stack allocation needed on some platforms.

virtual ost::TTYSession::~TTYSession  )  [virtual]
 


The documentation for this class was generated from the following file:
Generated on Mon Feb 6 17:48:09 2006 for GNU CommonC++ by  doxygen 1.4.4