Loading asn/PerceivedObject.asn +3 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,9 @@ FROM CPM-CommonDataTypes-Descriptions {itu-t (0) identified-organization (4) ets PerceivedObjectContainer ::= SEQUENCE { -- @details numberOfPerceivedObjects -- The total number of detected objects by the station at the time of generating the message. -- Due to the dynamic message generation rules, this number does not have to reflect the number -- of objects included in this message but states the number of objects known to the sender at -- the time of generating the message. numberOfPerceivedObjects NumberOfPerceivedObjects DEFAULT 0, perceivedObjects SEQUENCE SIZE(1..128, ...) OF PerceivedObject } Loading Loading
asn/PerceivedObject.asn +3 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,9 @@ FROM CPM-CommonDataTypes-Descriptions {itu-t (0) identified-organization (4) ets PerceivedObjectContainer ::= SEQUENCE { -- @details numberOfPerceivedObjects -- The total number of detected objects by the station at the time of generating the message. -- Due to the dynamic message generation rules, this number does not have to reflect the number -- of objects included in this message but states the number of objects known to the sender at -- the time of generating the message. numberOfPerceivedObjects NumberOfPerceivedObjects DEFAULT 0, perceivedObjects SEQUENCE SIZE(1..128, ...) OF PerceivedObject } Loading