Package | Description |
---|---|
org.opentrafficsim.imb.transceiver |
Interfaces and abstract classes for Transceivers and Transformers.
|
org.opentrafficsim.imb.transceiver.urbanstrategy |
Implementation of the transceivers for OTS to TNO's Urban Strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransceiver.addOTSToIMBChannel(nl.tudelft.simulation.event.EventProducerInterface producer,
nl.tudelft.simulation.event.EventType eventType,
String imbEventName,
Object[] imbNewPayload,
OTSToIMBTransformer transformer)
Make a connection from OTS to IMB, and and send a NEW message to IMB for the imbEventName with a corresponding payload.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
GTUTransceiver.GTUTransformerChange
Transform the LaneBasedGTU.LANEBASED_MOVE_EVENT content to a corresponding IMB message.
|
(package private) static class |
SimulatorTransceiver.EmptyTransformer
Transform the an event without content to a corresponding IMB message.
|
(package private) static class |
SimulatorTransceiver.SpeedTransformer
Transform the a simulation speed change event to a corresponding IMB message.
Event is sent from OTS to IMB to indicate that the OTS simulation has changed the intended execution speed (there is, however, no guarantee that the simulator is able to reach that particular speed). |
Copyright © 2014–2016 Delft University of Technology. All rights reserved.