Newer
Older
* trajectoryInterceptionProbability of type [**TrajectoryInterceptionProbability**](#TrajectoryInterceptionProbability) <br>
indicates the propbability of the interception of the subject station trajectory
with the trajectory of the station indicated in the component subjectStation.
* trajectoryInterceptionConfidence of type [**TrajectoryInterceptionConfidence**](#TrajectoryInterceptionConfidence) OPTIONAL<br>
indicates the confidence of interception of the subject station trajectory
with the trajectory of the station indicated in the component subjectStation.
**Categories:** Vehicle information
**Revision:** _Created in V2.1.1_
```asn1
TrajectoryInterceptionIndication ::= SEQUENCE {
subjectStation StationId OPTIONAL,
trajectoryInterceptionProbability TrajectoryInterceptionProbability,
trajectoryInterceptionConfidence TrajectoryInterceptionConfidence OPTIONAL,
```
### <a name="VarLengthNumber"></a>VarLengthNumber
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.
**Categories:** Basic information
**Revision:** _Created in V2.1.1_
```asn1
VarLengthNumber::=CHOICE{
content [0] INTEGER(0..127),
extension [1] Ext1
}
Ext1::=CHOICE{
content [0] INTEGER(128..16511),
extension [1] Ext2
}
Ext2::=CHOICE{
content [0] INTEGER(16512..2113663),
extension [1] Ext3
}
Ext3::= INTEGER(2113664..270549119,...)
```
### <a name="VerticalAcceleration"></a>VerticalAcceleration
This DF indicates the vehicle acceleration at vertical direction and the associated confidence value.
* verticalAccelerationValue of type [**VerticalAccelerationValue**](#VerticalAccelerationValue) <br>
vertical acceleration value at a point in time.
* verticalAccelerationConfidence of type [**AccelerationConfidence**](#AccelerationConfidence) <br>
confidence value of the vertical acceleration value with a predefined confidence level.
**Categories:** Vehicle information
**Revision:** _Description revised in V2.1.1_
NOTE: this DF is kept for backwards compatibility reasons only. It is recommended to use [**AccelerationComponent**](#AccelerationComponent) instead.
>>>
```asn1
VerticalAcceleration ::= SEQUENCE {
verticalAccelerationValue VerticalAccelerationValue,
verticalAccelerationConfidence AccelerationConfidence
}
```
### <a name="VehicleIdentification"></a>VehicleIdentification
This DF provides information related to the identification of a vehicle.
* wMInumber of type [**WMInumber**](#WMInumber) OPTIONAL<br>
World Manufacturer Identifier (WMI) code.
Vehicle Descriptor Section (VDS).
**Categories:** Vehicle information
```asn1
VehicleIdentification ::= SEQUENCE {
wMInumber WMInumber OPTIONAL,
vDS VDS OPTIONAL,
...
}
```
### <a name="VehicleLength"></a>VehicleLength
This DF represents the length of vehicle and accuracy indication information.
* vehicleLengthValue of type [**VehicleLengthValue**](#VehicleLengthValue) <br>
* vehicleLengthConfidenceIndication of type [**VehicleLengthConfidenceIndication**](#VehicleLengthConfidenceIndication) <br>
**Categories:** Vehicle information
NOTE: this DF is kept for backwards compatibility reasons only. It is recommended to use [**VehicleLengthV2**](#VehicleLengthV2) instead.
```asn1
VehicleLength ::= SEQUENCE {
vehicleLengthValue VehicleLengthValue,
vehicleLengthConfidenceIndication VehicleLengthConfidenceIndication
}
```
This DF represents the length of vehicle and accuracy indication information.
It shall include the following components:
* vehicleLengthValue of type [**VehicleLengthValue**](#VehicleLengthValue) <br>
* trailerPresenceInformation of type [**TrailerPresenceInformation**](#TrailerPresenceInformation) <br>
information about the trailer presence.
**Categories:** Vehicle information
**Revision:** _created in V2.1.1 based on [**VehicleLength**](#VehicleLength) but using [**TrailerPresenceInformation**](#TrailerPresenceInformation)._
```asn1
VehicleLengthV2 ::= SEQUENCE {
vehicleLengthValue VehicleLengthValue,
trailerPresenceInformation TrailerPresenceInformation
}
```
### <a name="Velocity3dWithConfidence"></a>Velocity3dWithConfidence
This DF represents a velocity vector with associated confidence value.
* polarVelocity of type [**VelocityPolarWithZ**](#VelocityPolarWithZ) <br>
the representation of the velocity vector in a polar or cylindrical coordinate system.
* cartesianVelocity of type [**VelocityCartesian**](#VelocityCartesian) <br>
the representation of the velocity vector in a cartesian coordinate system.
**Categories:** Kinematic information
**Revision:** _Created in V2.1.1_
```asn1
Velocity3dWithConfidence::= CHOICE{
polarVelocity VelocityPolarWithZ,
cartesianVelocity VelocityCartesian
}
```
### <a name="VelocityCartesian"></a>VelocityCartesian
This DF represents a velocity vector in a cartesian coordinate system.
* xVelocity of type [**VelocityComponent**](#VelocityComponent) <br>
the x component of the velocity vector with the associated confidence value.
* yVelocity of type [**VelocityComponent**](#VelocityComponent) <br>
the y component of the velocity vector with the associated confidence value.
* zVelocity of type [**VelocityComponent**](#VelocityComponent) OPTIONAL<br>
the optional z component of the velocity vector with the associated confidence value.
**Categories:** Kinematic information
**Revision:** _Created in V2.1.1_
```asn1
VelocityCartesian::= SEQUENCE {
xVelocity VelocityComponent,
yVelocity VelocityComponent,
zVelocity VelocityComponent OPTIONAL
}
```
### <a name="VelocityComponent"></a>VelocityComponent
This DF represents a component of the velocity vector and the associated confidence value.
It shall include the following components:
* value of type [**VelocityComponentValue**](#VelocityComponentValue) <br>
* confidence of type [**SpeedConfidence**](#SpeedConfidence) <br>
the confidence value of the value.
**Categories:** Kinematic information
```asn1
VelocityComponent ::= SEQUENCE {
value VelocityComponentValue,
confidence SpeedConfidence
}
```
### <a name="VelocityPolarWithZ"></a>VelocityPolarWithZ
This DF represents a velocity vector in a polar or cylindrical coordinate system.
* velocityMagnitude of type [**Speed**](#Speed) <br>
magnitude of the velocity vector on the reference plane, with the associated confidence value.
* velocityDirection of type [**CartesianAngle**](#CartesianAngle) <br>
polar angle of the velocity vector on the reference plane, with the associated confidence value.
* zVelocity of type [**VelocityComponent**](#VelocityComponent) OPTIONAL<br>
the optional z component of the velocity vector along the reference axis of the cylindrical coordinate system, with the associated confidence value.
**Categories:** Kinematic information
**Revision:** _Created in V2.1.1_
```asn1
VelocityPolarWithZ::= SEQUENCE {
velocityMagnitude Speed,
velocityDirection CartesianAngle,
zVelocity VelocityComponent OPTIONAL
}
```
### <a name="VruClusterInformation"></a>VruClusterInformation
* clusterId of type [**Identifier1B**](#Identifier1B) OPTIONAL<br>
* clusterBoundingBoxShape of type [**Shape**](#Shape) (WITH COMPONENTS{..., elliptical ABSENT, radial ABSENT, radialShapes ABSENT}) OPTIONAL<br>
optionally indicates the shape of the cluster bounding box.
* clusterCardinalitySize of type [**CardinalNumber1B**](#CardinalNumber1B) <br>
indicates an estimation of the number of VRUs in the group, i.e. the known members in the cluster + 1 (for the cluster leader) .
* clusterProfiles of type [**VruClusterProfiles**](#VruClusterProfiles) OPTIONAL<br>
optionally identifies all the VRU profile types that are known to be within the cluster.
if this component is absent it means that the information is unavailable.
**Categories:** VRU information
**Revision:** _Created in V2.1.1_
clusterBoundingBoxShape Shape (WITH COMPONENTS{..., elliptical ABSENT, radial ABSENT, radialShapes ABSENT}) OPTIONAL,
### <a name="VruExteriorLights"></a>VruExteriorLights
This DF represents the status of the exterior light switches of a VRU.
This DF is an extension of the vehicular DE [**ExteriorLights**](#ExteriorLights).
It shall include the following components:
* vehicular of type [**ExteriorLights**](#ExteriorLights) <br>
represents the status of the exterior light switches of a road vehicle.
* vruSpecific of type [**VruSpecificExteriorLights**](#VruSpecificExteriorLights) <br>
represents the status of the exterior light switches of a VRU.
**Categories:** VRU information
**Revision:** _created in V2.1.1_
```asn1
VruExteriorLights ::= SEQUENCE {
vehicular ExteriorLights,
vruSpecific VruSpecificExteriorLights,
...
}
```
### <a name="VruProfileAndSubprofile"></a>VruProfileAndSubprofile
This DF indicates the profile of a VRU including sub-profile information
It identifies four options corresponding to the four types of VRU profiles specified in ETSI TS 103 300-2 [[18]](#references):
* pedestrian of type [**VruSubProfilePedestrian**](#VruSubProfilePedestrian) <br>
* bicyclistAndLightVruVehicle of type [**VruSubProfileBicyclist**](#VruSubProfileBicyclist) <br>
* motorcyclist of type [**VruSubProfileMotorcyclist**](#VruSubProfileMotorcyclist) <br>
* animal of type [**VruSubProfileAnimal**](#VruSubProfileAnimal) <br>
**Categories:** VRU information
**Revision:** _Created in V2.1.1_
```asn1
VruProfileAndSubprofile ::= CHOICE {
pedestrian VruSubProfilePedestrian,
bicyclistAndLightVruVehicle VruSubProfileBicyclist,
animal VruSubProfileAnimal,
...
}
```
### <a name="Wgs84Angle"></a>Wgs84Angle
This DF represents an angular component along with a confidence value in the WGS84 coordinate system.
The specific WGS84 coordinate system is specified by the corresponding standards applying this DE.
* value of type [**Wgs84AngleValue**](#Wgs84AngleValue) <br>
the angle value, which can be estimated as the mean of the current distribution.
* confidence of type [**Wgs84AngleConfidence**](#Wgs84AngleConfidence) <br>
the confidence value associated to the angle value.
**Categories:** GeoReference information
**Revision:** _Created in V2.1.1_
```asn1
Wgs84Angle ::= SEQUENCE {
value Wgs84AngleValue,
confidence Wgs84AngleConfidence
}
```
### <a name="YawRate"></a>YawRate
This DF represents a yaw rate of vehicle at a point in time.
* yawRateValue of type [**YawRateValue**](#YawRateValue) <br>
* yawRateConfidence of type [**YawRateConfidence**](#YawRateConfidence) <br>
confidence value associated to the yaw rate value.
**Categories:** Vehicle Information
```asn1
YawRate::= SEQUENCE {
yawRateValue YawRateValue,
yawRateConfidence YawRateConfidence
}
```
8427
8428
8429
8430
8431
8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442
8443
8444
8445
8446
8447
8448
8449
8450
8451
## References:
1. ETSI TS 103 900: "Intelligent Transport Systems (ITS); Vehicular Communications; Basic Set of Applications; Part 2: Specification of Cooperative Awareness Basic Service; Release 2".
2. ETSI TS 103 831: "Intelligent Transport Systems (ITS); Vehicular Communications; Basic Set of Applications; Part 3: Specifications of Decentralized Environmental Notification Basic Service"; Release 2.
3. [European Agreement (Applicable as from 1 January 2011): "Concerning the International Carriage of Dangerous Goods by Road"](http://www.unece.org/trans/danger/publi/adr/adr2011/11ContentsE.html).
4. [United Nations: "Recommendations on the Transport of Dangerous Goods - Model Regulations", Twelfth revised edition](http://www.unece.org/trans/danger/publi/unrec/12_e.html).
5. ETSI TS 101 539-1: "Intelligent Transport Systems (ITS); V2X Applications; Part 1: Road Hazard Signalling (RHS) application requirements specification".
6. ISO 3779 (2011-07): "Road vehicles - Vehicle identification number (VIN) Content and structure".
7. VDV recommendation 420 (1992): "Technical Requirements for Automatic Vehicle Location / Control Systems - Radio Data Transmission (BON Version) with Supplement 1 and Supplement 2".
8. ISO 1176:1990: "Road vehicles - Masses - Vocabulary and codes".
9. ETSI TS 101 556-1: "Intelligent Transport Systems (ITS); Infrastructure to Vehicle Communication; Electric Vehicle Charging Spot Notification Specification".
10. ETSI TS 101 556-2: "Intelligent Transport Systems (ITS); Infrastructure to Vehicle Communication; Part 2: Communication system specification to support application requirements for Tyre Information System (TIS) and Tyre Pressure Gauge (TPG) interoperability".
11. ETSI TS 101 556-3: "Intelligent Transport Systems (ITS); Infrastructure to Vehicle Communications; Part 3: Communications system for the planning and reservation of EV energy supply using wireless networks".
12. ETSI TS 103 300-3: "Intelligent Transport Systems (ITS); Vulnerable Road Users (VRU) awareness; Part 3: Specification of VRU awareness basic service; Release 2"
13. ETSI TS 103 724: "Intelligent Transport Systems (ITS); Facilities layer function; Interference Management Zone Message (IMZM); Release 2"
14. ETSI TS 102 792: "Intelligent Transport Systems (ITS); Mitigation techniques to avoid interference between European CEN Dedicated Short Range Communication (CEN DSRC) equipment and Intelligent Transport Systems (ITS) operating in the 5 GHz frequency range".
15. ETSI TS 103 301: "Intelligent Transport Systems (ITS); Vehicular Communications; Basic Set of Applications; Facilities layer protocols and communication requirements for infrastructure services; Release 2".
16. UNECE/TRANS/WP.29/78/Rev.4: "Consolidated Resolution on the Construction of Vehicles (R.E.3)".
17. ETSI EN 302 890-1: "Intelligent Transport Systems (ITS); Facilities layer function; Part 1: Services Announcement (SA) specification".
18. ETSI TS 103 300-2 "Intelligent Transport System (ITS); Vulnerable Road Users (VRU) awareness; Part 2: Functional Architecture and Requirements definition; Release 2"
19. ETSI TS 103 175 "Intelligent Transport Systems (ITS); Cross Layer DCC Management Entity for operation in the ITS G5A and ITS G5B medium"
20. ETSI EN 302 571 "Intelligent Transport Systems (ITS); Radiocommunications equipment operating in the 5 855 MHz to 5 925 MHz frequency band; Harmonised Standard covering the essential requirements of article 3.2 of Directive 2014/53/EU"
21. ISO 8855: "Road vehicles - Vehicle dynamics and road-holding ability - Vocabulary".
22. ISO 3833, "Road vehicles - Types - Terms and definitions".