From 10122b7195f820088df9523f61e99affef417669 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 20 May 1999 21:55:30 +0000 Subject: Initial revision --- doc/itron3.0/eventflags.t | 295 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 295 insertions(+) create mode 100644 doc/itron3.0/eventflags.t (limited to 'doc/itron3.0/eventflags.t') diff --git a/doc/itron3.0/eventflags.t b/doc/itron3.0/eventflags.t new file mode 100644 index 0000000000..642d99765e --- /dev/null +++ b/doc/itron3.0/eventflags.t @@ -0,0 +1,295 @@ +@c +@c This is the chapter from the RTEMS ITRON User's Guide that +@c documents the services provided by the eventflags +@c manager. +@c +@c $Id$ +@c + +@chapter Eventflags Manager + +@section Introduction + +The +eventflags manager is ... + +The services provided by the eventflags manager are: + +@itemize @bullet +@item @code{cre_flg} - +@item @code{del_flg} - +@item @code{set_flg} - +@item @code{clr_flg} - +@item @code{wai_flg} - +@item @code{pol_flg} - +@item @code{twai_flg} - +@item @code{ref_flg} - +@end itemize + +@section Background + +@section Operations + +@section Directives + +This section details the eventflags manager's services. +A subsection is dedicated to each of this manager's services +and describes the calling sequence, related constants, usage, +and status codes. + + +@c +@c cre_flg +@c + +@page +@subsection cre_flg - + +@subheading CALLING SEQUENCE: + +@ifset is-C +@example +int cre_flg( +); +@end example +@end ifset + +@ifset is-Ada +@end ifset + +@subheading STATUS CODES: + +@table @b +@item E +The + +@end table + +@subheading DESCRIPTION: + +@subheading NOTES: + + +@c +@c del_flg +@c + +@page +@subsection del_flg - + +@subheading CALLING SEQUENCE: + +@ifset is-C +@example +int del_flg( +); +@end example +@end ifset + +@ifset is-Ada +@end ifset + +@subheading STATUS CODES: + +@table @b +@item E +The + +@end table + +@subheading DESCRIPTION: + +@subheading NOTES: + + +@c +@c set_flg +@c + +@page +@subsection set_flg - + +@subheading CALLING SEQUENCE: + +@ifset is-C +@example +int set_flg( +); +@end example +@end ifset + +@ifset is-Ada +@end ifset + +@subheading STATUS CODES: + +@table @b +@item E +The + +@end table + +@subheading DESCRIPTION: + +@subheading NOTES: + + +@c +@c clr_flg +@c + +@page +@subsection clr_flg - + +@subheading CALLING SEQUENCE: + +@ifset is-C +@example +int clr_flg( +); +@end example +@end ifset + +@ifset is-Ada +@end ifset + +@subheading STATUS CODES: + +@table @b +@item E +The + +@end table + +@subheading DESCRIPTION: + +@subheading NOTES: + + +@c +@c wai_flg +@c + +@page +@subsection wai_flg - + +@subheading CALLING SEQUENCE: + +@ifset is-C +@example +int wai_flg( +); +@end example +@end ifset + +@ifset is-Ada +@end ifset + +@subheading STATUS CODES: + +@table @b +@item E +The + +@end table + +@subheading DESCRIPTION: + +@subheading NOTES: + + +@c +@c pol_flg +@c + +@page +@subsection pol_flg - + +@subheading CALLING SEQUENCE: + +@ifset is-C +@example +int pol_flg( +); +@end example +@end ifset + +@ifset is-Ada +@end ifset + +@subheading STATUS CODES: + +@table @b +@item E +The + +@end table + +@subheading DESCRIPTION: + +@subheading NOTES: + + +@c +@c twai_flg +@c + +@page +@subsection twai_flg - + +@subheading CALLING SEQUENCE: + +@ifset is-C +@example +int twai_flg( +); +@end example +@end ifset + +@ifset is-Ada +@end ifset + +@subheading STATUS CODES: + +@table @b +@item E +The + +@end table + +@subheading DESCRIPTION: + +@subheading NOTES: + + +@c +@c ref_flg +@c + +@page +@subsection ref_flg - + +@subheading CALLING SEQUENCE: + +@ifset is-C +@example +int ref_flg( +); +@end example +@end ifset + +@ifset is-Ada +@end ifset + +@subheading STATUS CODES: + +@table @b +@item E +The + +@end table + +@subheading DESCRIPTION: + +@subheading NOTES: + -- cgit v1.2.3