driver
Class heartbeat

java.lang.Object
  extended by driver.heartbeat

public class heartbeat
extends java.lang.Object

SWANS demo/test: heartbeat application.

Version:
$Id: heartbeat.java,v 1.16 2004/11/22 16:51:05 barr Exp $
Author:
Rimon Barr <barr+jist@cs.cornell.edu>

Field Summary
static int GRANULARITY
          random waypoint granularity.
static int MAX_SPEED
          random waypoint maximum speed.
static int MIN_SPEED
          random waypoint minimum speed.
static int PAUSE_TIME
          random waypoint pause time.
 
Constructor Summary
heartbeat()
           
 
Method Summary
static void createNode(int i, Field field, Placement placement, RadioInfo.RadioInfoShared radioInfoShared, Mapper protMap, PacketLoss plIn, PacketLoss plOut)
          Initialize simulation node.
static Field createSim(int nodes, int length)
          Initialize simulation field.
static void main(java.lang.String[] args)
          Benchmark entry point: heartbeat test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAUSE_TIME

public static final int PAUSE_TIME
random waypoint pause time.

See Also:
Constant Field Values

GRANULARITY

public static final int GRANULARITY
random waypoint granularity.

See Also:
Constant Field Values

MIN_SPEED

public static final int MIN_SPEED
random waypoint minimum speed.

See Also:
Constant Field Values

MAX_SPEED

public static final int MAX_SPEED
random waypoint maximum speed.

See Also:
Constant Field Values
Constructor Detail

heartbeat

public heartbeat()
Method Detail

createNode

public static void createNode(int i,
                              Field field,
                              Placement placement,
                              RadioInfo.RadioInfoShared radioInfoShared,
                              Mapper protMap,
                              PacketLoss plIn,
                              PacketLoss plOut)
Initialize simulation node.

Parameters:
i - node number
field - simulation field
placement - node placement model
radioInfoShared - shared radio information
protMap - shared protocol map
plIn - incoming packet loss model
plOut - outgoing packet loss model

createSim

public static Field createSim(int nodes,
                              int length)
Initialize simulation field.

Parameters:
nodes - number of nodes
length - length of field
Returns:
simulation field

main

public static void main(java.lang.String[] args)
Benchmark entry point: heartbeat test.

Parameters:
args - command-line parameters