summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/device.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/new_chapters/device.t')
-rw-r--r--doc/new_chapters/device.t295
1 files changed, 295 insertions, 0 deletions
diff --git a/doc/new_chapters/device.t b/doc/new_chapters/device.t
new file mode 100644
index 0000000000..633b6fe99d
--- /dev/null
+++ b/doc/new_chapters/device.t
@@ -0,0 +1,295 @@
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
+@chapter Device- and Class- Specific Functions Manager
+
+@section Introduction
+
+The
+device- and class- specific functions manager is ...
+
+The directives provided by the device- and class- specific functions manager are:
+
+@itemize @bullet
+@item @code{cfgetispeed} -
+@item @code{cfgetospeed} -
+@item @code{cfsetispeed} -
+@item @code{cfsetospeed} -
+@item @code{tcgetattr} -
+@item @code{tcsetattr} -
+@item @code{tcsendbreak} -
+@item @code{tcdrain} -
+@item @code{tcflush} -
+@item @code{tcflow} -
+@item @code{tcgetpgrp} -
+@item @code{tcsetpgrp} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the device- and class- specific functions manager's directives.
+A subsection is dedicated to each of this manager's directives
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+@page
+@subsection cfgetispeed - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cfgetispeed(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection cfgetospeed - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cfgetospeed(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection cfsetispeed - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cfsetispeed(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection cfsetospeed - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cfsetospeed(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection tcgetattr - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int tcgetattr(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection tcsetattr - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int tcsetattr(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection tcsendbreak - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int tcsendbreak(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection tcdrain - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int tcdrain(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection tcflush - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int tcflush(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection tcflow - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int tcflow(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection tcgetpgrp - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int tcgetpgrp(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection tcsetpgrp - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int tcsetpgrp(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+