Commit 605659ac authored by ASN.1 Checker's avatar ASN.1 Checker
Browse files

Documentation update

parent a5f887ac
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@ Fields:


   
* _detectionRegion_ of type [**Shape**](ETSI-ITS-CDD.md#Shape)  OPTIONAL<br>
  the detection region of the sensor.
* _perceptionRegionShape_ of type [**Shape**](ETSI-ITS-CDD.md#Shape)  OPTIONAL<br>
  the perception region of the sensor.


   
* _detectionRegionConfidence_ of type [**ConfidenceLevel**](ETSI-ITS-CDD.md#ConfidenceLevel)  OPTIONAL<br>
  the isotropic detection region confidence that can be assumed for the entire detection region of this sensor.
* _perceptionRegionConfidence_ of type [**ConfidenceLevel**](ETSI-ITS-CDD.md#ConfidenceLevel)  OPTIONAL<br>
  the homogeneous perception region confidence that can be assumed for the entire perception region shape of this sensor.


   
@@ -42,8 +42,8 @@ Fields:
SensorInformation ::= SEQUENCE {
    sensorId          		    Identifier1B,
    sensorType        		    SensorType,
    detectionRegion		        Shape OPTIONAL,
    detectionRegionConfidence   ConfidenceLevel OPTIONAL,
    perceptionRegionShape		Shape OPTIONAL,
    perceptionRegionConfidence  ConfidenceLevel OPTIONAL,
   ...
}
```