Class InductionLoopDetectorSubscription

java.lang.Object
org.eclipse.mosaic.rti.api.Interaction
org.eclipse.mosaic.interactions.traffic.InductionLoopDetectorSubscription
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Interaction>

public final class InductionLoopDetectorSubscription extends Interaction
This extension of Interaction is sent when a unit wants to subscribe for data of a SUMO induction loop.
See Also:
  • Field Details

    • TYPE_ID

      public static final String TYPE_ID
      String identifying the type of this interaction.
  • Constructor Details

    • InductionLoopDetectorSubscription

      public InductionLoopDetectorSubscription(long time, String inductionLoopId)
      Creates a new interaction that subscribes for data of a SUMO induction loop.
      Parameters:
      time - Timestamp of this interaction, unit: [ns]
      inductionLoopId - induction loop identifier
  • Method Details