Module swim.system

Class WarpUplinkPulse

All Implemented Interfaces:
WarpPulse

public class WarpUplinkPulse extends UplinkPulse implements WarpPulse
  • Field Details

    • linkCount

      protected final long linkCount
    • eventRate

      protected final int eventRate
    • eventCount

      protected final long eventCount
    • commandRate

      protected final int commandRate
    • commandCount

      protected final long commandCount
  • Constructor Details

    • WarpUplinkPulse

      public WarpUplinkPulse(long linkCount, int eventRate, long eventCount, int commandRate, long commandCount)
  • Method Details