public class ImcIridiumMessage extends IridiumMessage
| Modifier and Type | Field and Description |
|---|---|
static int |
MaxPayloadSize |
protected pt.lsts.imc.IMCMessage |
msg |
destination, message_type, source, timestampMillis| Constructor and Description |
|---|
ImcIridiumMessage() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<pt.lsts.imc.IMCMessage> |
asImc() |
int |
deserializeFields(pt.lsts.imc.IMCInputStream in) |
pt.lsts.imc.IMCMessage |
getMsg() |
int |
serializeFields(pt.lsts.imc.IMCOutputStream out) |
void |
setMsg(pt.lsts.imc.IMCMessage msg) |
java.lang.String |
toString() |
compareTo, deserialize, getDestination, getMessageType, getSource, serialize, setDestination, setMessageType, setSourceprotected pt.lsts.imc.IMCMessage msg
public static int MaxPayloadSize
public int serializeFields(pt.lsts.imc.IMCOutputStream out)
throws java.lang.Exception
serializeFields in class IridiumMessagejava.lang.Exceptionpublic int deserializeFields(pt.lsts.imc.IMCInputStream in)
throws java.lang.Exception
deserializeFields in class IridiumMessagejava.lang.Exceptionpublic final pt.lsts.imc.IMCMessage getMsg()
public final void setMsg(pt.lsts.imc.IMCMessage msg)
msg - the msg to setpublic java.util.Collection<pt.lsts.imc.IMCMessage> asImc()
asImc in class IridiumMessagepublic java.lang.String toString()
toString in class IridiumMessageCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.