Loading asn/CPM_CommonDataTypes.asn +4 −4 Original line number Diff line number Diff line Loading @@ -715,10 +715,10 @@ on the computation. @unit n/a */ ObjectConfidence ::= INTEGER { noConfidence (0), -- No confidence in detected object, e.g. for "ghost"-objects fullConfidence (15), -- Full confidence in detected object unavailable (16) -- Confidence could not be computed and does not apply } (0..16) noConfidence (0), -- No confidence in detected object, e.g. for "ghost"-objects or -- if confidence could not be computed fullConfidence (15) -- Full confidence in detected object } (0..15) /** @brief Object Dimension Value A dimension for an object. Loading Loading
asn/CPM_CommonDataTypes.asn +4 −4 Original line number Diff line number Diff line Loading @@ -715,10 +715,10 @@ on the computation. @unit n/a */ ObjectConfidence ::= INTEGER { noConfidence (0), -- No confidence in detected object, e.g. for "ghost"-objects fullConfidence (15), -- Full confidence in detected object unavailable (16) -- Confidence could not be computed and does not apply } (0..16) noConfidence (0), -- No confidence in detected object, e.g. for "ghost"-objects or -- if confidence could not be computed fullConfidence (15) -- Full confidence in detected object } (0..15) /** @brief Object Dimension Value A dimension for an object. Loading