|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.adsb.AdsbAirRefVelocity
public class AdsbAirRefVelocity
AdsbAirRefVelocity is a class that is used to define an object containing ADS-B mode status information. It can read in AdsbAirRefVelocity information from a data stream and print the information out to a String.See the source: AdsbAirRefVelocity.java
| Field Summary | |
|---|---|
(package private) Acid |
acid
ACID of the aircraft transmitting this ADS-B state information. |
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
(package private) java.lang.String |
entityID
HLA RTI entity ID of this message. |
(package private) byte[] |
participAddr
24-bit (3 byte) ADS-B participant address of this aircraft. |
(package private) static long |
serialVersionUID
|
(package private) TrueAirspeed |
tas
The true airspeed of this ADS-B aircraft. |
(package private) SystemTime |
transmitTime
The time the ADS-B state information was transmitted. |
(package private) TrueHeading |
trueHeading
The true heading of this ADS-B aircraft. |
| Constructor Summary | |
|---|---|
AdsbAirRefVelocity(Acid aircraftID,
TrueHeading trueHdg,
TrueAirspeed tas)
Constructor for AdsbAirRefVelocity class. |
|
AdsbAirRefVelocity(AircraftState acState)
Constructor for AdsbAirRefVelocity class that takes an AircraftState. |
|
| Method Summary | |
|---|---|
Acid |
getAcid()
Gets the Acid object of geographic info about the point of acid. |
byte[] |
getParticipantAddr()
Gets the 24-bit (3 byte) ADS-B participant address of this aircraft. |
SystemTime |
getTransmitTime()
|
TrueAirspeed |
getTrueAirspeed()
|
TrueHeading |
getTrueHeading()
|
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
SystemTime transmitTime
TrueHeading trueHeading
TrueAirspeed tas
| Constructor Detail |
|---|
public AdsbAirRefVelocity(AircraftState acState)
public AdsbAirRefVelocity(Acid aircraftID,
TrueHeading trueHdg,
TrueAirspeed tas)
| Method Detail |
|---|
public Acid getAcid()
public byte[] getParticipantAddr()
public TrueAirspeed getTrueAirspeed()
public TrueHeading getTrueHeading()
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 | |||||||||