Commit dbe0fff6 authored by ASN.1 Checker's avatar ASN.1 Checker
Browse files

Documentation update

parent 12fc6795
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -638,16 +638,28 @@ VeryLowFrequencyContainer ::= SEQUENCE {
This type represents the path prediction container.

 Contains information about the possible future paths of ITS station.

Fields:
* _pathPredictedList_ of type [**PathPredictedList**](ETSI-ITS-CDD.md#PathPredictedList) <br>
```asn1
PathPredictionContainer ::= PathPredictedList
PathPredictionContainer ::= SEQUENCE {   
	pathPredictedList	PathPredictedList,
	...
}
```

### <a name="GeneralizedLanePositionsContainer"></a>GeneralizedLanePositionsContainer
This type represents the generalized lane positions container.

 Contains detailed information about the transversal position of the ITS station with respect to the road and potentially about the lane type.

Fields:
* _generalizedLanePositions_ of type [**GeneralizedLanePositions**](ETSI-ITS-CDD.md#GeneralizedLanePositions) <br>
```asn1
GeneralizedLanePositionsContainer ::= GeneralizedLanePositions
GeneralizedLanePositionsContainer ::= SEQUENCE {   
	generalizedLanePositions	GeneralizedLanePositions,
	...
}
```

### <a name="VehicleMovementControlContainer"></a>VehicleMovementControlContainer