forked from Imagelibrary/rtems
Renamed files ... just about to produce the first copy of the manual.
This commit is contained in:
@@ -44,28 +44,28 @@ $(PROJECT).ps: $(PROJECT).dvi
|
||||
$(PROJECT).dvi: $(FILES)
|
||||
$(TEXI2DVI) $(PROJECT).texi
|
||||
|
||||
networktasks.texi: networktasks.t
|
||||
networktasks.texi: networktasks.t Makefile
|
||||
$(BMENU) -p "Preface" \
|
||||
-u "Top" \
|
||||
-n "Writing RTEMS/KA9Q Network Device Drivers" ${*}.t
|
||||
-n "Writing RTEMS Network Device Drivers" ${*}.t
|
||||
|
||||
driver.texi: driver.t
|
||||
$(BMENU) -p "KA9Q Task Structure and Data Flow" \
|
||||
driver.texi: driver.t Makefile
|
||||
$(BMENU) -p "Network Task Structure and Data Flow" \
|
||||
-u "Top" \
|
||||
-n "Using KA9Q networking in an RTEMS Application" ${*}.t
|
||||
-n "Using Networking in an RTEMS Application" ${*}.t
|
||||
|
||||
networkapp.texi: networkapp.t
|
||||
$(BMENU) -p "Writing RTEMS/KA9Q Network Device Drivers Write your driver show function" \
|
||||
networkapp.texi: networkapp.t Makefile
|
||||
$(BMENU) -p " Writing RTEMS Network Device Drivers Write Your Driver Statistic-Printing Function" \
|
||||
-u "Top" \
|
||||
-n "Testing the Driver" ${*}.t
|
||||
|
||||
testing.texi: testing.t
|
||||
$(BMENU) -p "Using KA9Q networking in an RTEMS Application Domain Name Service" \
|
||||
testing.texi: testing.t Makefile
|
||||
$(BMENU) -p "Using Networking in an RTEMS Application Network Statistics" \
|
||||
-u "Top" \
|
||||
-n "Command and Variable Index" ${*}.t
|
||||
|
||||
html: dirs $(FILES)
|
||||
-mkdir -p $(WWW_INSTALL)/networking
|
||||
-mkdir -p $(WWW_INSTALL)/network
|
||||
rm -f $(WWW_INSTALL)/$(PROJECT)/networking.gif
|
||||
cp networking.gif $(WWW_INSTALL)/$(PROJECT)/networking.gif
|
||||
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
|
||||
|
||||
@@ -272,7 +272,7 @@ Do nothing.
|
||||
|
||||
|
||||
|
||||
@section Write your driver statistic-printing function
|
||||
@section Write Your Driver Statistic-Printing Function
|
||||
This function should print the values of any statistic/diagnostic
|
||||
counters your driver may use. The driver ioctl function should call
|
||||
the statistic-printing function when the ioctl command is
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
@c $Id$
|
||||
@c
|
||||
|
||||
@chapter Using networking in an RTEMS application
|
||||
@chapter Using Networking in an RTEMS Application
|
||||
|
||||
@section Makefile changes
|
||||
@subsection Including the required managers
|
||||
@@ -207,7 +207,7 @@ The RTEMS network package provides almost a complete set of BSD network
|
||||
services. The network functions work like their BSD counterparts
|
||||
with the following exceptions:
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
@item A given socket can be read or written by only one task at a time.
|
||||
@item There is no @code{select} function.
|
||||
@item You must call @code{openlog} before calling any of the @code{syslog} functions.
|
||||
@@ -223,7 +223,7 @@ buffer which remains valid only until the next call:
|
||||
@end table
|
||||
@end itemize
|
||||
|
||||
@subsection Network statistics
|
||||
@subsection Network Statistics
|
||||
There are a number of functions to print statistics gathered by the network stack:
|
||||
@table @code
|
||||
@item rtems_bsdnet_show_if_stats
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
@c %**start of header
|
||||
@setfilename ka9q
|
||||
@setfilename networking
|
||||
@syncodeindex vr fn
|
||||
@synindex ky cp
|
||||
@paragraphindent 0
|
||||
@@ -62,14 +62,14 @@ END-INFO-DIR-ENTRY
|
||||
@c This prevents a black box from being printed on "overflow" lines.
|
||||
@c The alternative is to rework a sentence to avoid this problem.
|
||||
|
||||
@include preface.t
|
||||
@include networktasks.t
|
||||
@include driver.t
|
||||
@include networkapp.t
|
||||
@c@include testing.texi
|
||||
@include preface.texi
|
||||
@include networktasks.texi
|
||||
@include driver.texi
|
||||
@include networkapp.texi
|
||||
@include testing.texi
|
||||
@ifinfo
|
||||
@node Top, Preface, (dir), (dir)
|
||||
@top ka9q
|
||||
@top networking
|
||||
|
||||
This is the online version of the RTEMS Network Supplement.
|
||||
|
||||
Reference in New Issue
Block a user