ITS-Container.asn 251 KB
Newer Older
tijinkj's avatar
tijinkj committed
 * @field vruSubClass: the object is a VRU.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field groupSubClass: the object is a VRU group or cluster.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field otherSubClass: the object is of a different types as the above.
tijinkj's avatar
tijinkj committed
 *
 * @category: Sensing information
tijinkj's avatar
tijinkj committed
 * @revision: Created in V2.1.1
tijinkj's avatar
tijinkj committed
 */
ObjectClass ::= CHOICE {
tijinkj's avatar
tijinkj committed
    vehicleSubClass    VehicleSubClass,
    vruSubClass        VruProfileAndSubprofile,
tijinkj's avatar
tijinkj committed
    groupSubClass      VruClusterInformation (WITH COMPONENTS{..., clusterBoundingBoxShape ABSENT}),
tijinkj's avatar
tijinkj committed
    otherSubClass      OtherSubClass,
tijinkj's avatar
tijinkj committed
    ...
}

/** 
 * This DF consist of a list of object classes.
 *
 * @category: Sensing information
tijinkj's avatar
tijinkj committed
 * @revision: Created in V2.1.1
tijinkj's avatar
tijinkj committed
*/
tijinkj's avatar
tijinkj committed
ObjectClassDescription ::= SEQUENCE (SIZE(1..8)) OF ObjectClassWithConfidence
tijinkj's avatar
tijinkj committed
 * This DF represents the classification of a detected object together with a confidence indication.
 *
 * It includes the following components: 
tijinkj's avatar
tijinkj committed
 *
 * @field objectClass: the class of the object.
 *
tijinkj's avatar
tijinkj committed
 * @field ObjectClassConfidence: the associated confidence information.
tijinkj's avatar
tijinkj committed
 *
 * @category: Sensing information
tijinkj's avatar
tijinkj committed
 * @revision: Created in V2.1.1
tijinkj's avatar
tijinkj committed
*/
ObjectClassWithConfidence ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    objectClass    ObjectClass,
    confidence     ConfidenceLevel
tijinkj's avatar
tijinkj committed
}
/** 
tijinkj's avatar
tijinkj committed
 * This DF represents a dimension of an object together with a confidence indication.
 *
 * It includes the following components: 
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field ObjectDimensionValue: the object dimension value which can be estimated as the mean of the current distribution.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field ObjectDimensionValue: the associated confidence information.
tijinkj's avatar
tijinkj committed
 *
 * @category: Sensing information
tijinkj's avatar
tijinkj committed
 * @revision: Created in V2.1.1
tijinkj's avatar
tijinkj committed
*/
ObjectDimension ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    value         ObjectDimensionValue,
    confidence    ObjectDimensionValue
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF that represents a path with a set of path points.
tijinkj's avatar
tijinkj committed
 * It may contain up to `40` @ref PathPoint. 
 * 
 * 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. 
 *
 * @category: GeoReference information, Vehicle information
tijinkj's avatar
tijinkj committed
 * @revision: created in V2.1.1 based on PathHistory
tijinkj's avatar
tijinkj committed
 */
Path::= SEQUENCE (SIZE(0..40)) OF PathPoint

/**
tijinkj's avatar
tijinkj committed
 * This DF that represents a path history with a set of path points.
tijinkj's avatar
tijinkj committed
 * It may contain up to `40` @ref PathPoint. 
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * 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. 
 *
 * @category: GeoReference information, Vehicle information
tijinkj's avatar
tijinkj committed
 * @note: this DF is kept for backwards compatibility reasons only. It is recommended to use @ref Path instead
tijinkj's avatar
tijinkj committed
 * @revision: semantics updated in V2.1.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
PathHistory::= SEQUENCE (SIZE(0..40)) OF PathPoint
tijinkj's avatar
tijinkj committed
/**
 * This DF that represents a predicted path with a set of path points.
 * It may contain up to `15` @ref PathPoint. 
 * 
 * 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. 
 *
 * @category: GeoReference information
 * @revision: created in V2.1.1 based on PathHistory
 */
PathPredicted::= SEQUENCE (SIZE(0..15,...)) OF PathPointPredicted

Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF  defines an offset waypoint position within a path.
 *
tijinkj's avatar
tijinkj committed
 * It includes the following components: 
 *
tijinkj's avatar
tijinkj committed
 * @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.
 *
 * @category GeoReference information
tijinkj's avatar
tijinkj committed
 * @revision: semantics updated in V2.1.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
PathPoint ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    pathPosition     DeltaReferencePosition,
    pathDeltaTime    PathDeltaTime OPTIONAL
tijinkj's avatar
tijinkj committed
}
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF  defines a predicted offset waypoint position within a path.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * It includes the following components: 
 *
tijinkj's avatar
tijinkj committed
 * @field deltaLatitude: an offset latitude with regards to a pre-defined reference position. 
 *
 * @field deltaLongitude: an offset longitude with regards to a pre-defined reference position. 
 * 
 * @field horizontalPositionConfidence: the accuracy of the horizontal geographical position.
 *
 * @field deltaAltitude: an offset altitude with regards to a pre-defined reference position. 
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field altitudeConfidence: the accuracy of the altitude value of the geographical position.
 * 
 * @field pathDeltaTime: The  travel time separated from the waypoint to the predefined reference position.
tijinkj's avatar
tijinkj committed
 *
 * @category GeoReference information
tijinkj's avatar
tijinkj committed
 * @revision: semantics updated in V2.1.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed

PathPointPredicted::= SEQUENCE {
  deltaLatitude                 DeltaLatitudeSmall,      
  deltaLongitude                DeltaLongitudeSmall, 
  horizontalPositionConfidence  PosConfidenceEllipse OPTIONAL,   
  deltaAltitude                 DeltaAltitude DEFAULT unavailable, 
  altitudeConfidence            AltitudeConfidence DEFAULT unavailable,
  pathDeltaTime                 DeltaTimeTenthOfSecond,
  ... 
tijinkj's avatar
tijinkj committed
}
tijinkj's avatar
tijinkj committed
/** 
tijinkj's avatar
tijinkj committed
 * This DF contains information about a perceived object including its kinematic and attitude vector in a pre-defined coordinate system.
 * 
tijinkj's avatar
tijinkj committed
 * It includes the following components: 
 *
tijinkj's avatar
tijinkj committed
 * @field objectID: optional identifier assigned to a detected object.
tijinkj's avatar
tijinkj committed
 *
 * @field timeOfMeasurement: the time difference from a reference time to the time of the  measurement of the object using the DE DeltaTime. 
 * Negative values indicate that the provided object state refers to a point in time after the reference time.
 *
tijinkj's avatar
tijinkj committed
 * @field xCoordinate: X Coordinate, i.e. distance to detected object from the origin of the coordinate system to the object reference point in x-direction at the time
 * of measurement, with the associated variance.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field yCoordinate: Y Coordinate, i.e. distance to detected object from the origin of the coordinate system to the object reference point in y-direction at the time
 * of measurement, with the associated variance.
tijinkj's avatar
tijinkj committed
 * 
tijinkj's avatar
tijinkj committed
 * @field zCoordinate: optional Z Coordinate, i.e. distance to detected object from the origin of the coordinate system to the object reference point in z-direction 
 * at the time of measurement, with the associated variance.
tijinkj's avatar
tijinkj committed
 * 
tijinkj's avatar
tijinkj committed
 * @field velocityMagnitude: magnitude of the velocity vector of the detected object in the X-Y plane at the time of measurement, with the associated variance. 
 * Negative magnitude values indicate movement backwards
 *
 * @field velocityDirection: polar angle of the velocity vector of the detected object in the X-Y plane at the time of measurement, with the associated variance.
Denis Filatov's avatar
Denis Filatov committed
 *
tijinkj's avatar
tijinkj committed
 * @field xVelocity: velocity component of the detected object in x-direction at the time of measurement, with the associated variance.
 *
 * @field yVelocity: velocity component of the detected object in y-direction at the time of measurement, with the associated variance.
tijinkj's avatar
tijinkj committed
 *  
tijinkj's avatar
tijinkj committed
 * @field zVelocity: optional velocity component of the detected object in z-direction at the time of measurement, with the associated variance.
 *
 * @field accelerationMagnitude: magnitude of the acceleration vector of the detected object in the X-Y plane at the time of measurement, with the associated variance. 
 * Negative magnitude values indicate accelerating backwards.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field accelerationDirection: polar angle of the acceleration vector of the detected object in the X-Y plane at the time of measurement, with the associated variance.
 *
 * @field xAcceleration: optional Acceleration of the detected object in x-direction at the time of measurement, with the associated variance.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field yAcceleration: optional Acceleration of the detected object in y-direction at the time of measurement, with the associated variance.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field zAcceleration: optional Acceleration of the detected object in z-direction at the time of measurement, with the associated variance.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field rollAngle: optional Roll angle of object at the time of measurement with the associated variance.
tijinkj's avatar
tijinkj committed
 * The angle is measured with positive values considering the object orientation turning counter-clockwise around the x-axis.
tijinkj's avatar
tijinkj committed
 *  
tijinkj's avatar
tijinkj committed
 * @field pitchAngle: optional Pitch angle of object at the time of measurement with the associated variance.    
tijinkj's avatar
tijinkj committed
 * The angle is measured with positive values considering the object orientation turning counter-clockwise around the y-axis.
 *  
tijinkj's avatar
tijinkj committed
 * @field yawAngle: optional Yaw angle of object at the time of measurement, with the associated variance.
tijinkj's avatar
tijinkj committed
 * The angle is measured with positive values considering the object orientation turning counter-clockwise around the z-axis.
 *  
tijinkj's avatar
tijinkj committed
 * @field rollSpeed: optional Roll speed of the object at the time of measurement, with the associated variance.
tijinkj's avatar
tijinkj committed
 * The angular rate is measured with positive values considering the object orientation turning counter-clockwise around the x-axis.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field pitchSpeed: optional Pitch speed of the object at the time of measurement, with the associated variance.
tijinkj's avatar
tijinkj committed
 * The angular rate is measured with positive values considering the object orientation turning counter-clockwise around the y-axis.
 *
tijinkj's avatar
tijinkj committed
 * @field yawSpeed: optional Yaw speed of the object at the time of measurement, with the associated variance.
tijinkj's avatar
tijinkj committed
 * The angular rate is measured with positive values considering the object orientation turning counter-clockwise around the z-axis.
 *
tijinkj's avatar
tijinkj committed
 * @field rollAcceleration: optional Roll acceleration of the object at the time of measurement, with the associated variance.
tijinkj's avatar
tijinkj committed
 * The angular acceleration is measured with positive values considering the object orientation turning counter-clockwise around the x-axis.
 *
tijinkj's avatar
tijinkj committed
 * @field pitchAcceleration: optional Pitch acceleration of the object at the time of measurement, with the associated variance. 
 * The angular acceleration is measured with positive values considering the object orientation turning counter-clockwise around the y-axis.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field yawAcceleration: optional Yaw acceleration of the object at the time of measurement, with the associated variance.
tijinkj's avatar
tijinkj committed
 * The angular acceleration is measured with positive values considering the object orientation turning counter-clockwise around the z-axis.
 *
tijinkj's avatar
tijinkj committed
 * @field lowerTriangularCorrelationMatrixColumns: optional set of columns of a lower triangular correlation matrix for the provided kinematic state and attitude vector.
 * The kinematic and attitude vector is composed of the xCoordinate, yCoordinate and zero or more of the other components listed immediately before this component from zCoordinate to yawAcceleration.
 * The columns and rows of the correlation matrix indicate the value components of the vector (i.e. without variance) to which the covariance entries apply and are ordered as follows:
 *       - xCoordinate 
 *       - yCoordinate 
tijinkj's avatar
tijinkj committed
 *       - zCoordinate
tijinkj's avatar
tijinkj committed
 *       - velocityMagnitude
 *       - velocityDirection
 *       - xVelocity
 *       - yVelocity
 *       - zVelocityComponent
 *       - accelerationMagnitude
 *       - accelerationDirection
tijinkj's avatar
tijinkj committed
 *       - xAcceleration
 *       - yAcceleration
 *       - zAcceleration
 *       - rollAngle
 *       - pitchAngle
 *       - yawAngle
tijinkj's avatar
tijinkj committed
 *       - rollSpeed
 *       - pitchSpeed
 *       - yawSpeed
tijinkj's avatar
tijinkj committed
 *       - rollAcceleration
 *       - pitchAcceleration
 *       - yawAcceleration
 *   The number of lowerTriangularCorrelationMatrixColumns to be included "k" is thereby the number of provided
tijinkj's avatar
tijinkj committed
 *   components "n" of the kinematic state and attitude vector minus 1: k = n-1.
tijinkj's avatar
tijinkj committed
 *   Each column "i" of the lowerTriangularCorrelationMatrixColumns contains k-(i-1) values.
tijinkj's avatar
tijinkj committed
 *   In case certain values of the kinematic state and attitude vector are not provided, they are omitted from
tijinkj's avatar
tijinkj committed
 *   the lowerTriangularCorrelationMatrixColumns.
 *
 * @field planarObjectDimension1: optional first dimension of object as provided by the sensor or environment model. 
 * This dimension is always contained in the plane which is oriented perpendicular to the direction of the angle
 * indicated by the yawAngle and which contains the object's reference point.
 *   
 * @field planarObjectDimension2: optional second dimension of the object as provided by the sensor environment model. 
 * This dimension is contained in the plane oriented in the direction of the angle indicated by the yawAngle and the object's reference point.
 *  
tijinkj's avatar
tijinkj committed
 * @field verticalObjectDimension: optional vertical dimension of object as provided by the sensor or object model.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field objectRefPoint: the reference point on the perceived object. The kinematic attitude and state data provided
 * for this object are valid for this reference point of the object. In case no object reference
 * point can be determined, it is assumed to be the center point of the detected object.
 *  
tijinkj's avatar
tijinkj committed
 * @field objectAge: optional age of the detected and described object, i.e. the difference in time between the moment 
tijinkj's avatar
tijinkj committed
 * it has been first detected and the reference time of the message. Value `1500` indicates that the object has been observed for more than 1.5s.
 *
 * @field objectConfidence: optional confidence associated to the object. The computation of the object confidence is based on a sensor's or
 * fusion system's specific detection confidence, the binary detection success that is, if an object
 * has been successfully detected by the last measurement and the object age.
 *
 * @field sensorIdList: optional list of sensor-IDs which provided the measurement data. 
 *
 * @field dynamicStatus: optional dynamic capabilities of a detected object.
 *  
 * @field classification: optional classification of the described object
 *
 * @field matchedPosition: optional map-matched position of an object.
 *
 * @category Sensing information
tijinkj's avatar
tijinkj committed
 * @revision: created in V2.1.1
tijinkj's avatar
tijinkj committed
 */

PerceivedObject ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    objectID                                          Identifier2B OPTIONAL,
tijinkj's avatar
tijinkj committed
    timeOfMeasurement                                 DeltaTimeMilliSecondPosNeg,
tijinkj's avatar
tijinkj committed
    xCoordinate                                       CartesianCoordinateWithConfidence, 
tijinkj's avatar
tijinkj committed
    yCoordinate                                       CartesianCoordinateWithConfidence,
    zCoordinate                                       CartesianCoordinateWithConfidence OPTIONAL,
tijinkj's avatar
tijinkj committed
    velocityMagnitude                                 SpeedExtended OPTIONAL, 
	velocityDirection                                 CartesianAngle OPTIONAL, 
    xVelocity                                         SpeedExtended OPTIONAL,
    yVelocity                                         SpeedExtended OPTIONAL,
    zVelocity                                         SpeedExtended OPTIONAL,
    accelerationMagnitude                             Acceleration1d OPTIONAL,
    accelerationDirection                             CartesianAngle OPTIONAL,
tijinkj's avatar
tijinkj committed
    xAcceleration                                     Acceleration1d OPTIONAL,
    yAcceleration                                     Acceleration1d OPTIONAL,
    zAcceleration                                     Acceleration1d OPTIONAL,
    rollAngle                                         CartesianAngle OPTIONAL,
    pitchAngle                                        CartesianAngle OPTIONAL,
    yawAngle                                          CartesianAngle OPTIONAL,
tijinkj's avatar
tijinkj committed
    rollSpeed                                         CartesianAngularSpeed OPTIONAL,
    pitchSpeed                                        CartesianAngularSpeed OPTIONAL,
    yawSpeed                                          CartesianAngularSpeed OPTIONAL,
tijinkj's avatar
tijinkj committed
    rollAcceleration                                  CartesianAngularAcceleration OPTIONAL,
    pitchAcceleration                                 CartesianAngularAcceleration OPTIONAL,
    yawAcceleration                                   CartesianAngularAcceleration OPTIONAL,
    lowerTriangularCorrelationMatrixColumns           LowerTriangularPositiveSemidefiniteMatrix OPTIONAL,
    planarObjectDimension1                            ObjectDimension OPTIONAL,
    planarObjectDimension2                            ObjectDimension OPTIONAL,
    verticalObjectDimension                           ObjectDimension OPTIONAL,
    objectRefPoint                                    ObjectRefPoint DEFAULT 0,
tijinkj's avatar
tijinkj committed
    objectAge                                         DeltaTimeMilliSecondPosNeg (0..1500) OPTIONAL,
tijinkj's avatar
tijinkj committed
    objectConfidence                                  ObjectConfidence OPTIONAL,
tijinkj's avatar
tijinkj committed
    sensorIdList                                      SequenceOfIdentifier1B OPTIONAL,
    dynamicStatus                                     ObjectDynamicStatus OPTIONAL,
tijinkj's avatar
tijinkj committed
    classification                                    ObjectClassDescription OPTIONAL,
tijinkj's avatar
tijinkj committed
    mapPosition                                       MapPosition OPTIONAL,
tijinkj's avatar
tijinkj committed
    ...
}
tijinkj's avatar
tijinkj committed
/** 
tijinkj's avatar
tijinkj committed
 * This DF represents the shape of a polygonal area or of a right prism.
 *
 * It includes the following components: 
 *
 * @field polygon: the polygonal area and consist of a list of minimum `3` to maximum `16` @ref CartesianPosition3d.
 *
 * @field height: the optional height, present if the shape is a right prism extending in the positive z-axis.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @category GeoReference information
tijinkj's avatar
tijinkj committed
 * @revision: created in V2.1.1
tijinkj's avatar
tijinkj committed
 *
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
PolygonalShape ::= SEQUENCE {
   polygon    SequenceOfCartesianPosition3d (SIZE(3..16,...)),
tijinkj's avatar
tijinkj committed
   height	  StandardLength12b OPTIONAL,
tijinkj's avatar
tijinkj committed
   ...
}
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF provides the horizontal position accuracy in a shape of ellipse with a 
 * confidence level of 95 %. The centre of the ellipse shape corresponds to the reference
 * position point for which the position accuracy is evaluated.
 *
tijinkj's avatar
tijinkj committed
 * It includes the following components: 
 *
tijinkj's avatar
tijinkj committed
 * @field semiMajorConfidence: half of length of the major axis, i.e. distance between the centre point
 * and major axis point of the position accuracy ellipse. 
 *
 * @field semiMinorConfidence: half of length of the minor axis, i.e. distance between the centre point
 * and minor axis point of the position accuracy ellipse. 
 *
 * @field semiMajorOrientation: orientation direction of the ellipse major axis of the position accuracy
 * ellipse with regards to the WGS84 north. 
 *
 *
 * @category GeoReference information
tijinkj's avatar
tijinkj committed
 * @revision: V1.3.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
PosConfidenceEllipse ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    semiMajorConfidence     SemiAxisLength,
    semiMinorConfidence     SemiAxisLength,
    semiMajorOrientation    Wgs84AngleValue
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF contains a list of distances @ref PosPillar that refer to the perpendicular distance between centre of vehicle front bumper
 * and vehicle pillar A, between neighbour pillars until the last pillar of the vehicle.
 *
 * Vehicle pillars refer to the vertical or near vertical support of vehicle,
 * designated respectively as the A, B, C or D and other pillars moving in side profile view from the front to rear.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * The first value of the DF refers to the perpendicular distance from the centre of vehicle front bumper to 
 * vehicle A pillar. The second value refers to the perpendicular distance from the centre position of A pillar
 * to the B pillar of vehicle and so on until the last pillar.
 *
 * @category: Vehicle information
tijinkj's avatar
tijinkj committed
 * @revision: V1.3.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
PositionOfPillars ::= SEQUENCE (SIZE(1..3, ...)) OF PosPillar
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF describes a zone of protection inside which the ITSG5 communication should be restricted.
tijinkj's avatar
tijinkj committed
 *
 * It includes the following components: 
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field protectedZoneType: type of the protected zone. 
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field expiryTime: optional time at which the validity of the protected communication zone will expire.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field protectedZoneLatitude: latitude of the centre point of the protected communication zone.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field protectedZoneLongitude: longitude of the centre point of the protected communication zone.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field protectedZoneRadius: optional radius of the protected communication zone in metres.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field protectedZoneID: the optional ID of the protected communication zone.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @note: A protected communication zone may be defined around a CEN DSRC road side equipment.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @category: Infrastructure information, Communication information
tijinkj's avatar
tijinkj committed
 * @revision: V1.3.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
ProtectedCommunicationZone ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    protectedZoneType         ProtectedZoneType,
    expiryTime                TimestampIts OPTIONAL,
    protectedZoneLatitude     Latitude,
    protectedZoneLongitude    Longitude,
    protectedZoneRadius       ProtectedZoneRadius OPTIONAL,
    protectedZoneID           ProtectedZoneID OPTIONAL,
tijinkj's avatar
tijinkj committed
    ...
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF consist of a list of @ref ProtectedCommunicationZone provided by a road side ITS-S (Road Side Unit RSU).
 *
 * It may provide up to 16 protected communication zones information.
 *
 * @category: Infrastructure information, Communication information
tijinkj's avatar
tijinkj committed
 * @revision: V1.3.1
tijinkj's avatar
tijinkj committed
 */
ProtectedCommunicationZonesRSU ::= SEQUENCE (SIZE(1..16)) OF ProtectedCommunicationZone 
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF represents activation data for real-time systems designed for operations control, traffic light priorities, track switches, barriers, etc.
 * using a range of activation devices equipped in public transport vehicles.
 *
 * The activation of the corresponding equipment is triggered by the approach or passage of a public transport
 * vehicle at a certain point (e.g. a beacon).
 *
 * @field ptActivationType: type of activation. 
 *
 * @field ptActicationData: data of activation. 
 *
 * Today there are different payload variants defined for public transport activation-data. The R09.x is one of
 * the industry standard used by public transport vehicles (e.g. buses, trams) in Europe (e.g. Germany Austria)
 * for controlling traffic lights, barriers, bollards, etc. This DF includes information like route, course,
 * destination, priority, etc.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * The R09.x content is defined in VDV recommendation 420 [i.8]. It includes following information:
 * - Priority Request Information (pre-request, request, ready to start)
 * - End of Prioritization procedure
 * - Priority request direction
 * - Public Transport line number
 * - Priority of public transport
 * - Route line identifier of the public transport
 * - Route number identification
 * - Destination of public transport vehicle
 *
 * Other countries may use different message sets defined by the local administration.
 * @category: Vehicle information
tijinkj's avatar
tijinkj committed
 * @revision: V1.3.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
PtActivation ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    ptActivationType    PtActivationType,
    ptActivationData    PtActivationData
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF describes a radial shape. The triangular or cone-shaped volume is
 * constructed by sweeping the provided range about the reference point  or about the offset
 * point (if provided) between a horizontal start and a horizontal end angle in positive angular direction of the WGS84
tijinkj's avatar
tijinkj committed
 * coordinate system. A vertical opening angle may be provided in a Cartesian coordinate system with
 * the x-axis located in the North-East plane of the WGS84 coordinate system. The sensor height may
 * be provided to reflect characteristics of sensors mounted at an altitude (e.g. sensors mounted
 * above intersections).
 *
 * It includes the following components:
tijinkj's avatar
tijinkj committed
 * 
 * @field sensorPositionOffset: the optional offset opoint.
 *
 * @field range: the radial range of the sensor from the reference point or sensor point offset. 
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field stationaryHorizontalOpeningAngleStart:  the orientation indicating the beginning of the 
tijinkj's avatar
tijinkj committed
 * stationary sensor's horizontal opening angle in positive angular direction with respect to the 
tijinkj's avatar
tijinkj committed
 * WGS84 coordinate system.
 *
 * @field stationaryHorizontalOpeningAngleEnd: The orientation indicating the end of the stationary 
tijinkj's avatar
tijinkj committed
 * sensor's horizontal opening angle in positive angular direction with respect to the WGS84 coordinate 
tijinkj's avatar
tijinkj committed
 * system.
 *
tijinkj's avatar
tijinkj committed
 * @field verticalOpeningAngleStart: optional orientation indicating the beginning of the stationary sensor's 
tijinkj's avatar
tijinkj committed
 * vertical opening angle in positive angular direction of a Cartesian coordinate system with its x-axis 
   located in the north-east plane of the WGS84 coordinate system.
 *
tijinkj's avatar
tijinkj committed
 * @field verticalOpeningAngleEnd: optional orientation indicating the end of the stationary sensor's 
tijinkj's avatar
tijinkj committed
 * vertical opening angle in positive angular direction of a Cartesian coordinate system with its x-axis 
 * located in the north-east plane of the WGS84 coordinate system using the DE CartesianAngleValue. 
 *
tijinkj's avatar
tijinkj committed
 * @category Sensing information
tijinkj's avatar
tijinkj committed
 * @revision: created in V2.1.1
tijinkj's avatar
tijinkj committed
*/
tijinkj's avatar
tijinkj committed
RadialShape ::= SEQUENCE { 
tijinkj's avatar
tijinkj committed
    offsetPoint                              CartesianPosition3d OPTIONAL,
    range                                    StandardLength12b,
    stationaryHorizontalOpeningAngleStart    Wgs84AngleValue, 
    stationaryHorizontalOpeningAngleEnd      Wgs84AngleValue, 
    verticalOpeningAngleStart                CartesianAngleValue OPTIONAL,
    verticalOpeningAngleEnd                  CartesianAngleValue OPTIONAL,
tijinkj's avatar
tijinkj committed
    ...
}


/**
 * This DF describes a list of radial shapes. 
 *
 * It includes the following components:

 * @field refPointId: the identification of the reference point in case of a sensor mounted to trailer. Defaults to ITS ReferencePoint (0).
 * 
 * @field xCoordinate: the x-coordinate of the offset point.
 *
 * @field yCoordinate: the y-coordinate of the offset point.
 *
 * @field zCoordinate: the optional z-coordinate of the offset point.
 *
 * @field radialShapesList: the list of radial shape details.
 *
 * @category: Georeference information
tijinkj's avatar
tijinkj committed
 * @revision: created in V2.1.1
tijinkj's avatar
tijinkj committed
 */ 
RadialShapes ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    refPointId          Identifier1B,
    xCoordinate         CartesianCoordinateSmall, -- tbd: is this along the positive or the negative x axis?
    yCoordinate         CartesianCoordinateSmall,
    zCoordinate         CartesianCoordinateSmall OPTIONAL,
    radialShapesList    RadialShapesList,
tijinkj's avatar
tijinkj committed
    ...
}

/** 
 * The DF contains a list of @ref RadialShapeDetails.
 *
 * @category: Georeference information
tijinkj's avatar
tijinkj committed
 * @revision: created in V2.1.1
tijinkj's avatar
tijinkj committed
RadialShapesList ::= SEQUENCE SIZE(1..16,...) OF RadialShapeDetails
tijinkj's avatar
tijinkj committed

/**
 * This DF describes a radial shape details. The triangular or cone-shaped volume is
 * constructed by sweeping the provided range about the reference point  or about the offset
 * point (if provided) between a horizontal start and a horizontal end angle in positive angular direction of the WGS84
 * coordinate system. A vertical opening angle may be provided in a Cartesian coordinate system with
 * the x-axis located in the North-East plane of the WGS84 coordinate system. The sensor height may
 * be provided to reflect characteristics of sensors mounted at an altitude (e.g. sensors mounted
 * above intersections).
 *
 * It includes the following components:
 * 
 * @field range: the radial range of the sensor from the reference point or sensor point offset. 
 *
 * @field stationaryHorizontalOpeningAngleStart:  the orientation indicating the beginning of the 
tijinkj's avatar
tijinkj committed
 * stationary sensor's horizontal opening angle in positive angular direction.
tijinkj's avatar
tijinkj committed
 *
 * @field stationaryHorizontalOpeningAngleEnd: The orientation indicating the end of the stationary 
tijinkj's avatar
tijinkj committed
 * sensor's horizontal opening angle in positive angular direction.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field verticalOpeningAngleStart: optional orientation indicating the beginning of the stationary sensor's 
tijinkj's avatar
tijinkj committed
 * vertical opening angle in positive angular direction of a Cartesian coordinate system with its x-axis 
   located in the north-east plane of the WGS84 coordinate system.
 *
tijinkj's avatar
tijinkj committed
 * @field verticalOpeningAngleEnd: optional orientation indicating the end of the stationary sensor's 
tijinkj's avatar
tijinkj committed
 * vertical opening angle in positive angular direction of a Cartesian coordinate system with its x-axis 
 * located in the north-east plane of the WGS84 coordinate system. 
 *
 * @category: Georeference information
tijinkj's avatar
tijinkj committed
 * @revision: created in V2.1.1
tijinkj's avatar
tijinkj committed
 */
RadialShapeDetails ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    range                          StandardLength12b,
    horizontalOpeningAngleStart    CartesianAngleValue,
    horizontalOpeningAngleEnd      CartesianAngleValue,
    verticalOpeningAngleStart      CartesianAngleValue OPTIONAL,
    verticalOpeningAngleEnd        CartesianAngleValue OPTIONAL,
tijinkj's avatar
tijinkj committed
 * This DF represents the shape of a rectangular area or a right rectangular prism that is centred on a reference position defined outside of the context of this DF. 
 *
 * It includes the following components: 
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field centerPoint: represents an optional offset point which the rectangle is centred on with respect to the reference position.
 *
 * @field semiLength: represents half the length of the rectangle.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field semiBreadth: represents half the breadth of the rectangle.
 *
tijinkj's avatar
tijinkj committed
 * @field orientation: represents the optional orientation of the lenght of the rectangle in the WGS84 coordinate system.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field height: represents the optional height, present if the shape is a right rectangular prism with height extending in the positive z-axis.
 *
tijinkj's avatar
tijinkj committed
 * @category GeoReference information
tijinkj's avatar
tijinkj committed
 * @revision: created in V2.1.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
RectangularShape ::= SEQUENCE { 
tijinkj's avatar
tijinkj committed
    centerPoint    CartesianPosition3d OPTIONAL,
    semiLength     StandardLength12b,
    semiBreadth    StandardLength12b,
    orientation    Wgs84AngleValue OPTIONAL,
    height         StandardLength12b OPTIONAL 
tijinkj's avatar
tijinkj committed
}
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * A position within a geographic coordinate system together with a confidence indication. 
Denis Filatov's avatar
Denis Filatov committed
 *
tijinkj's avatar
tijinkj committed
 * It includes the following components: 
 *
tijinkj's avatar
tijinkj committed
 * @field latitude: the latitude of the geographical point.
 *
 * @field longitude: the longitude of the geographical point.
 *
 * @field positionConfidenceEllipse: the accuracy of the geographical position.
 *
 * @field altitude: the altitude and an altitude accuracy of the geographical point.
Denis Filatov's avatar
Denis Filatov committed
 *
 * @category: GeoReference information
tijinkj's avatar
tijinkj committed
 * @revision: description updated in V2.1.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
ReferencePosition ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    latitude                     Latitude,
    longitude                    Longitude,
    positionConfidenceEllipse    PosConfidenceEllipse,
    altitude                     Altitude
tijinkj's avatar
tijinkj committed
}
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF consist of a list of @ref StationType. to which a certain traffic restriction, e.g. the speed limit, applies.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @category: Infrastructure information, Traffic information
tijinkj's avatar
tijinkj committed
 * @revision: V1.3.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
RestrictedTypes ::= SEQUENCE (SIZE(1..3, ...)) OF StationType
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF represents a unique id for a road segment
 *
tijinkj's avatar
tijinkj committed
 * It includes the following components: 
 *
tijinkj's avatar
tijinkj committed
 * @field region: the optional identifier of the entity that is responsible for the region in which the road segment is placed.
 * It is the duty of that entity to guarantee that the @ref Id is unique within the region.
 *
 * @field id: the identifier of the road segment
 *
 * @note: when the RoadRegulatorID is present, the RoadSegmentReferenceID is guaranteed to be globally unique.
 * @category: GeoReference information
tijinkj's avatar
tijinkj committed
 * @revision: created in V2.1.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
RoadSegmentReferenceId ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    region    Identifier2B OPTIONAL,
    id        Identifier2B
tijinkj's avatar
tijinkj committed
}
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF provides the safe distance indication of a traffic participant with other traffic participant(s).
tijinkj's avatar
tijinkj committed
 *
 * It includes the following components: 
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field subjectStation: optionally indicates one "other" traffic participant identified by its ITS-S.
 *  
tijinkj's avatar
tijinkj committed
 * @field safeDistanceIndicator: indicates whether the distance between the ego ITS-S and the traffic participant(s) is safe.
tijinkj's avatar
tijinkj committed
 * If subjectStation is present than it indicates whether the distance between the ego ITS-S and the traffic participant inidcated in the component subjectStation is safe. 
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field timeToCollision: optionally indicated the time-to-collision calculated as sqrt(LaDi<sup>2</sup> + LoDi<sup>2</sup> + VDi<sup>2</sup>)/relative speed 
tijinkj's avatar
tijinkj committed
 * and represented in  the  nearest 100  ms. This component may be present only if subjectStation is present. 
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @category: Traffic information, Kinematics information
tijinkj's avatar
tijinkj committed
 * @revision: created in V2.1.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
SafeDistanceIndication ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    subjectStation           StationID OPTIONAL,
    safeDistanceIndicator    SafeDistanceIndicator,
tijinkj's avatar
tijinkj committed
    timeToCollision          DeltaTimeTenthOfSecond OPTIONAL,
tijinkj's avatar
tijinkj committed
    ...
tijinkj's avatar
tijinkj committed
/** 
 * This DF represents a list of  maximum `16` @ref CartesianPosition3d.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @category: GeoReference information
tijinkj's avatar
tijinkj committed
 * @revision: created in V2.1.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
SequenceOfCartesianPosition3d ::= SEQUENCE (SIZE(1..16, ...)) OF CartesianPosition3d

/** 
 * The DF contains a list of identifiers.
 *
tijinkj's avatar
tijinkj committed
 * @category: Basic information
tijinkj's avatar
tijinkj committed
 * @revision: created in V2.1.1
tijinkj's avatar
tijinkj committed
*/
tijinkj's avatar
tijinkj committed
SequenceOfIdentifier1B ::= SEQUENCE SIZE(1..128, ...) OF Identifier1B
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * The DF contains a list of DF  SafeDistanceIndication.
Denis Filatov's avatar
Denis Filatov committed
 *
tijinkj's avatar
tijinkj committed
 * @category: Traffic information, Kinematics information
tijinkj's avatar
tijinkj committed
 * @revision: created in V2.1.1
tijinkj's avatar
tijinkj committed
*/
tijinkj's avatar
tijinkj committed
SequenceOfSafeDistanceIndication ::= SEQUENCE(SIZE(1..9,...)) OF SafeDistanceIndication
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * The DF contains a list of DF  TrajectoryInterceptionIndication.
 *
tijinkj's avatar
tijinkj committed
 * @category: Traffic information, Kinematics information
tijinkj's avatar
tijinkj committed
 * @revision: created in V2.1.1
tijinkj's avatar
tijinkj committed
*/
tijinkj's avatar
tijinkj committed
SequenceOfTrajectoryInterceptionIndication ::=  SEQUENCE (SIZE(1..9,...)) OF TrajectoryInterceptionIndication
tijinkj's avatar
tijinkj committed
/**
 * This DF provides the definition of a geographical area or volume, based on different options.
 *
 * It includes the following components: 
 *
 * @field rectangle: definition of an rectangular area or a right rectangular prism (with a rectangular base) also called a cuboid, or informally a rectangular box.
 *
 * @field circle: definition of an area of circular shape or a right circular cylinder.
 *
 * @field polygon: definition of an area of polygonal shape or a right prism.
 *
 * @field ellipse: definition of an area of elliptical shape or a right elliptical cylinder.
 *
 * @field radial: definition of a radial shape.
 *
 * @field radialShapes: definition of list of radial shapes.
 *
 * @category: GeoReference information
tijinkj's avatar
tijinkj committed
 * @revision: Created in V2.1.1
tijinkj's avatar
tijinkj committed
 */

Shape::= CHOICE {
tijinkj's avatar
tijinkj committed
   rectangle       RectangularShape,
   circle          CircularShape, 
   polygon         PolygonalShape,
   ellipse         EllipticalShape,
   radial          RadialShape,
   radialShapes    RadialShapes,
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF describes the speed and corresponding accuracy of the speed information for a moving object (e.g. vehicle).
tijinkj's avatar
tijinkj committed
 *
 * It includes the following components: 
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field speedValue: the speed value.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field speedConfidence: the accuracy of the reported speed value.
Denis Filatov's avatar
Denis Filatov committed
 *
tijinkj's avatar
tijinkj committed
 * @category: Kinematics information
tijinkj's avatar
tijinkj committed
 * @revision: V1.3.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
Speed ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    speedValue         SpeedValue,
    speedConfidence    SpeedConfidence
tijinkj's avatar
tijinkj committed
}
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF describes the extended speed and corresponding accuracy of the speed information for a moving object (e.g. vehicle).
tijinkj's avatar
tijinkj committed
 *
 * It includes the following components: 
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field speedValue: the extended speed value.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field speedConfidence: the accuracy of the reported speed value.
 *
 * @category: Kinematics information
tijinkj's avatar
tijinkj committed
 * @revision: V2.1.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
SpeedExtended ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    speedValue         SpeedValueExtended,
    speedConfidence    SpeedConfidence
tijinkj's avatar
tijinkj committed
}
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF  provides the  indication of  change in stability.
tijinkj's avatar
tijinkj committed
 *
 * It includes the following components: 
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field lossProbability: the probability of stability loss. 
 * 
 * @field actionDeltaTime: accuracy of the reported speed value.
 *
 * @category: Kinematics information
tijinkj's avatar
tijinkj committed
 * @revision: V2.1.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
StabilityChangeIndication ::= SEQUENCE {
    lossProbability     StabilityLossProbability,
    actionDeltaTime     DeltaTimeTenthOfSecond,
    ...
}
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF represents the steering wheel angle of the vehicle at certain point in time.
tijinkj's avatar
tijinkj committed
 *
 * It includes the following components: 
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field steeringWheelAngleValue: steering wheel angle value.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field steeringWheelAngleConfidence: accuracy of the reported steering wheel angle value.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @category: Vehicle information
tijinkj's avatar
tijinkj committed
 * @revision: Created in V2.1.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
SteeringWheelAngle ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    steeringWheelAngleValue         SteeringWheelAngleValue,
    steeringWheelAngleConfidence    SteeringWheelAngleConfidence
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF represents one or more paths using @ref PathHistory.
 * 
 * @category: GeoReference information
tijinkj's avatar
tijinkj committed
 * @revision: Description revised in V2.1.1. Is is now based on Path and not on PathHistory
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
Traces ::= SEQUENCE SIZE(1..7) OF Path
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * Ths DF represents the a position on a traffic island between two lanes. 
 *
tijinkj's avatar
tijinkj committed
 * It includes the following components: 
 *
tijinkj's avatar
tijinkj committed
 * @field oneSide: represents one lane.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field otherSide: represents the other lane.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @category: Road Topology information
tijinkj's avatar
tijinkj committed
 * @revision: Created in V2.1.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
TrafficIslandPosition ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    oneSide      LanePositionAndType,
    otherSide    LanePositionAndType,
tijinkj's avatar
tijinkj committed
    ...
}

/** 
 * This DF provides detailed information about an attached trailer.
 *
tijinkj's avatar
tijinkj committed
 * It includes the following components: 
 *
tijinkj's avatar
tijinkj committed
 * @field refPointId: identifier of the reference point of the trailer.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field hitchPointOffset: optional position of the hitch point in negative x-direction (according to ISO 8855) from the
 * vehicle Reference Point.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field frontOverhang: Length of the trailer overhang in the positive x direction (according to ISO 8855) from the
 * trailer Reference Point indicated by the refPointID. The value defaults to 0 in case the trailer
 * is not overhanging to the front with respect to the trailer reference point.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field rearOverhang: Length of the trailer overhang in the negative x direction (according to ISO 8855) from the
 * trailer Reference Point indicated by the refPointID.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field trailerWidth: optional width of the trailer.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field hitchAngle: optional Value and confidence of the angle between the trailer orientation (corresponding to the x
 * direction of the ISO 8855 [i.2] coordinate system centered on the trailer) and the direction of
 * the segment having as end points the reference point of the trailer and the reference point of
 * the pulling vehicle, which can be another trailer or a vehicle looking on the horizontal plane
 * xy, described in the local Cartesian coordinate system of the preceding reference point. The
 * angle is measured with negative values considering the trailer orientation turning clockwise
 * starting from the segment direction. The angle value accuracy is provided with the
 * confidence level of 95 %.
tijinkj's avatar
tijinkj committed
 *
 * @category: Vehicle information
tijinkj's avatar
tijinkj committed
 * @revision: Created in V2.1.1
tijinkj's avatar
tijinkj committed
*/
tijinkj's avatar
tijinkj committed
TrailerData ::= SEQUENCE { --tbd check descriptions above
    refPointId          Identifier1B,
    hitchPointOffset    StandardLength1B, -- tbd is the value unavailable needed?
    frontOverhang       StandardLength1B, 
    rearOverhang        StandardLength1B, 
    trailerWidth        VehicleWidth,
    hitchAngle          CartesianAngle,
tijinkj's avatar
tijinkj committed
    ...
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF  provides the trajectory  interception  indication  of  ego-VRU  ITS-S  with another ITS-Ss. 
tijinkj's avatar
tijinkj committed
 *
 * It includes the following components: 
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field subjectStation: indicates the subject station.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field trajectoryInterceptionProbability: indicates the propbability of the interception of the subject station trajectory 
 * with the trajectory of the station indicated in the component subjectStation.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field trajectoryInterceptionConfidence: indicates the confidence of interception of the subject station trajectory 
 * with the trajectory of the station indicated in the component subjectStation.
tijinkj's avatar
tijinkj committed
 * 
tijinkj's avatar
tijinkj committed
 * @category: Vehicle information
tijinkj's avatar
tijinkj committed
 * @revision: Created in V2.1.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
TrajectoryInterceptionIndication  ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
        subjectStation                       StationID OPTIONAL, 
        trajectoryInterceptionProbability    TrajectoryInterceptionProbability,
        trajectoryInterceptionConfidence     TrajectoryInterceptionConfidence OPTIONAL,
tijinkj's avatar
tijinkj committed
        ... 
    }
tijinkj's avatar
tijinkj committed
/**
 * This DF together with its sub DFs Ext1, Ext2 and the DE Ext3 provides the custom (i.e. not ASN.1 standard) definition of an integer with variable lenght, that can be used for example to encode the ITS-AID. 
 *
 * @category: Vehicle information
 * @revision: Created in V2.1.1
 */
VarLengthNumber::=CHOICE{
	content	    [0] INTEGER(0..127), -- one octet length
	extension	[1]	Ext1
	}
Ext1::=CHOICE{
	content	    [0]	INTEGER(128..16511), -- two octets length
	extension	[1]	Ext2
}
Ext2::=CHOICE{
	content	    [0]	INTEGER(16512..2113663), -- three octets length
	extension	[1]	Ext3
	}
Ext3::= INTEGER(2113664..270549119,...) -- four and more octets length

Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF indicates the vehicle acceleration at vertical direction and the accuracy of the vertical acceleration.
tijinkj's avatar
tijinkj committed
 *
 * It includes the following components: 
tijinkj's avatar
tijinkj committed
 * 
tijinkj's avatar
tijinkj committed
 * @field verticalAccelerationValue: vertical acceleration value at a point in time.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field verticalAccelerationConfidence: accuracy of the reported vertical acceleration value with a predefined confidence level.
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @note: this DF is kept forbackwards compatibility reasons only. It is recommended to use @ref Acceleration1d instead
 * @category Vehicle information
tijinkj's avatar
tijinkj committed
 * @revision: V1.3.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
VerticalAcceleration ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    verticalAccelerationValue         VerticalAccelerationValue,
    verticalAccelerationConfidence    AccelerationConfidence
tijinkj's avatar
tijinkj committed
}
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF provides information related to the identification of a vehicle.
tijinkj's avatar
tijinkj committed
 *
 * It includes the following components: 
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field wMInumber: World Manufacturer Identifier (WMI) code.
 * 
 * @field vDS: Vehicle Descriptor Section (VDS). 
 * 
 * @category: Vehicle information
tijinkj's avatar
tijinkj committed
 * @revision: V1.3.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
VehicleIdentification ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    wMInumber    WMInumber OPTIONAL,
    vDS          VDS OPTIONAL,
tijinkj's avatar
tijinkj committed
    ...
}
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF represents the length of vehicle and accuracy indication information.
tijinkj's avatar
tijinkj committed
 *
 * It includes the following components: 
Denis Filatov's avatar
Denis Filatov committed
 * 
tijinkj's avatar
tijinkj committed
 * @field vehicleLengthValue: length of vehicle. 
 * 
 * @field vehicleLengthConfidenceIndication: indication of reported length value confidence.
 * 
 * @category: Vehicle information
tijinkj's avatar
tijinkj committed
 * @revision: V1.3.1
Denis Filatov's avatar
Denis Filatov committed
 */
tijinkj's avatar
tijinkj committed
VehicleLength ::= SEQUENCE {
tijinkj's avatar
tijinkj committed
    vehicleLengthValue                   VehicleLengthValue,
    vehicleLengthConfidenceIndication    VehicleLengthConfidenceIndication
tijinkj's avatar
tijinkj committed
}

/** 
 * This DF provides information about a VRU cluster.
 *
tijinkj's avatar
tijinkj committed
 * It includes the following components: 
 *
tijinkj's avatar
tijinkj committed
 * @field clusterId: optional identifier of a VRU cluster .
 *
 * @field clusterBoundingBoxShape: optionally indicates the shape of the cluster bounding box.
 *
 * @field clusterCardinalitySize: indicates an estimation of the number of VRUs in the group.
 *
 * @field clusterProfiles: identifies all the VRU profile types that are believed to be within the cluster .
 *
 * @category: VRU information
tijinkj's avatar
tijinkj committed
 * @revision: Created in V2.1.1
tijinkj's avatar
tijinkj committed
*/
tijinkj's avatar
tijinkj committed
VruClusterInformation ::= SEQUENCE { 
tijinkj's avatar
tijinkj committed
   clusterId                  ClusterId OPTIONAL,
   clusterBoundingBoxShape    Shape (WITH COMPONENTS{..., ellipse ABSENT, radial ABSENT, radialShapes ABSENT}) OPTIONAL,
   clusterCardinalitySize     ClusterCardinalitySize,
   clusterProfiles            VruClusterProfiles,
tijinkj's avatar
tijinkj committed
   ...
}
Denis Filatov's avatar
Denis Filatov committed
/**
tijinkj's avatar
tijinkj committed
 * This DF indicates the profile of a VRU including sub-profile information
tijinkj's avatar
tijinkj committed
 * It identifies four options corresponding to the four types of VRU profiles specified in ETSI TS 103 300-2 [i.22]:
Denis Filatov's avatar
Denis Filatov committed
 *
tijinkj's avatar
tijinkj committed
 * @field pedestrian: VRU Profile 1 - Pedestrian.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field bicyclistAndLightVruVehicle: VRU Profile  2 - Bicyclist.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field motorcyclist: VRU Profile 3  - Motorcyclist.
tijinkj's avatar
tijinkj committed
 *
tijinkj's avatar
tijinkj committed
 * @field animal: VRU Profile  4 -  Animals.