Skip to content
Snippets Groups Projects
Commit 0e069a61 authored by fischer's avatar fischer
Browse files

TC updated

parent eb13629c
No related branches found
No related tags found
No related merge requests found
......@@ -91,13 +91,15 @@ VehicleCommonParameters ::= SEQUENCE {
doorOpen DoorOpen OPTIONAL,
posConfidenceEllipse PosConfidenceEllipse,
curvature Curvature,
curvatureGradient CurvatureGradient OPTIONAL,
curvatureChange CurvatureChange OPTIONAL,
curvatureConfidence Confidence,
crashStatus CrashStatus OPTIONAL,
headingConfidence Confidence,
dangerousGoods DangerousGoods OPTIONAL,
...
}
-- STF405: introduced as replacement for TaggedValue to reflect the profiles
BasicVehicle ::= SEQUENCE {
...
......@@ -140,7 +142,7 @@ CrashStatus ::= BOOLEAN
Curvature ::= INTEGER (-32765..32765)
CurvatureGradient ::= INTEGER (-1023..1023)
CurvatureChange ::= INTEGER (-1023..1023)
DataReference ::= IA5String(SIZE(1..128))
......
......@@ -52,7 +52,8 @@ module LibItsCam_Templates {
doorOpen := *,
posConfidenceEllipse := ?,
curvature := ?,
curvatureGradient := *,
curvatureChange := *,
curvatureConfidence := ?,
crashStatus := *,
headingConfidence := ?,
dangerousGoods := *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment