|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.adsb.AdsbModeStatus
public class AdsbModeStatus
AdsbModeStatus is a class that is used to define an object containing ADS-B mode status information. It can read in AdsbModeStatus information from a data stream and print the information out to a String.See the source: AdsbModeStatus.java
| Field Summary | |
|---|---|
(package private) Acid |
acid
ACID of the aircraft transmitting this ADS-B state information. |
(package private) AirportID |
arrivalApt
Arrival airport ID for this aircraft. |
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
(package private) java.lang.String |
entityID
Entity ID of the ADS-B state information. |
(package private) byte[] |
participAddr
24-bit (3 byte) ADS-B participant address of this aircraft. |
(package private) static long |
serialVersionUID
|
(package private) SystemTime |
transmitTime
The time the ADS-B state information was transmitted. |
| Constructor Summary | |
|---|---|
AdsbModeStatus(Acid acid,
AirportID scaAirportID)
Constructor for AdsbModeStatus class. |
|
AdsbModeStatus(AircraftState acState)
Constructor for AdsbModeStatus class that takes an AircraftState. |
|
| Method Summary | |
|---|---|
Acid |
getAcid()
Gets the Acid object of geographic info about the point of acid. |
AirportID |
getArrivalApt()
Returns the Arrival Airport ID for this aircraft. |
byte[] |
getParticipantAddr()
Gets the 24-bit (3 byte) ADS-B participant address of this aircraft. |
SystemTime |
getTransmitTime()
|
static void |
main(java.lang.String[] argv)
|
java.lang.String |
toString()
Prints the AircraftState information to a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
java.lang.String entityID
Acid acid
byte[] participAddr
AirportID arrivalApt
SystemTime transmitTime
| Constructor Detail |
|---|
public AdsbModeStatus(AircraftState acState)
acState - AircraftState to use for the mode status information.
java.lang.NullPointerException - If arrival runway from acState (or the
acState itself) is null.
public AdsbModeStatus(Acid acid,
AirportID scaAirportID)
| Method Detail |
|---|
public Acid getAcid()
public AirportID getArrivalApt()
public byte[] getParticipantAddr()
public SystemTime getTransmitTime()
public java.lang.String toString()
toString in class java.lang.Objectpublic static void main(java.lang.String[] argv)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||