Loading asn/CPM_CommonDataTypes.asn +12 −7 Original line number Diff line number Diff line Loading @@ -627,9 +627,9 @@ Absolute accuracy of measurement to a confidence level of 95%. DistanceConfidence ::= INTEGER { zeroPointZeroOneMeter (1), oneMeter (100), outOfRange (101), -- shall be set if the accuracy is out of range unavailable (102) -- shall be set if the accuracy data is unavailable } (0..102) outOfRange (4094), -- shall be set if the accuracy is out of range unavailable (4095) -- shall be set if the accuracy data is unavailable } (0..4095) /** @brief Dynamic Status Indication whether the detected object is classified as a dynamic (i.e. moving) object. Loading @@ -652,8 +652,10 @@ vehicle Reference Point. */ HitchPointOffset ::= INTEGER { zeroPointOneMeter (1), oneMeter (10) } (0..100) oneMeter (10), outOfRange (254), unavailable (255) } (0..255) /** @brief Front Overhang Length of the trailer overhang in the positive x direction (according to ISO 8855) from the Loading Loading @@ -899,8 +901,11 @@ indicated by the @see refPointID */ XSensorOffset ::= INTEGER { negativeZeroPointZeroOneMeter (-1), negativeOneMeter (-100) } (-5000..0) negativeOneMeter (-100), negativeOutOfRange (-3094), positiveOneMeter (100), positiveOutOfRange (1001) } (-5000..1001) /** @brief Y Sensor Offset Described the mounting position of a sensor in y-direction from Reference Point Loading Loading
asn/CPM_CommonDataTypes.asn +12 −7 Original line number Diff line number Diff line Loading @@ -627,9 +627,9 @@ Absolute accuracy of measurement to a confidence level of 95%. DistanceConfidence ::= INTEGER { zeroPointZeroOneMeter (1), oneMeter (100), outOfRange (101), -- shall be set if the accuracy is out of range unavailable (102) -- shall be set if the accuracy data is unavailable } (0..102) outOfRange (4094), -- shall be set if the accuracy is out of range unavailable (4095) -- shall be set if the accuracy data is unavailable } (0..4095) /** @brief Dynamic Status Indication whether the detected object is classified as a dynamic (i.e. moving) object. Loading @@ -652,8 +652,10 @@ vehicle Reference Point. */ HitchPointOffset ::= INTEGER { zeroPointOneMeter (1), oneMeter (10) } (0..100) oneMeter (10), outOfRange (254), unavailable (255) } (0..255) /** @brief Front Overhang Length of the trailer overhang in the positive x direction (according to ISO 8855) from the Loading Loading @@ -899,8 +901,11 @@ indicated by the @see refPointID */ XSensorOffset ::= INTEGER { negativeZeroPointZeroOneMeter (-1), negativeOneMeter (-100) } (-5000..0) negativeOneMeter (-100), negativeOutOfRange (-3094), positiveOneMeter (100), positiveOutOfRange (1001) } (-5000..1001) /** @brief Y Sensor Offset Described the mounting position of a sensor in y-direction from Reference Point Loading