source: rtems/doc/posix1003.1/ch07.t @ c78be42

4.104.114.84.95
Last change on this file since c78be42 was 2a087f3, checked in by Joel Sherrill <joel.sherrill@…>, on 03/16/98 at 22:43:37

Added types, status of functions, cleaned up output of summarize.

  • Property mode set to 100644
File size: 2.0 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-1998.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@chapter Device- and Class-Specific Functions
10
11@section General Terminal Interface
12
13@subsection Interface Characteristics
14
15@subsubsection Opening a Terminal Device File
16
17@subsubsection Process Groups (TTY)
18
19@subsubsection The Controlling Terminal
20
21@subsubsection Terminal Access Control
22
23@subsubsection Input Processing and Reading Data
24
25@subsubsection Canonical Mode Input Processing
26
27@subsubsection Noncanonical Mode Input Processing
28
29@subsubsection Writing Data and Output Processing
30
31@subsubsection Special Characters
32
33@subsubsection Modem Disconnect
34
35@subsubsection Closing a Terminal Device File
36
37@subsection Parameters That Can Be Set
38
39@subsubsection @code{termios} Structure
40
41@example
42struct termios, Type, Partial Implementation
43@end example
44
45@subsubsection Input Modes
46
47@subsubsection Output Modes
48
49@subsubsection Control Modes
50
51@subsubsection Local Modes
52
53@subsubsection Special Control Characters
54
55@subsection Baud Rate Values
56
57@subsubsection Baud Rate Functions
58
59@example
60cfgetospeed(), Function, Unimplemented
61cfsetospeed(), Function, Unimplemented
62cfgetispeed(), Function, Unimplemented
63cfsetispeed(), Function, Unimplemented
64@end example
65
66@subsubsection Synopsis
67
68@subsubsection Description
69
70@subsubsection Returns
71
72@subsubsection Errors
73
74@subsubsection Cross-References
75
76@section General Terminal Interface Control Functions
77
78@subsection Get and Set State
79
80@example
81tcgetattr(), Function, Implemented
82tcsetattr(), Function, Implemented
83@end example
84
85@subsection Line Control Functions
86
87@example
88tcsendbreak(), Function, Unimplemented
89tcdrain(), Function, Unimplemented
90tcflush(), Function, Unimplemented
91tcflow(), Function, Unimplemented
92@end example
93
94@subsection Get Foreground Process Group ID
95
96@example
97tcgetprgrp(), Function, Unimplemented
98@end example
99
100@subsection Set Foreground Process Group ID
101
102@example
103tcsetprgrp(), Function, Unimplemented
104@end example
105
Note: See TracBrowser for help on using the repository browser.