summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/network.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/network.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/network.t')
-rw-r--r--doc/itron3.0/network.t163
1 files changed, 163 insertions, 0 deletions
diff --git a/doc/itron3.0/network.t b/doc/itron3.0/network.t
new file mode 100644
index 0000000000..924d03b7f7
--- /dev/null
+++ b/doc/itron3.0/network.t
@@ -0,0 +1,163 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the network support
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Network Support Manager
+
+@section Introduction
+
+The
+network support manager is ...
+
+The services provided by the network support manager are:
+
+@itemize @bullet
+@item @code{nrea_dat} -
+@item @code{nwri_dat} -
+@item @code{nget_nod} -
+@item @code{nget_ver} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the network support 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 nrea_dat
+@c
+
+@page
+@subsection nrea_dat -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int nrea_dat(
+);
+@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 nwri_dat
+@c
+
+@page
+@subsection nwri_dat -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int nwri_dat(
+);
+@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 nget_nod
+@c
+
+@page
+@subsection nget_nod -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int nget_nod(
+);
+@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 nget_ver
+@c
+
+@page
+@subsection nget_ver -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int nget_ver(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+