Class ProximityCrc32

java.lang.Object
org.yamcs.tctm.ccsds.error.ProximityCrc32
All Implemented Interfaces:
ErrorDetectionWordCalculator

public class ProximityCrc32 extends Object implements ErrorDetectionWordCalculator
CRC-32 error detection code as specified in CCSDS 211.0-B-5 PROXIMITY-1 SPACE LINK PROTOCOL— DATA LINK LAYER

also used in USLP frames CCSDS 732.1-B-1

WARNING: we did not find an alternative implementation to compare with!

  • Constructor Details

    • ProximityCrc32

      public ProximityCrc32()
  • Method Details