|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.atvoice.message.AtVoiceMessage
faa.tg.atvoice.message.AcidStatus
public class AcidStatus
This class contains the Aircraft Identification Status Message which is used to notify the AtVoice as to the status of an aircraft on a controller's frequency. See the source AcidStatus.java
| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID. |
private AcidStatuses |
mCmd
|
private java.lang.String |
mCmdData
|
static int |
PADDING
How much padding to add to the end of the message |
| Fields inherited from class faa.tg.atvoice.message.AtVoiceMessage |
|---|
ACID_PLUS_ONE, ACID_SIZE, BYTE_SIZE, CHAR_SIZE, DATA_LENGTH, DOUBLE_SIZE, FLOAT_SIZE, FREQUENCY, HOSTNAME, INTEGER_SIZE, LITERAL, mData, mDataLength, mMessageType, PILOT_RESPONSE, SHORT_SIZE, TAG |
| Constructor Summary | |
|---|---|
AcidStatus(java.lang.String aAcid,
AcidStatuses aCmd)
Constructor |
|
| Method Summary | |
|---|---|
AcidStatuses |
getCommand()
Returns the command intsruction to ad or delte an aircraft from the AtVoice lookup table. |
java.lang.String |
getCommandData()
Returns the Acid of the flight to add or delete |
protected void |
packData()
Properly format the byte array to be written out to the wire |
java.lang.String |
toString()
Returns a string representation of this object Overwrites AtVoiceMessage.toString() |
protected void |
unpackData()
Interpret data |
| Methods inherited from class faa.tg.atvoice.message.AtVoiceMessage |
|---|
getType, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CVS_VERSION_ID
private AcidStatuses mCmd
private java.lang.String mCmdData
public static final int PADDING
| Constructor Detail |
|---|
public AcidStatus(java.lang.String aAcid,
AcidStatuses aCmd)
aAcid - - the identify of the aircraft this message is foraCmd - - what to do with the aircraft| Method Detail |
|---|
protected void unpackData()
unpackData in class AtVoiceMessageprotected void packData()
packData in class AtVoiceMessagepublic AcidStatuses getCommand()
public java.lang.String getCommandData()
public java.lang.String toString()
toString in class AtVoiceMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||