Package | Description |
---|---|
nl.tno.imb | |
nl.tno.imb.mc |
Model control package.
|
org.opentrafficsim.imb.connector |
The connector classes to link OTS and IMB.
|
Modifier and Type | Method and Description |
---|---|
void |
TConnection.TOnDisconnect.dispatch(TConnection aConnection) |
void |
TEventEntry.TOnChangeFederation.dispatch(TConnection aConnection,
int aNewFederationID,
String aNewFederation) |
void |
TConnection.TOnSubAndPub.dispatch(TConnection aConnection,
int aCommand,
String aEventName) |
void |
TConnection.TOnVariable.dispatch(TConnection aConnection,
String aVarName,
byte[] aVarValue,
byte[] aPrevValue) |
void |
TConnection.TOnStatusUpdate.dispatch(TConnection aConnection,
String aModelUniqueClientID,
String aModelName,
int aProgress,
int aStatus) |
void |
TConnection.TOnEventnames.dispatch(TConnection aConnection,
TConnection.TEventNameEntry[] aEventNames) |
Constructor and Description |
---|
TEventEntry(TConnection aConnection,
int aID,
String aEventName) |
Modifier and Type | Field and Description |
---|---|
protected TConnection |
ModelStarter.connection
Connection to the IMB hub.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ModelStarter.startModel(ModelParameters parameters,
TConnection imbConnection)
Start the model.
|
Constructor and Description |
---|
IMBConnector(TConnection connection)
Construct an IMBConnector that re-uses an existing TConnection.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.