public class ExtendedDeviceUpdate extends IridiumMessage
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedHashMap<java.lang.Integer,Position> |
positions |
destination, message_type, source, timestampMillis
Constructor and Description |
---|
ExtendedDeviceUpdate() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<pt.lsts.imc.IMCMessage> |
asImc() |
int |
deserializeFields(pt.lsts.imc.IMCInputStream in) |
java.util.LinkedHashMap<java.lang.Integer,Position> |
getPositions() |
int |
serializeFields(pt.lsts.imc.IMCOutputStream out) |
java.lang.String |
toString() |
compareTo, deserialize, getDestination, getMessageType, getSource, serialize, setDestination, setMessageType, setSource
protected java.util.LinkedHashMap<java.lang.Integer,Position> positions
public java.util.LinkedHashMap<java.lang.Integer,Position> getPositions()
public int serializeFields(pt.lsts.imc.IMCOutputStream out) throws java.lang.Exception
serializeFields
in class IridiumMessage
java.lang.Exception
public int deserializeFields(pt.lsts.imc.IMCInputStream in) throws java.lang.Exception
deserializeFields
in class IridiumMessage
java.lang.Exception
public java.util.Collection<pt.lsts.imc.IMCMessage> asImc()
asImc
in class IridiumMessage
public java.lang.String toString()
toString
in class IridiumMessage
Copyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.