Class ChargingStationRegistration

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

public final class ChargingStationRegistration extends Interaction
This extension of Interaction is intended to be used to forward an added charging station to the RTI.
See Also:
  • Field Details

    • TYPE_ID

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

    • ChargingStationRegistration

      public ChargingStationRegistration(long time, String name, String group, List<String> applications, GeoPoint position, List<ChargingSpot> chargingSpots)
      Creates a new ChargingStationRegistration interaction.
      Parameters:
      time - Timestamp of this interaction, unit: [ns]
      name - ITS identification of the charging station
      group - The group identifier.
      applications - List of applications the charging station is equipped with.
      position - The position of the charging station.
  • Method Details