Uses of Interface
org.opentrafficsim.sim0mq.publisher.TransceiverInterface
-
Uses of TransceiverInterface in org.opentrafficsim.sim0mq.publisher
Classes in org.opentrafficsim.sim0mq.publisher that implement TransceiverInterfaceModifier and TypeClassDescriptionclass
Transceiver for DJUNITS events.class
Common code for id transceivers that use an empty address.class
Common code for most implementations of TranceiverInterface.class
Transceiver for CrossSectionElement data.class
Transceiver for GTU ids.class
Transceiver for GTU data.class
Transceiver for the ids of the GTUs on a link.class
Transceiver for the ids of the GTUs on a link.class
Transceiver for Link ids.class
Transceiver for Link data.class
Transceiver for Node ids.class
Transceiver for Node data.class
Publish all available transceivers for an OTS network to a Sim0MQ master and handle its requests.class
Transceiver for simulator state change events.Methods in org.opentrafficsim.sim0mq.publisher that return TransceiverInterfaceModifier and TypeMethodDescriptionfinal TransceiverInterface
GtuTransceiver.getIdSource
(int addressLevel, ReturnWrapper returnWrapper) LinkTransceiver.getIdSource
(int addressLevel, ReturnWrapper returnWrapper) NodeTransceiver.getIdSource
(int addressLevel, ReturnWrapper returnWrapper) Publisher.getIdSource
(int addressLevel, ReturnWrapper returnWrapper) default TransceiverInterface
TransceiverInterface.getIdSource
(int addressLevel, ReturnWrapper returnWrapper) Retrieve the TransceiverInterface that can be used to get detailed information about a single object.SubscriptionHandler.getListTransceiver()
Retrieve the list transceiver (only for testing).Constructors in org.opentrafficsim.sim0mq.publisher with parameters of type TransceiverInterfaceModifierConstructorDescriptionSubscriptionHandler
(String id, TransceiverInterface listTransceiver, LookupEventProducer eventProducerForAddRemoveOrChange, org.djutils.event.EventType addedEventType, org.djutils.event.EventType removedEventType, org.djutils.event.EventType changeEventType, SubscriptionHandler elementSubscriptionHandler) Create a new SubscriptionHandler.