Module swim.system

Class WarpDownlinkPulse

All Implemented Interfaces:
WarpPulse

public class WarpDownlinkPulse extends DownlinkPulse 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

    • WarpDownlinkPulse

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