1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
.TH ACE_TTY_IO 3 "1 Dec 2001" "ACE" \" -*- nroff -*-
.ad l
.nh
.SH NAME
ACE_TTY_IO \- Class definitions for platform specific TTY features.
.SH SYNOPSIS
.br
.PP
\fC#include <TTY_IO.h>\fR
.PP
Inherits \fBACE_DEV_IO\fR.
.PP
.SS Public Types
.in +1c
.ti -1c
.RI "enum \fBControl_Mode\fR { \fBSETPARAMS\fR, \fBGETPARAMS\fR }"
.br
.in -1c
.SS Public Methods
.in +1c
.ti -1c
.RI "int \fBcontrol\fR (\fBControl_Mode\fR cmd, \fBSerial_Params\fR *arg) const"
.br
.RI "\fIInterface for reading/writing serial device parameters.\fR"
.in -1c
.SH DETAILED DESCRIPTION
.PP
Class definitions for platform specific TTY features.
.PP
.PP
This class represents an example interface for a specific device (a serial line) It extends the capability of the underlying DEV_IO class by adding a control method that takes a special structure (\fBSerial_Params\fR) as argument to allow a comfortable user interface (away from that annoying termios structure, which is very specific to UNIX).
.PP
.SH MEMBER ENUMERATION DOCUMENTATION
.PP
.SS enum ACE_TTY_IO::Control_Mode
.PP
\fBEnumeration values:\fR
.in +1c
.TP
\fB\fISETPARAMS\fR \fRSet control parameters.
.TP
\fB\fIGETPARAMS\fR \fRGet control parameters.
.SH MEMBER FUNCTION DOCUMENTATION
.PP
.SS int ACE_TTY_IO::control (\fBControl_Mode\fR cmd, \fBSerial_Params\fR * arg) const
.PP
Interface for reading/writing serial device parameters.
.PP
.SH AUTHOR
.PP
Generated automatically by Doxygen for ACE from the source code.
|