* If an acceleration value is received and its confidence is set to `outOfRange(101)`, it means that the value is not valid and therefore cannot be trusted. Such value is not useful for the application.
* - 0 `urban-NoStructuralSeparationToOppositeLanes` : for an urban road with no structural separation between lanes carrying traffic in opposite directions.
* - 1 `urban-WithStructuralSeparationToOppositeLanes` : for an urban road with structural separation between lanes carrying traffic in opposite directions.
* - 2 `nonUrban-NoStructuralSeparationToOppositeLanes` : for an non urban road with no structural separation between lanes carrying traffic in opposite directions.
@@ -3503,9 +3503,9 @@ YawRateValue ::= INTEGER {
/**
* This DF represents general Data Frame to describe an acceleration component along with a confidence with a predefined confidence level of 95% for the component.
*
* @details value: the acceleration value which can be estimated as the mean of the current distribution.
* @field value: the acceleration value which can be estimated as the mean of the current distribution.
*
* @details value confidence: the accuracy associated to the provided value at a predefined confidence level of 95% for the component.
* @field value confidence: the accuracy associated to the provided value at a predefined confidence level of 95% for the component.
* @field rollAcceleration: optional Roll acceleration of object from the ITS-S's reference point at the time of measurement, in a pre-defined coordinate system.
* The angular acceleration is measured with positive values considering the object orientation turning counter-clockwise around the x-axis.
*
* @field @details pitchAcceleration: optional Pitch acceleration of object from the ITS-S's reference point at the time of measurement, in a pre-defined coordinate system.
* @field @field pitchAcceleration: optional Pitch acceleration of object from the ITS-S's reference point at the time of measurement, in a pre-defined coordinate system.
* The angular acceleration is measured with positive values considering the object orientation turning counter-clockwise around the y-axis.
*
* @field yawAcceleration: optional Yaw acceleration of object from the ITS-S's reference point at the time of measurement, in a pre-defined coordinate system.