Class SurfaceOperationalMode
java.lang.Object
aero.t2s.modes.decoder.df.df17.data.SurfaceOperationalMode
public class SurfaceOperationalMode
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description SurfaceOperationalMode(int data) -
Method Summary
Modifier and Type Method Description AcasStategetAcasRA()intgetGpsLateralOffset()intgetGpsLongitudinalOffset()SourceIntegrityLevelgetSystemDesignAssurance()booleanisAcasIdent()booleanisGpsLateralOffsetAvailable()booleanisGpsLongitudinalOffsetAppliedBySensor()booleanisGpsLongitudinalOffsetAvailable()booleanisSingleAntennaFlag()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SurfaceOperationalMode
public SurfaceOperationalMode(int data)
-
-
Method Details
-
getAcasRA
-
isAcasIdent
public boolean isAcasIdent() -
isSingleAntennaFlag
public boolean isSingleAntennaFlag() -
getSystemDesignAssurance
-
isGpsLateralOffsetAvailable
public boolean isGpsLateralOffsetAvailable() -
getGpsLateralOffset
public int getGpsLateralOffset() -
isGpsLongitudinalOffsetAvailable
public boolean isGpsLongitudinalOffsetAvailable() -
isGpsLongitudinalOffsetAppliedBySensor
public boolean isGpsLongitudinalOffsetAppliedBySensor() -
getGpsLongitudinalOffset
public int getGpsLongitudinalOffset()
-