Class CamContent

java.lang.Object
org.eclipse.mosaic.lib.objects.v2x.etsi.CamContent
All Implemented Interfaces:
Serializable, ToDataOutput

public class CamContent extends Object implements ToDataOutput, Serializable
Contains specific CAM data
See Also:
  • Constructor Details

    • CamContent

      public CamContent(long generationTime, @Nonnull AwarenessData awarenessData, @Nonnull String unitID, GeoPoint position, byte[] userTaggedValue)
      Creates a new CamContent object.
      Parameters:
      generationTime - the simulation time in ns the CAM was created.
      awarenessData - the high-frequency data container of this CAM.
      unitID - the Id of the unit which created this CAM.
      position - the position at which this CAM has been created
      userTaggedValue - custom data to transmit with this CAM
    • CamContent

      public CamContent(DataInput dIn) throws IOException
      Throws:
      IOException
  • Method Details