|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--dk.navicon.AIS.AISMessage
|
+--dk.navicon.AIS.Interrogation
The Interrogation Message shall be used for interrogations via the VHF TDMA link other than UTC and date requests. The response shall be transmitted on the channel where the interrogation was received.
| Field Summary | |
int |
dest_mmsi_1
MMSI number of first interrogated station |
int |
dest_mmsi_2
MMSI number of second interrogated station. |
int |
mmsi_nb
MMSI number of interrogating station |
int |
msg_id_1
First requested message type from first interrogated station |
int |
msg_id_1_2
Second requested message type from first interrogated station. |
int |
msg_id_2
Requested message type from second interrogated station. |
int |
slot_offset_1
Response slot offset for first requested message from first interrogated station. |
int |
slot_offset_1_2
Response slot offset for second requested message from first interrogated station. |
int |
slot_offset_2
Response slot offset for requested message from second interrogated station. |
int |
spare
Not used. |
int |
spare_1
Not used. |
| Fields inherited from class dk.navicon.AIS.AISMessage |
msg_id, rep_indi |
| Constructor Summary | |
Interrogation()
|
|
Interrogation(java.lang.String s,
int fill_bits)
|
|
| Method Summary | |
dk.navicon.AIS.MessageDescription[] |
getMessageDescription()
|
| Methods inherited from class dk.navicon.AIS.AISMessage |
decode, encode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int mmsi_nb
public int spare
public int dest_mmsi_1
public int msg_id_1
public int slot_offset_1
public int msg_id_1_2
public int slot_offset_1_2
public int dest_mmsi_2
public int msg_id_2
public int slot_offset_2
public int spare_1
| Constructor Detail |
public Interrogation()
public Interrogation(java.lang.String s,
int fill_bits)
throws AISParseException
| Method Detail |
public dk.navicon.AIS.MessageDescription[] getMessageDescription()
getMessageDescription in class AISMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||