Commit 6073f2a3 authored by Hendrik-Joern Guenther's avatar Hendrik-Joern Guenther
Browse files

Clarify description for "Number of Perceived Objects"

parent a58edfb5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
}