add wifi-architecture figure to manual

This commit is contained in:
Tom Henderson
2009-01-26 13:41:54 -08:00
parent a77eb54bcc
commit eaa8e9880e
2 changed files with 8 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ CSS = --css-include=manual.css
SPLIT = --split section
FIGURES = figures
DOC_FIGURES = ..
VPATH = $(FIGURES)
IMAGES_EPS = \
@@ -18,7 +19,8 @@ IMAGES_EPS = \
$(FIGURES)/sockets-overview.eps \
$(FIGURES)/testbed.eps \
$(FIGURES)/emulated-channel.eps \
$(FIGURES)/snir.eps
$(FIGURES)/snir.eps \
$(DOC_FIGURES)/WifiArchitecture.eps
IMAGES_PNG = ${IMAGES_EPS:.eps=.png}
IMAGES_PDF = ${IMAGES_EPS:.eps=.pdf}

View File

@@ -83,6 +83,11 @@ is no model for cross-channel interference or coupling.
The source code for the Wifi NetDevice lives in the directory
@code{src/devices/wifi}.
@float Figure,fig:WifiArchitecture
@caption{Wifi NetDevice architecture.}
@image{../WifiArchitecture,5in}
@end float
@node Using the WifiNetDevice
@section Using the WifiNetDevice