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