Package | Description |
---|---|
nl.tno.imb | |
nl.tno.imb.mc |
Model control package.
|
Modifier and Type | Field and Description |
---|---|
(package private) TEventEntry |
TEventEntry.fparent |
Modifier and Type | Method and Description |
---|---|
TEventEntry |
TConnection.publish(String aEventName)
Publishes on the specified event
|
TEventEntry |
TConnection.publish(String aEventName,
boolean aUseFederationPrefix)
Publishes on the specified event
|
TEventEntry |
TConnection.subscribe(String aEventName)
Subscribe to the specified event
|
TEventEntry |
TConnection.subscribe(String aEventName,
boolean aUseFederationPrefix)
Subscribe to the specified event
|
Modifier and Type | Method and Description |
---|---|
void |
TEventEntry.copyHandlersFrom(TEventEntry aEventEntry) |
void |
TEventEntry.TOnSubAndPubEvent.dispatch(TEventEntry aEvent,
int aCommand) |
void |
TEventEntry.TOnChangeObjectData.dispatch(TEventEntry aEvent,
int aAction,
int aObjectID,
String aAttribute,
TByteBuffer aNewValues,
TByteBuffer aOldValues) |
void |
TEventEntry.TOnBuffer.dispatch(TEventEntry aEvent,
int aTick,
int aBufferID,
TByteBuffer aBuffer) |
void |
TEventEntry.TOnOtherEvent.dispatch(TEventEntry aEvent,
int aTick,
int aEventKind,
TByteBuffer aPayload) |
void |
TEventEntry.TOnTimerCmd.dispatch(TEventEntry aEvent,
int aEventKind,
String aTimerName) |
void |
TEventEntry.TOnChildEvent.dispatch(TEventEntry aEvent,
int aEventKind,
String aEventName) |
void |
TEventEntry.TOnStreamEnd.dispatch(TEventEntry aEvent,
OutputStream aStream,
String aStreamName) |
OutputStream |
TEventEntry.TOnStreamCreate.dispatch(TEventEntry aEvent,
String aStreamName) |
void |
TEventEntry.TOnTimerTick.dispatch(TEventEntry aEvent,
String aTimerName,
int aTick,
long aTickTime,
long aStartTime) |
void |
TEventEntry.TOnNormalEvent.dispatch(TEventEntry aEvent,
TByteBuffer aPayload) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ModelStarter.handleControlEvents(TEventEntry event,
TByteBuffer payload)
Execute a control event.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.