-
- All Known Implementing Classes:
WarpDownlinkPulse,WarpUplinkPulse
public interface WarpPulse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcommandCount()intcommandRate()longeventCount()inteventRate()booleanisDefined()ValuetoValue()
-
-
-
Method Detail
-
isDefined
boolean isDefined()
-
eventRate
int eventRate()
-
eventCount
long eventCount()
-
commandRate
int commandRate()
-
commandCount
long commandCount()
-
toValue
Value toValue()
-
-