- java.lang.Object
-
- swim.system.reflect.Pulse
-
- swim.system.reflect.LinkPulse
-
- swim.system.reflect.UplinkPulse
-
- swim.system.reflect.WarpUplinkPulse
-
- All Implemented Interfaces:
WarpPulse
public class WarpUplinkPulse extends UplinkPulse implements WarpPulse
-
-
Field Summary
Fields Modifier and Type Field Description protected long
commandCount
protected int
commandRate
protected long
eventCount
protected int
eventRate
protected long
linkCount
-
Constructor Summary
Constructors Constructor Description WarpUplinkPulse(long linkCount, int eventRate, long eventCount, int commandRate, long commandCount)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
commandCount()
int
commandRate()
long
eventCount()
int
eventRate()
static Form<WarpUplinkPulse>
form()
boolean
isDefined()
long
linkCount()
Value
toValue()
-
-
-
Method Detail
-
isDefined
public boolean isDefined()
-
eventCount
public final long eventCount()
- Specified by:
eventCount
in interfaceWarpPulse
-
commandRate
public final int commandRate()
- Specified by:
commandRate
in interfaceWarpPulse
-
commandCount
public final long commandCount()
- Specified by:
commandCount
in interfaceWarpPulse
-
toValue
public Value toValue()
-
form
@Kind public static Form<WarpUplinkPulse> form()
-
-