summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/eventflags.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-20 21:55:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-20 21:55:30 +0000
commit10122b7195f820088df9523f61e99affef417669 (patch)
tree9411c807c7a446026292856d70b3e90efbefdebe /doc/itron3.0/eventflags.t
parentRenamed to rtemstimer.c to avoid conflict with timer drivers in EVERY (diff)
downloadrtems-10122b7195f820088df9523f61e99affef417669.tar.bz2
Initial revision
Diffstat (limited to 'doc/itron3.0/eventflags.t')
-rw-r--r--doc/itron3.0/eventflags.t295
1 files changed, 295 insertions, 0 deletions
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:
+