[Sphinx] Attributes manual chapter

This commit is contained in:
Peter D. Barnes, Jr.
2014-08-18 17:43:37 -07:00
parent e34b13367b
commit 16af384434
2 changed files with 471 additions and 276 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -58,7 +58,10 @@ main (int argc, char *argv[])
// Allow the user to override any of the defaults and the above
// SetDefaults() at run-time, via command-line arguments
// For example, via "--ns3::DropTailQueue::MaxPackets=80"
CommandLine cmd;
// This provides yet another way to set the value from the command line:
cmd.AddValue ("maxPackets", "ns3::DropTailQueue::MaxPackets");
cmd.Parse (argc, argv);
// Now, we will create a few objects using the low-level API