Class CEtsi


  • public class CEtsi
    extends Object
    ETSI specific parameter (delta for each value). ETSI EN 302 637-2 V1.3.1 (2014-09)
    • Field Detail

      • minimalPayloadLength

        public long minimalPayloadLength
        The minimum payload length assumed for CAM messages. Unit: bits
      • maxStartOffset

        public long maxStartOffset
        (random) start offset to simulate non-synchronized timings of different application.
      • minInterval

        public Long minInterval
        Minimal interval. I.e. 0_100_000_000ns 100ms (0.1 sec). Unit: [ns].
      • maxInterval

        public Long maxInterval
        Maximum time ago between two messages. I.e. 1_000_000_000ns 1000ms (1.0 sec). Unit: [ns].
      • positionChange

        public Double positionChange
        Position change. I.e. 4m. Unit: [m].
      • headingChange

        public Double headingChange
        Heading change. I.e. 4°. Unit: [°].
      • velocityChange

        public Double velocityChange
        Velocity change. I.e. 0.5m/s. Unit: [m/s].
    • Constructor Detail

      • CEtsi

        public CEtsi()