add wifi-architecture figure to manual
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user