|
||||||||||
| 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.AssignedModeCommand
Assignment shall be transmitted by a base station when operating as a controlling entity. Other stations can be assigned a transmission schedule, other than the currently used one. If a station is assigned a schedule, it will also enter assigned mode.
| Field Summary | |
int |
dest_id_A
MMSI Number. |
int |
dest_id_B
MMSI Number. |
int |
increment_A
Slot Increment to next assignment. |
int |
increment_B
Slot Increment to next assignment (1). |
int |
mmsi_nb
MMSI of assigning station. |
int |
offset_A
Slot Offset from current slot to first assigned slot. |
int |
offset_B
Slot Offset from current slot to first assigned slot. |
int |
spare
Spare. |
int |
spare_1
Spare. |
| Fields inherited from class dk.navicon.AIS.AISMessage |
msg_id, rep_indi |
| Constructor Summary | |
AssignedModeCommand()
|
|
AssignedModeCommand(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_id_A
public int offset_A
public int increment_A
public int dest_id_B
public int offset_B
public int increment_B
public int spare_1
| Constructor Detail |
public AssignedModeCommand()
public AssignedModeCommand(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 | |||||||||