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

Documentation update

parent 4b47f181
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
# ASN.1 module CPM-PerceivedRegionContainer
 OID: _{itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (103324) perceivedRegionContainer (5) major-version-1 (1) minor-version-1(1)}_
# ASN.1 module CPM-PerceptionRegionContainer
 OID: _{itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (103324) perceptionRegionContainer (5) major-version-1 (1) minor-version-1(1)}_

## Imports:
 * **[ETSI-ITS-CDD](ETSI-ITS-CDD.md)** *{itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) major-version-3 (3) minor-version-1 (1)}*<br/>
  
## Data Elements:

### <a name="PerceivedRegionContainer"></a>PerceivedRegionContainer
This DF  represents the Perceived Region Container as a list of perceived region information objects.
### <a name="PerceptionRegionContainer"></a>PerceptionRegionContainer
This DF  represents the Perception Region Container as a list of perception region information objects.
```asn1
PerceivedRegionContainer ::= SEQUENCE SIZE(1..256, ...) OF PerceivedRegion
PerceptionRegionContainer ::= SEQUENCE SIZE(1..256, ...) OF PerceptionRegion
```

### <a name="PerceivedRegion"></a>PerceivedRegion
### <a name="PerceptionRegion"></a>PerceptionRegion
This DF represents the actual perception capabilities available to the transmitting ITS-S, offering additional (often dynamic) details to the information provided in the sensor information container.

 It shall include the following components:

Fields:
* _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.
  difference between the time of estimation of the perception 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>
* _perceptionRegionConfidence_ 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>
  specification of the shape of the perceived region.
* _perceptionRegionShape_ of type [**Shape**](ETSI-ITS-CDD.md#Shape)  (WITH COMPONENTS{..., radial ABSENT, radialShapes ABSENT})<br>
  specification of the shape of the perception region.


   
* _shadowingApplies_ of type **BOOLEAN** <br>
  indicates if the standard shadowing approach applies to the described perceived region.
  indicates if the standard shadowing approach applies to the described perception region.


    
@@ -43,20 +43,20 @@ Fields:

   
* _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. 
  the optional number of perceived objects contained in the perception region specified in the component perceptionRegionShape. 


   
* _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.
  the optional list of identifiers of the objects specified in the Perceived Object Container that are contained in the perception region specified in the component perceptionRegionShape.


   
```asn1
PerceivedRegion ::= SEQUENCE {
PerceptionRegion ::= SEQUENCE {
    measurementDeltaTime        DeltaTimeMilliSecondSigned,     
    perceivedRegionConfidence   ConfidenceLevel,
    perceivedRegionShape        Shape (WITH COMPONENTS{..., radial ABSENT, radialShapes ABSENT}), 
    perceptionRegionConfidence   ConfidenceLevel,
    perceptionRegionShape        Shape (WITH COMPONENTS{..., radial ABSENT, radialShapes ABSENT}), 
    shadowingApplies            BOOLEAN,
    sensorIdList                SequenceOfIdentifier1B OPTIONAL,
    numberOfPerceivedObjects    CardinalNumber1B OPTIONAL,