| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,Transceiver> | 
IMBConnector.imbTransceiverMap
Registration of callback ids from IMB to OTS. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IMBConnector.register(String imbEventName,
        Transceiver transceiver)
Register the transceiver as the interested party when an IMB message identified by the imbEventName is received. 
 | 
void | 
Connector.register(String fullIMBEventName,
        Transceiver transceiver)
Register the transceiver as the interested party when an IMB message identified by the imbEventName is received. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
EventTransceiver
Relay events between IMB domain and OTS domain, enabled by pub/sub. 
 | 
Copyright © 2014–2016 Delft University of Technology. All rights reserved.