Terrenus HRPT v2.2

terrenus.telemetry
Class HRPTAuxSyncChecker

java.lang.Object
  extended by terrenus.telemetry.ShortSignatureChecker
      extended by terrenus.telemetry.HRPTAuxSyncChecker
All Implemented Interfaces:
SignatureChecker

public class HRPTAuxSyncChecker
extends ShortSignatureChecker

The HRPTAuxSyncChecker class checks NOAA HRPT auxiliary synchronization data.


Field Summary
static short[] AUX_SYNC_WORDS
          The 100 expected auxiliary sync words.
 
Method Summary
static HRPTAuxSyncChecker getInstance()
          Gets the single instance of this class.
 
Methods inherited from class terrenus.telemetry.ShortSignatureChecker
getDifferenceCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUX_SYNC_WORDS

public static final short[] AUX_SYNC_WORDS
The 100 expected auxiliary sync words.

Method Detail

getInstance

public static HRPTAuxSyncChecker getInstance()
Gets the single instance of this class.


Terrenus HRPT v2.2