Package | Description |
---|---|
pt.lsts.imc | |
pt.lsts.imc.examples |
Modifier and Type | Method and Description |
---|---|
static LogBookEntry |
LogBookEntry.clone(IMCMessage msg) |
static LogBookEntry |
LogBookEntry.create(java.lang.Object... values) |
LogBookEntry |
LogBookEntry.setContext(java.lang.String context) |
LogBookEntry |
LogBookEntry.setHtime(double htime) |
LogBookEntry |
LogBookEntry.setText(java.lang.String text) |
LogBookEntry |
LogBookEntry.setType(LogBookEntry.TYPE type) |
LogBookEntry |
LogBookEntry.setTypeStr(java.lang.String type) |
LogBookEntry |
LogBookEntry.setTypeVal(short type) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<LogBookEntry> |
LogBookControl.getMsg() |
Modifier and Type | Method and Description |
---|---|
LogBookControl |
LogBookControl.setMsg(java.util.Collection<LogBookEntry> msg) |
Constructor and Description |
---|
LogBookControl(LogBookControl.COMMAND command,
double htime,
java.util.Collection<LogBookEntry> msg) |
Modifier and Type | Method and Description |
---|---|
void |
AgentExample.on(LogBookEntry log)
This method will be called whenever a LogBookEntry arrives from the
selected vehicles and entities
|