Package | Description |
---|---|
nl.tno.imb | |
nl.tno.imb.mc |
Model control package.
|
org.opentrafficsim.imb |
Generic classes for the IMB message bus classes, linking to the nl.tno.imb classes.
|
org.opentrafficsim.imb.connector |
The connector classes to link OTS and IMB.
|
org.opentrafficsim.imb.transceiver |
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Class and Description |
---|
TByteBuffer
General buffer for use within the IMB framework to standardize byte order and data exchange.
IMB is always little-endian within the framework (and over the network). |
TConnection
The connection to the framework and starting point to use IMB.
|
TConnection.TConnectionState |
TConnection.TEventNameEntry
returned object (array) on an event name list query
|
TConnection.TOnDisconnect
Override dispatch to implement a disconnect handler
|
TConnection.TOnEventnames
Override dispatch to implement an event names request callback handler
|
TConnection.TOnStatusUpdate
Override dispatch to implement a status change handler
|
TConnection.TOnSubAndPub |
TConnection.TOnVariable
Override dispatch to implement a variable change handler
|
TConnection.TVarPrefix |
TEventEntry
This class implements the events that can be send and received over the IMB framework.
Handlers can be attached to events that get called when specified events are received. |
TEventEntry.TLogLevel
defines the type of log entry to send
|
TEventEntry.TOnBuffer
Override dispatch to implement a buffer event handler
|
TEventEntry.TOnChangeFederation
Override dispatch to implement a federation change handler
|
TEventEntry.TOnChangeObject
Override dispatch to implement a change object event handler
|
TEventEntry.TOnChangeObjectData
Override dispatch to implement a change object data event handler
|
TEventEntry.TOnChildEvent
Override dispatch to implement a handler for hub child event creation events
|
TEventEntry.TOnFocus
Override dispatch to implement a focus event handler
|
TEventEntry.TOnNormalEvent
Override dispatch to implement a normal event handler
|
TEventEntry.TOnOtherEvent
Override dispatch to implement a event handler for non-standard events
|
TEventEntry.TOnStreamCreate
Override dispatch to implement a handler of received streams, creating the local stream
|
TEventEntry.TOnStreamEnd
Override dispatch to implement a handler of received streams, action on end of stream
|
TEventEntry.TOnSubAndPubEvent |
TEventEntry.TOnTimerCmd
Override dispatch to implement a timer command handler for commands reset/start/stop
|
TEventEntry.TOnTimerTick
Override dispatch to implement a timer tick handler
|
Class and Description |
---|
TByteBuffer
General buffer for use within the IMB framework to standardize byte order and data exchange.
IMB is always little-endian within the framework (and over the network). |
TConnection
The connection to the framework and starting point to use IMB.
|
TEventEntry
This class implements the events that can be send and received over the IMB framework.
Handlers can be attached to events that get called when specified events are received. |
Class and Description |
---|
TByteBuffer
General buffer for use within the IMB framework to standardize byte order and data exchange.
IMB is always little-endian within the framework (and over the network). |
Class and Description |
---|
TConnection
The connection to the framework and starting point to use IMB.
|
Class and Description |
---|
TByteBuffer
General buffer for use within the IMB framework to standardize byte order and data exchange.
IMB is always little-endian within the framework (and over the network). |
Copyright © 2014–2016 Delft University of Technology. All rights reserved.