start of emulation chapter in manual
authorCraig Dowell <craigdo@ee.washington.edu>
Thu, 04 Dec 2008 18:55:04 -0800
changeset 3978 e1e886e0edec
parent 3977 4daeb41d7fc1
child 3979 dee10444d76e
start of emulation chapter in manual
doc/manual/Makefile
doc/manual/emulation.texi
doc/manual/figures/emulated-channel.dia
doc/manual/figures/testbed.dia
--- a/doc/manual/Makefile	Thu Dec 04 11:34:01 2008 +0000
+++ b/doc/manual/Makefile	Thu Dec 04 18:55:04 2008 -0800
@@ -6,7 +6,16 @@
 CSS = --css-include=manual.css
 SPLIT = --split section
 
-DIA_SOURCES = internet-node-send.dia internet-node-recv.dia packet.dia node.dia buffer.dia sockets-overview.dia
+DIA_SOURCES = \
+	internet-node-send.dia \
+	internet-node-recv.dia \
+	packet.dia \
+	node.dia \
+	buffer.dia \
+	sockets-overview.dia \
+	testbed.dia \
+	emulated-channel.dia
+
 DIA_EPS = ${DIA_SOURCES:.dia=.eps}
 DIA_PNG = ${DIA_SOURCES:.dia=.png}
 DIA_PDF = ${DIA_SOURCES:.dia=.pdf}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/manual/emulation.texi	Thu Dec 04 18:55:04 2008 -0800
@@ -0,0 +1,28 @@
+@node Emulation
+@chapter Emulation
+@anchor{chap:Emulation}
+
+ns-3 has been designed 
+
+@float Figure,fig:testbed
+@caption{Implementation overview of testbed.}
+@image{figures/testbed}
+@end float
+
+@float Figure,fig:emulated-channel
+@caption{Implementation overview of emulated channel.}
+@image{figures/emulated-channel}
+@end float
+
+@section Behavior
+
+Blah, blah.
+
+@section Usage
+
+Yadda yadda
+
+@section Implementation
+
+Mumble blah
+
Binary file doc/manual/figures/emulated-channel.dia has changed
Binary file doc/manual/figures/testbed.dia has changed