| Package | Description |
|---|---|
| pt.lsts.imc |
| Modifier and Type | Method and Description |
|---|---|
IMCMessageType |
IMCDefinition.getHeaderType() |
IMCMessageType |
IMCMessage.getMessageType() |
IMCMessageType |
IMCDefinition.getType(java.lang.Integer id)
Retrieve the message type of given message id
|
IMCMessageType |
IMCDefinition.getType(java.lang.String name)
Retrieve the message type of given message abbreviated name
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMCMessage.setType(IMCMessageType type)
Change the type of the message.
|
| Constructor and Description |
|---|
IMCMessage(IMCDefinition defs,
IMCMessageType type)
Creates a new message given its type.
|
IMCMessage(IMCMessageType type)
Creates a new IMCMessage given its type and using default IMC definitions
|