driver
Class ip.CommandLineOptions

java.lang.Object
  extended by driver.ip.CommandLineOptions
Enclosing class:
ip

private static class ip.CommandLineOptions
extends java.lang.Object

Simulation parameters with default values.


Field Summary
private  int distance
          Distance between two nodes.
private  boolean help
          Whether to print a usage statement.
private  int packets
          Number of packets to send.
private  int radio
          Radio interference model to use.
private  long sleep
          Time to sleep between transmissions (ms).
 
Constructor Summary
private ip.CommandLineOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

help

private boolean help
Whether to print a usage statement.


distance

private int distance
Distance between two nodes.


packets

private int packets
Number of packets to send.


sleep

private long sleep
Time to sleep between transmissions (ms).


radio

private int radio
Radio interference model to use.

Constructor Detail

ip.CommandLineOptions

private ip.CommandLineOptions()