Class PusTime

java.lang.Object
org.yamcs.simulator.pus.PusTime
All Implemented Interfaces:
Comparable<PusTime>

public class PusTime extends Object implements Comparable<PusTime>
PUS time used by the simulator is 1 byte for the pfield, 4 bytes seconds and 3 bytes sub-second The time is started at 0 when the simulator starts and drifts with a constant drift
  • Field Details

  • Constructor Details

    • PusTime

      public PusTime(int seconds, long fractionalTime)
  • Method Details