summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/fixedblock.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/fixedblock.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/fixedblock.t')
-rw-r--r--doc/itron3.0/fixedblock.t262
1 files changed, 262 insertions, 0 deletions
diff --git a/doc/itron3.0/fixedblock.t b/doc/itron3.0/fixedblock.t
new file mode 100644
index 0000000000..d516961ba4
--- /dev/null
+++ b/doc/itron3.0/fixedblock.t
@@ -0,0 +1,262 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the fixed block
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Fixed Block Manager
+
+@section Introduction
+
+The
+fixed block manager is ...
+
+The services provided by the fixed block manager are:
+
+@itemize @bullet
+@item @code{cre_mpf} -
+@item @code{del_mpf} -
+@item @code{get_blf} -
+@item @code{pget_blf} -
+@item @code{tget_blf} -
+@item @code{rel_blf} -
+@item @code{ref_mpf} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the fixed block 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_mpf
+@c
+
+@page
+@subsection cre_mpf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cre_mpf(
+);
+@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_mpf
+@c
+
+@page
+@subsection del_mpf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int del_mpf(
+);
+@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 get_blf
+@c
+
+@page
+@subsection get_blf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int get_blf(
+);
+@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 pget_blf
+@c
+
+@page
+@subsection pget_blf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int pget_blf(
+);
+@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 tget_blf
+@c
+
+@page
+@subsection tget_blf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int tget_blf(
+);
+@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 rel_blf
+@c
+
+@page
+@subsection rel_blf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int rel_blf(
+);
+@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_mpf
+@c
+
+@page
+@subsection ref_mpf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_mpf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+