Commit 63f0675d authored by ASN.1 Checker's avatar ASN.1 Checker
Browse files

Documentation update

parent b14da109
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -38,12 +38,18 @@ Fields:


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


   
```asn1
SensorInformation ::= SEQUENCE {
    sensorId          		    Identifier1B,
    sensorType        		    SensorType,
    perceptionRegionShape		Shape OPTIONAL,
    perceptionRegionConfidence  ConfidenceLevel OPTIONAL,
    shadowingApplies            BOOLEAN,
   ...
}
```