@@ -95,8 +95,8 @@ AccelerationControl ::= BIT STRING {
The value shall be set to:
-`-160` for values equal to or less than -16 m/s<sup>2</sup>.
-`n (n > -160 and n <= 0)` to indicate negative acceleration equal to or less than `n x 0,1 m/s<sup>2</sup>`, and greater than `(n-1) x 0,1 m/s<sup>2</sup>`.
-`n (n > 0 and n < 160)` to indicate positive acceleration is equal to or less than `n x 0,1 m/s<sup>2</sup>`, and greater than `(n-1) x 0,1 m/s<sup>2</sup>`.
-`n (n > -160 and n <= 0)` to indicate negative acceleration equal to or less than n x 0,1 m/s<sup>2</sup>, and greater than (n-1) x 0,1 m/s<sup>2</sup>.
-`n (n > 0 and n < 160)` to indicate positive acceleration is equal to or less than n x 0,1 m/s<sup>2</sup>, and greater than (n-1) x 0,1 m/s<sup>2</sup>.
-`160` for acceleration or greater than 15,9 m/s<sup>2</sup>.
This DE represents a difference in time with respect to a reference time.
It can be interpreted as the first 8 bytes of a GenerationDeltaTime. To convert a [**VruClusterOpTimestamp**](#VruClusterOpTimestamp) to a [**GenerationDeltaTime**](#GenerationDeltaTime),
It can be interpreted as the first 8 bytes of a GenerationDeltaTime. To convert it to a [**GenerationDeltaTime**](#GenerationDeltaTime),
multiply by 256 (i.e. append a `00` byte)
@@ -2041,9 +2041,9 @@ Latitude ::= INTEGER {
The value shall be set to:
- `-160` for values equal to or less than -16 m/s<sup>2</sup>.
- `n (n > -160 and n <= 0)` to indicate that the vehicle is accelerating towards the right side with regards to the vehicle orientation
with acceleration equal to or less than `n x 0,1 m/s<sup>2</sup>`, and greater than `(n-1) x 0,1 m/s<sup>2</sup>`.
with acceleration equal to or less than n x 0,1 m/s<sup>2</sup>, and greater than (n-1) x 0,1 m/s<sup>2</sup>.
- `n (n > 0 and n < 160)` to indicate that the vehicle is accelerating towards the left hand side with regards to the vehicle orientation
with acceleration equal to or less than `n x 0,1 m/s<sup>2</sup>`, and greater than `(n-1) x 0,1 m/s<sup>2</sup>`.
with acceleration equal to or less than n x 0,1 m/s<sup>2</sup>, and greater than (n-1) x 0,1 m/s<sup>2</sup>.
- `160` for acceleration or greater than 15,9 m/s<sup>2</sup>.
- `161` when the data is unavailable.
@@ -2117,8 +2117,8 @@ Longitude ::= INTEGER {
The value shall be set to:
- `-160` for values equal to or less than -16 m/s<sup>2</sup>.
- `n (n > -160 and n <=0)`toindicatethatthevehicleisbrakingwithaccelerationequaltoorlessthan`nx0,1m/s<sup>2</sup>`, and greater than `(n-1) x 0,1 m/s<sup>2</sup>`.
- `n (n > 0 and n <160)`toindicatethatthevehicleisacceleratingwithaccelerationequaltoorlessthan`nx0,1m/s<sup>2</sup>`, and greater than `(n-1) x 0,1 m/s<sup>2</sup>`.
- `n (n > -160 and n <=0)`toindicatethatthevehicleisbrakingwithaccelerationequaltoorlessthannx0,1m/s<sup>2</sup>, and greater than (n-1) x 0,1 m/s<sup>2</sup>.
-`n (n > 0 and n < 160)` to indicate that the vehicle is accelerating with acceleration equal to or less than n x 0,1 m/s<sup>2</sup>, and greater than (n-1) x 0,1 m/s<sup>2</sup>.
-`160` for acceleration or greater than 15,9 m/s<sup>2</sup>.
This DE represents the width of a vehicle, excluding side mirrors and possible similar extensions.
The value shall be set to:
-`n (n > 1 and n < 61)` indicates the applicable value is equal to or less than `n x 0,1 meter`, and greater than `(n-1) x 0,1 meter`.
- `n (n > 1 and n < 61)` indicates the applicable value is equal to or less than n x 0,1 meter, and greater than (n-1) x 0,1 meter.
- `61`indicates that the vehicle width is greater than 6,0 metres.
- `62`indicates that the information in unavailable.
@@ -3981,8 +3981,8 @@ VehicleWidth ::= INTEGER {
The value shall be set to:
- `-160` for values equal to or less than -16 m/s<sup>2</sup>.
-`n (n > -160 and n <= 0)` to indicate downwards acceleration equal to or less than `n x 0,1 m/s<sup>2</sup>`, and greater than `(n-1) x 0,1 m/s<sup>2</sup>`.
-`n (n > 0 and n < 160)` to indicate upwards acceleration equal to or less than `n x 0,1 m/s<sup>2</sup>`, and greater than `(n-1) x 0,1 m/s<sup>2</sup>`.
- `n (n > -160 and n <=0)`toindicatedownwardsaccelerationequaltoorlessthannx0,1m/s<sup>2</sup>, and greater than (n-1) x 0,1 m/s<sup>2</sup>.
-`n (n > 0 and n < 160)` to indicate upwards acceleration equal to or less than n x 0,1 m/s<sup>2</sup>, and greater than (n-1) x 0,1 m/s<sup>2</sup>.
-`160` for acceleration or greater than 15,9 m/s<sup>2</sup>.
-`161` when the data is unavailable.
@@ -4294,7 +4294,7 @@ VruSpecificExteriorLights ::= BIT STRING {
Perpendicular distance between front and rear axle of the wheel base of vehicle.
The value shall be set to:
-`n (n >= 1 and n < 126)` if the value is equal to or less than `n x 0.1 metres` and more than `(n-1) x 0.1 metres`.
-`n (n >= 1 and n < 126)` if the value is equal to or less than n x 0.1 metres and more than (n-1) x 0.1 metres.
-`126` indicates that the wheel base distance is equal to or greater than 12,5 metres.
-`127` indicates that the information is unavailable.