dk.tbsalling.aismessages.messages
Class AssignedModeCommand
java.lang.Object
dk.tbsalling.aismessages.messages.DecodedAISMessage
dk.tbsalling.aismessages.messages.AssignedModeCommand
- All Implemented Interfaces:
- Serializable
public class AssignedModeCommand
- extends DecodedAISMessage
used by a base station with control authority to configure the scheduling of
AIS informational messages from subordinate stations, either as a frequency
per 10-minute interval or by specifying the TDMA slot(s) offset on which
those messages should be transmitted.
- Author:
- tbsalling
- See Also:
- Serialized Form
AssignedModeCommand
public AssignedModeCommand(Integer repeatIndicator,
MMSI sourceMmsi,
MMSI destinationMmsiA,
Integer offsetA,
Integer incrementA,
MMSI destinationMmsiB,
Integer offsetB,
Integer incrementB)
getDestinationMmsiA
public final MMSI getDestinationMmsiA()
getOffsetA
public final Integer getOffsetA()
getIncrementA
public final Integer getIncrementA()
getDestinationMmsiB
public final MMSI getDestinationMmsiB()
getOffsetB
public final Integer getOffsetB()
getIncrementB
public final Integer getIncrementB()
fromEncodedMessage
public static AssignedModeCommand fromEncodedMessage(EncodedAISMessage encodedMessage)
Copyright © 2013 Thomas Borg Salling. All Rights Reserved.