Commit 8de957d5 authored by kovacsa's avatar kovacsa
Browse files

asn update

parent 58ba983f
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -35,9 +35,9 @@ Latitude ::= INTEGER { oneMicrodegreeNorth (10), oneMicrodegreeSouth (-10), unkn

Elevation ::= INTEGER { seaLevel (0),oneMeter (1) } (-1000..7191)

DeltaLongitude ::= INTEGER { oneMicrodegreeEast (10), oneMicrodegreeWest (-10) } (-120..120) -- multiples of 0.1 microdegree
DeltaLongitude ::= INTEGER { oneMicrodegreeEast (10), oneMicrodegreeWest (-10), unknown(120) } (-120..120) -- multiples of 0.1 microdegree

DeltaLatitude ::= INTEGER { oneMicrodegreeNorth (10), oneMicrodegreeSouth (-10) } (-120..120) -- multiples of 0.1 microdegree
DeltaLatitude ::= INTEGER { oneMicrodegreeNorth (10), oneMicrodegreeSouth (-10), unknown(120) } (-120..120) -- multiples of 0.1 microdegree


PosConfidenceEllipse ::= SEQUENCE {
@@ -51,7 +51,7 @@ PathPoint ::= SEQUENCE {
 pathDeltaTime PathDeltaTime
}

PathDeltaTime ::= INTEGER { hundredMilliSecondsInPast(1), hundredMilliSecondsInFuture(-1) } (-31..31, ...)
PathDeltaTime ::= INTEGER { hundredMilliSecondsInPast(1), unkown(0), hundredMilliSecondsInFuture(-1) } (-31..31, ...)

AccelerationControl ::= BIT STRING {
 notValid      (0),
@@ -136,7 +136,7 @@ LaneCountConfidence ::= Percentage

Percentage ::= INTEGER (0..100)

VehicleSpeed ::= INTEGER { oneCentimeterPerSec(1) } (0..16383)
VehicleSpeed ::= INTEGER { standstill(0), oneCentimeterPerSec(1), unknown(16383)  } (0..16383)

VehicleSpeedConfidence ::= INTEGER { notValid(127) } (0..127)

@@ -169,7 +169,7 @@ ExteriorLights ::= BIT STRING {
} 


LongTruck ::= ENUMERATED { lengthOf18point75Meters, ... }
LongTruck ::= ENUMERATED { lengthOf18point75Meters (0), ... }

DangerousGoods ::= ENUMERATED { unknown(0), explosives(1), flammableGases(2), toxicGases(3), flammableLiquids(4), flammalbeSolids(5), substancesLiableToSpontaneousCombustion(6), substancesEmittingFlammableGasesUponContactWithWater(7), oxidizingSubstances(8), organicPeroxides(9), toxicSubstances(10), infectiousSubstances(11), radioactiveMaterial(12), corrosiveSubstances(13), miscellaneousDangerousSubstances(14) }