public class ImcIridiumMessage extends IridiumMessage
| Modifier and Type | Field and Description |
|---|---|
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) |
compareTo, deserialize, getDestination, getMessageType, getSource, serialize, setDestination, setMessageType, setSourcepublic 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 IridiumMessageCopyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.