summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/config.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-17 18:45:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-17 18:45:36 +0000
commit11be37d1e3d5cf3093f4eceede267d7e903512aa (patch)
tree989c06ca6b20d1736de707f525e0a09f81e70cd8 /doc/itron3.0/config.t
parent2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-11be37d1e3d5cf3093f4eceede267d7e903512aa.tar.bz2
2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, index.html.in, develenv/direct.t, posix_users/gen_size_report, started/nextstep.t, started_ada/buildada.t, user/conf.t, user/object.t: Remove ITRON API. * itron3.0/.cvsignore, itron3.0/Makefile.am, itron3.0/config.t, itron3.0/eventflags.t, itron3.0/fixedblock.t, itron3.0/gen_all, itron3.0/gen_section, itron3.0/gen_status_shell, itron3.0/interrupt.t, itron3.0/itron.texi, itron3.0/mailbox.t, itron3.0/memorypool.t, itron3.0/msgbuffer.t, itron3.0/network.t, itron3.0/preface.texi, itron3.0/rendezvous.t, itron3.0/semaphore.t, itron3.0/stamp-vti, itron3.0/status.t, itron3.0/task.t, itron3.0/tasksync.t, itron3.0/time.t, itron3.0/version.texi: Removed.
Diffstat (limited to 'doc/itron3.0/config.t')
-rw-r--r--doc/itron3.0/config.t187
1 files changed, 0 insertions, 187 deletions
diff --git a/doc/itron3.0/config.t b/doc/itron3.0/config.t
deleted file mode 100644
index ddfd61fcef..0000000000
--- a/doc/itron3.0/config.t
+++ /dev/null
@@ -1,187 +0,0 @@
-@c
-@c COPYRIGHT (c) 1988-2002.
-@c On-Line Applications Research Corporation (OAR).
-@c All rights reserved.
-@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} - Get Version Information
-@item @code{ref_sys} - Reference Semaphore Status
-@item @code{ref_cfg} - Reference Configuration Information
-@item @code{def_svc} - Define Extended SVC Handler
-@item @code{def_exc} - Define Exception Handler
-@end itemize
-
-@section Background
-
-@section Operations
-
-@section System Calls
-
-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 - Get Version Information
-
-@subheading CALLING SEQUENCE:
-
-@ifset is-C
-@example
-ER get_ver(
- T_VER *pk_ver
-);
-@end example
-@end ifset
-
-@ifset is-Ada
-@end ifset
-
-@subheading STATUS CODES:
-
-@code{EXXX} -
-
-@subheading DESCRIPTION:
-
-@subheading NOTES:
-
-
-@c
-@c ref_sys
-@c
-
-@page
-@subsection ref_sys - Reference Semaphore Status
-
-@subheading CALLING SEQUENCE:
-
-@ifset is-C
-@example
-ER ref_sys(
- T_RSYS *pk_rsys
-);
-@end example
-@end ifset
-
-@ifset is-Ada
-@end ifset
-
-@subheading STATUS CODES:
-
-@code{EXXX} -
-
-@subheading DESCRIPTION:
-
-@subheading NOTES:
-
-
-@c
-@c ref_cfg
-@c
-
-@page
-@subsection ref_cfg - Reference Configuration Information
-
-@subheading CALLING SEQUENCE:
-
-@ifset is-C
-@example
-ER ref_cfg(
- T_RCFG *pk_rcfg
-);
-@end example
-@end ifset
-
-@ifset is-Ada
-@end ifset
-
-@subheading STATUS CODES:
-
-@code{EXXX} -
-
-@subheading DESCRIPTION:
-
-@subheading NOTES:
-
-
-@c
-@c def_svc
-@c
-
-@page
-@subsection def_svc - Define Extended SVC Handler
-
-@subheading CALLING SEQUENCE:
-
-@ifset is-C
-@example
-ER def_svc(
- FN s_fncd,
- T_DSVC *pk_dsvc
-);
-@end example
-@end ifset
-
-@ifset is-Ada
-@end ifset
-
-@subheading STATUS CODES:
-
-@code{EXXX} -
-
-@subheading DESCRIPTION:
-
-@subheading NOTES:
-
-
-@c
-@c def_exc
-@c
-
-@page
-@subsection def_exc - Define Exception Handler
-
-@subheading CALLING SEQUENCE:
-
-@ifset is-C
-@example
-ER def_exc(
- UINT exckind,
- T_DEXC *pk_dexc
-);
-@end example
-@end ifset
-
-@ifset is-Ada
-@end ifset
-
-@subheading STATUS CODES:
-
-@code{EXXX} -
-
-@subheading DESCRIPTION:
-
-@subheading NOTES:
-