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

Correlation value can also be negative

parent a765e57a
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -368,10 +368,11 @@ Scaled by 100.
@unit: None
*/
CorrelationRowValue ::= INTEGER {
    not-correlated      (0),
    full-negative-correlation    (-100),     -- Full negative correlation
    no-correlation               (0),        -- If not correlated or unavailable
    point-one                    (10),
    fully-correlated    (100)
} (0..100)
    full-positive-correlation    (100)       -- Full positive correlation
} (-100..100)

/** @brief Object Class Description
A list of object classes.