Class CEtsi
java.lang.Object
org.eclipse.mosaic.fed.application.config.CEtsi
ETSI specific parameter (delta for each value). ETSI EN 302 637-2
V1.3.1 (2014-09)
-
Field Summary
FieldsModifier and TypeFieldDescriptionHeading change.Maximum time ago between two messages.long
(random) start offset to simulate non-synchronized timings of different application.long
The minimum payload length assumed for CAM messages.Minimal interval.Position change.Velocity change. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
minimalPayloadLength
public long minimalPayloadLengthThe 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
Minimal interval. I.e. 0_100_000_000ns 100ms (0.1 sec). Unit: [ns]. -
maxInterval
Maximum time ago between two messages. I.e. 1_000_000_000ns 1000ms (1.0 sec). Unit: [ns]. -
positionChange
Position change. I.e. 4m. Unit: [m]. -
headingChange
Heading change. I.e. 4°. Unit: [°]. -
velocityChange
Velocity change. I.e. 0.5m/s. Unit: [m/s].
-
-
Constructor Details
-
CEtsi
public CEtsi()
-