summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/config.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/config.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/config.t')
-rw-r--r--doc/itron3.0/config.t196
1 files changed, 196 insertions, 0 deletions
diff --git a/doc/itron3.0/config.t b/doc/itron3.0/config.t
new file mode 100644
index 0000000000..4a7655a68c
--- /dev/null
+++ b/doc/itron3.0/config.t
@@ -0,0 +1,196 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the system
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter System Manager
+
+@section Introduction
+
+The
+system manager is ...
+
+The services provided by the system manager are:
+
+@itemize @bullet
+@item @code{get_ver} -
+@item @code{ref_sys} -
+@item @code{ref_cfg} -
+@item @code{def_svc} -
+@item @code{def_exc} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the system 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 get_ver
+@c
+
+@page
+@subsection get_ver -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int get_ver(
+);
+@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_sys
+@c
+
+@page
+@subsection ref_sys -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_sys(
+);
+@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_cfg
+@c
+
+@page
+@subsection ref_cfg -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_cfg(
+);
+@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 def_svc
+@c
+
+@page
+@subsection def_svc -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int def_svc(
+);
+@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 def_exc
+@c
+
+@page
+@subsection def_exc -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int def_exc(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+