@@ -11,21 +11,21 @@ This DF represents the Originating Vehicle Container
It shall include the following components:
Fields:
* orientationAngle of type [**Wgs84Angle**](ETSI-ITS-CDD.md#Wgs84Angle)<br>
*_orientationAngle_ of type [**Wgs84Angle**](ETSI-ITS-CDD.md#Wgs84Angle)<br>
the angle and angle accuracy of the absolute orientation of the disseminating vehicle in the WGS84 coordinate system with respect to true North.
* pitchAngle of type [**CartesianAngle**](ETSI-ITS-CDD.md#CartesianAngle) OPTIONAL<br>
*_pitchAngle_ of type [**CartesianAngle**](ETSI-ITS-CDD.md#CartesianAngle) OPTIONAL<br>
the optional angle and angle accuracy between the ground plane and the current orientation of the vehicle's x-axis with respect to the ground plane about the y-axis according to the ISO 8855.
* rollAngle of type [**CartesianAngle**](ETSI-ITS-CDD.md#CartesianAngle) OPTIONAL<br>
*_rollAngle_ of type [**CartesianAngle**](ETSI-ITS-CDD.md#CartesianAngle) OPTIONAL<br>
the optional angle and angle accuracy between the ground plane and the current orientation of a vehicle's y-axis with respect to the ground plane about the x-axis according to the ISO 8855
* trailerDataSet of type [**TrailerDataSet**](#TrailerDataSet) OPTIONAL<br>
*_trailerDataSet_ of type [**TrailerDataSet**](#TrailerDataSet) OPTIONAL<br>
```asn1
OriginatingVehicleContainer ::= SEQUENCE {
@@ -43,7 +43,7 @@ This DF represents the Originating RSU Container.
It shall include the following components:
Fields:
* mapReference of type [**MapReference**](ETSI-ITS-CDD.md#MapReference) OPTIONAL<br>
*_mapReference_ of type [**MapReference**](ETSI-ITS-CDD.md#MapReference) OPTIONAL<br>
identifies the MAPEM containing the topology information reference in the Perceived Object Container
@@ -41,11 +41,11 @@ This DF represents the payload of the CPM.
It shall include the following components:
Fields:
* managementContainer of type [**ManagementContainer**](#ManagementContainer)<br>
*_managementContainer_ of type [**ManagementContainer**](#ManagementContainer)<br>
the management container.
* cpmContainers of type [**ConstraintWrappedCpmContainers**](#ConstraintWrappedCpmContainers)<br>
*_cpmContainers_ of type [**ConstraintWrappedCpmContainers**](#ConstraintWrappedCpmContainers)<br>
the list of CPM containers, including its container type identifier and including either one or none of originatingVehicleContainer and/or originatingRsuContainer.
@@ -65,21 +65,21 @@ This DF represents the management container of the CPM.
It shall include the following components:
Fields:
* referenceTime of type [**TimestampIts**](ETSI-ITS-CDD.md#TimestampIts)<br>
*_referenceTime_ of type [**TimestampIts**](ETSI-ITS-CDD.md#TimestampIts)<br>
the reference time for all time related information in the CPM.
* referencePosition of type [**ReferencePosition**](ETSI-ITS-CDD.md#ReferencePosition)<br>
*_referencePosition_ of type [**ReferencePosition**](ETSI-ITS-CDD.md#ReferencePosition)<br>
the reference position for all position related information in the CPM.
* segmentationInfo of type [**MessageSegmentationInfo**](ETSI-ITS-CDD.md#MessageSegmentationInfo) OPTIONAL<br>
*_segmentationInfo_ of type [**MessageSegmentationInfo**](ETSI-ITS-CDD.md#MessageSegmentationInfo) OPTIONAL<br>
information regarding the message segmentation on facility layer.
* messageRateRange of type [**MessageRateRange**](#MessageRateRange) OPTIONAL<br>
*_messageRateRange_ of type [**MessageRateRange**](#MessageRateRange) OPTIONAL<br>
the planned or expected range of the CPM generation rate.
@@ -99,12 +99,16 @@ This information object class is an abstract template to instantiate containers.
It shall include the following components:
@field &id: the identifier of the container type.
Fields:
* _&id_ of type [**CpmContainerId**](#CpmContainerId) UNIQUE<br>
the identifier of the container type.
* _&Type_ <br>
the container content.
@field &Type: the container content.
Fields:
* id of type [**CpmContainerId**](#CpmContainerId) UNIQUE<br>
```asn1
CPM-CONTAINER-ID-AND-TYPE ::= CLASS {
&id CpmContainerId UNIQUE,
@@ -146,13 +150,15 @@ This DF represents a CPM container preceded by its type identifier and a lenght
It shall include the following components:
@field &containerId: the identifier of the container type.
Fields:
* _containerId_ of type [**CPM-CONTAINER-ID-AND-TYPE.&id**](#CPM-CONTAINER-ID-AND-TYPE.&id)({CpmContainers})<br>
the identifier of the container type.
* _containerData_ of type [**CPM-CONTAINER-ID-AND-TYPE.&Type**](#CPM-CONTAINER-ID-AND-TYPE.&Type)({CpmContainers}{@containerId})<br>
the container content consistent with the container type.
@field &containerData: the container content consistent with the container type.
Fields:
* containerId of type [**CPM-CONTAINER-ID-AND-TYPE**](#CPM-CONTAINER-ID-AND-TYPE) .&id( {CpmContainers} )<br>
* containerData of type [**CPM-CONTAINER-ID-AND-TYPE**](#CPM-CONTAINER-ID-AND-TYPE) .&Type( {CpmContainers}{@containerId} )<br>
```asn1
WrappedCpmContainer ::= SEQUENCE {
@@ -183,11 +189,11 @@ This DF represents the planned or expected range of the message generation rate
It shall include the following components:
Fields:
* messageRateMin of type [**MessageRateHz**](ETSI-ITS-CDD.md#MessageRateHz)<br>
*_messageRateMin_ of type [**MessageRateHz**](ETSI-ITS-CDD.md#MessageRateHz)<br>
the minimum planned or expected message rate.
* messageRateMax of type [**MessageRateHz**](ETSI-ITS-CDD.md#MessageRateHz)<br>
*_messageRateMax_ of type [**MessageRateHz**](ETSI-ITS-CDD.md#MessageRateHz)<br>
@@ -18,36 +18,36 @@ This DF represents the actual perception capabilities available to the transmitt
It shall include the following components:
Fields:
* measurementDeltaTime of type [**DeltaTimeMilliSecondSigned**](ETSI-ITS-CDD.md#DeltaTimeMilliSecondSigned)<br>
*_measurementDeltaTime_ of type [**DeltaTimeMilliSecondSigned**](ETSI-ITS-CDD.md#DeltaTimeMilliSecondSigned)<br>
difference between the time of estimation of the perceived region and the reference time. Positive values indicates that the provided information refers to a point in time after the reference time.
* perceivedRegionConfidence of type [**ConfidenceLevel**](ETSI-ITS-CDD.md#ConfidenceLevel)<br>
*_perceivedRegionConfidence_ of type [**ConfidenceLevel**](ETSI-ITS-CDD.md#ConfidenceLevel)<br>
the perception confidence.
* perceivedRegionShape of type [**Shape**](ETSI-ITS-CDD.md#Shape)(WITH COMPONENTS{..., radial ABSENT, radialShapes ABSENT})<br>
*_perceivedRegionShape_ of type [**Shape**](ETSI-ITS-CDD.md#Shape)(WITH COMPONENTS{..., radial ABSENT, radialShapes ABSENT})<br>
specification of the shape of the perceived region.
* shadowingApplies of type **BOOLEAN**<br>
*_shadowingApplies_ of type **BOOLEAN**<br>
indicates if the standard shadowing approach applies to the described perceived region.
* sensorIdList of type [**SequenceOfIdentifier1B**](ETSI-ITS-CDD.md#SequenceOfIdentifier1B) OPTIONAL<br>
*_sensorIdList_ of type [**SequenceOfIdentifier1B**](ETSI-ITS-CDD.md#SequenceOfIdentifier1B) OPTIONAL<br>
the optional list of identifiers of the sensors which are involved in perceiving the region.
* numberOfPerceivedObjects of type [**CardinalNumber1B**](ETSI-ITS-CDD.md#CardinalNumber1B) OPTIONAL<br>
*_numberOfPerceivedObjects_ of type [**CardinalNumber1B**](ETSI-ITS-CDD.md#CardinalNumber1B) OPTIONAL<br>
the optional number of perceived objects contained in the perceived region specified in the component perceivedRegionShape.
* perceivedObjectIds of type [**PerceivedObjectIds**](#PerceivedObjectIds) OPTIONAL<br>
*_perceivedObjectIds_ of type [**PerceivedObjectIds**](#PerceivedObjectIds) OPTIONAL<br>
the optional list of identifiers of the objects specified in the Perceived Object Container that are contained in the perceived region specified in the component perceivedRegionShape.