faa.tg.aircraft.adm.modus.latmodus.fte
Class AbstractFlightTechnicalError

java.lang.Object
  extended by faa.tg.aircraft.adm.modus.latmodus.fte.AbstractFlightTechnicalError
All Implemented Interfaces:
FlightTechnicalError, java.io.Serializable
Direct Known Subclasses:
PilotedTechnicalError

public abstract class AbstractFlightTechnicalError
extends java.lang.Object
implements FlightTechnicalError, java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
private static double RIGHT_ANGLE_DEG
           
(package private) static long serialVersionUID
           
 
Constructor Summary
AbstractFlightTechnicalError()
           
AbstractFlightTechnicalError(Coefficient dampingTerm, Coefficient stdDevPosition, Coefficient stdDevVelocity)
           
 
Method Summary
 TrueHeading calcHeadingBias(LateralInputInterface latInputs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface faa.tg.aircraft.adm.modus.latmodus.fte.FlightTechnicalError
calcHeadingBias
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values

RIGHT_ANGLE_DEG

private static final double RIGHT_ANGLE_DEG
See Also:
Constant Field Values
Constructor Detail

AbstractFlightTechnicalError

public AbstractFlightTechnicalError()

AbstractFlightTechnicalError

public AbstractFlightTechnicalError(Coefficient dampingTerm,
                                    Coefficient stdDevPosition,
                                    Coefficient stdDevVelocity)
Method Detail

calcHeadingBias

public TrueHeading calcHeadingBias(LateralInputInterface latInputs)