Class PHY.ExtendedTimer
- java.lang.Object
-
- ptolemy.domains.wireless.lib.network.PHY.ExtendedTimer
-
- Enclosing class:
- PHY
protected static class PHY.ExtendedTimer extends java.lang.Object
Extend the default timer to link the additional info (e.g. power) to a timer.
-
-
Field Summary
Fields Modifier and Type Field Description Time
expirationTime
int
kind
double
power
-
Constructor Summary
Constructors Modifier Constructor Description protected
ExtendedTimer()
-
-
-
Field Detail
-
kind
public int kind
-
expirationTime
public Time expirationTime
-
power
public double power
-
-