©2004 by Marc J. Rochkind. All rights reserved. Portions marked "Open Source" may be copied under license.

 

Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

termios Struct Reference

Inheritance diagram for termios:

Ux::Termios List of all members.

Detailed Description

Description:
Structure for terminal-control functions (Std. UNIX; see AUP2 Sec. 4.5.1)
Headers:

Definition at line 3605 of file SUS_Summary.

Public Attributes

tcflag_t c_iflag
tcflag_t c_oflag
tcflag_t c_cflag
tcflag_t c_lflag
cc_t c_cc [NCCS]


Member Data Documentation

cc_t termios::c_cc[NCCS]
 

control characters

Definition at line 3610 of file SUS_Summary.

tcflag_t termios::c_cflag
 

control flags

Definition at line 3608 of file SUS_Summary.

Referenced by tc_setraw().

tcflag_t termios::c_iflag
 

input flags

Definition at line 3606 of file SUS_Summary.

tcflag_t termios::c_lflag
 

local flags

Definition at line 3609 of file SUS_Summary.

Referenced by playback(), and tc_keystroke().

tcflag_t termios::c_oflag
 

output flags

Definition at line 3607 of file SUS_Summary.


The documentation for this struct was generated from the following file:
Generated on Fri Apr 23 10:57:15 2004 for AUP2 Example Source by doxygen 1.3.1