debian man page for ost_ttysession

Query: ost_ttysession

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ost::TTYSession(3)					     Library Functions Manual						ost::TTYSession(3)

NAME
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.
SYNOPSIS
#include <serial.h> Inherits ost::Thread, and ost::TTYStream. 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 () Additional Inherited Members 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. Author: David Sugar dyfet@ostel.com This class is very anagolous to TCPSession. Constructor &; Destructor Documentation ost::TTYSession::TTYSession (const char *name, intpri = 0, intstack = 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] Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::TTYSession(3)
Related Man Pages
ost_crc16digest(3) - debian
ost_checksumdigest(3) - debian
ost_ipv4multicastvalidator(3) - debian
ost_ipv6validator(3) - debian
ost_stackpager(3) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?