Package aero.t2s.modes
Class FlightStatus
java.lang.Object
aero.t2s.modes.FlightStatus
public class FlightStatus
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description FlightStatus() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FlightStatus
public FlightStatus()
-
-
Method Details
-
setAlert
public void setAlert(boolean alert) -
isAlert
public boolean isAlert() -
setSpi
public void setSpi(boolean spi) -
isSpi
public boolean isSpi()
-