Commit ae332c1e authored by Jasja Tijink's avatar Jasja Tijink
Browse files

Replace ETSI-ITS-CDD.asn

parent 29df1625
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
/** draft 001 of the CDD module for TS 102 894-2 V2.5.1 integrating:
/** draft 002 of the CDD module for TS 102 894-2 V2.5.1 integrating:
- Error corrections based on ITSWG1(26)074006
*/

@@ -6480,7 +6480,7 @@ ParkingSpaceStatus::= CHOICE {
 * This DF represents a path with a set of path points.
 * It shall contain up to `40` @ref PathPoint. 
 * 
 * The first PathPoint presents an offset delta position with regards to an external reference position.
 * The first PathPoint presents an offset delta position and optionally an offset travel time with regards to an external reference position.
 * Each other PathPoint presents an offset delta position and optionally an offset travel time with regards to the previous PathPoint. 
 *
 * @category: GeoReference information, Vehicle information
@@ -6517,7 +6517,7 @@ PathDeltaTimeChoice::= CHOICE {
 * @field pointOfEventZone: the ordinal number of the point within the DF EventZone, i.e. within the list of EventPoints.
 *
 * @field path: the associated path towards the point specified in pointOfEventZone.
 * The first PathPoint presents an offset delta position with regards to the position of that pointOfEventZone.
 * The first PathPoint presents an offset delta position and optionally an offset travel time with regards to the position of that pointOfEventZone.
 *
 * @category: GeoReference information
 * @revision: Created in V2.2.1
@@ -6531,7 +6531,7 @@ PathExtended::= SEQUENCE {
 * This DF represents a path history with a set of path points.
 * It shall contain up to `40` @ref PathPoint. 
 * 
 * The first PathPoint presents an offset delta position with regards to an external reference position.
 * The first PathPoint presents an offset delta position and optionally an offset travel time with regards to an external reference position.
 * Each other PathPoint presents an offset delta position and optionally an offset travel time with regards to the previous PathPoint. 
 *
 * @note: this DF is kept for backwards compatibility reasons only. It is recommended to use @ref Path instead.
@@ -6544,8 +6544,8 @@ PathHistory::= SEQUENCE (SIZE(0..40)) OF PathPoint
 * This DF represents a predicted path or trajectory with a set of predicted points and optional information to generate a shape which is estimated to contain the real path. 
 * It shall contain up to `16` @ref PathPointPredicted. 
 * 
 * The first PathPoint presents an offset delta position with regards to an external reference position.
 * Each other PathPoint presents an offset delta position and optionally an offset travel time with regards to the previous PathPoint. 
 * The first PathPoint presents an offset delta position and other optional information with regards to an external reference position.
 * Each other PathPoint presents an offset delta position and other optional information with regards to the previous PathPointPredicted. 
 *
 * @category: GeoReference information
 * @revision: created in V2.1.1 , size constraint changed to SIZE(1..16, ...) in V2.2.1, size extended in V2.3.1
@@ -6589,7 +6589,7 @@ PathPredictedList ::= SEQUENCE SIZE(1..16,...) OF PathPredicted2
 *
 * @field pathPosition: The waypoint position defined as an offset position with regards to a pre-defined reference position. 
 *
 * @field pathDeltaTime: The optional travel time separated from a waypoint to the predefined reference position.
 * @field pathDeltaTime: The optional travel time separated from the waypoint to the predefined reference position.
 *
 * @category GeoReference information
 * @revision: semantics updated in V2.1.1