summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/time.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/time.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/time.t')
-rw-r--r--doc/itron3.0/time.t328
1 files changed, 328 insertions, 0 deletions
diff --git a/doc/itron3.0/time.t b/doc/itron3.0/time.t
new file mode 100644
index 0000000000..0e416bc048
--- /dev/null
+++ b/doc/itron3.0/time.t
@@ -0,0 +1,328 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the time
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Time Manager
+
+@section Introduction
+
+The
+time manager is ...
+
+The services provided by the time manager are:
+
+@itemize @bullet
+@item @code{get_tim} -
+@item @code{set_tim} -
+@item @code{dly_tsk} -
+@item @code{def_cyc} -
+@item @code{act_cyc} -
+@item @code{ref_cyc} -
+@item @code{def_alm} -
+@item @code{ref_alm} -
+@item @code{ret_tmr} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the time 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_tim
+@c
+
+@page
+@subsection get_tim -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int get_tim(
+);
+@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_tim
+@c
+
+@page
+@subsection set_tim -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int set_tim(
+);
+@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 dly_tsk
+@c
+
+@page
+@subsection dly_tsk -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int dly_tsk(
+);
+@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_cyc
+@c
+
+@page
+@subsection def_cyc -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int def_cyc(
+);
+@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 act_cyc
+@c
+
+@page
+@subsection act_cyc -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int act_cyc(
+);
+@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_cyc
+@c
+
+@page
+@subsection ref_cyc -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_cyc(
+);
+@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_alm
+@c
+
+@page
+@subsection def_alm -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int def_alm(
+);
+@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_alm
+@c
+
+@page
+@subsection ref_alm -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_alm(
+);
+@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 ret_tmr
+@c
+
+@page
+@subsection ret_tmr -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ret_tmr(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+