Skip to content

Commit c76a2c9

Browse files
Added new elements to DataQualifier (REDUCE_INVIEW_AND_PERFORMANCE, TEST_MODE, INVALID, REDUCED_PERFORMANCE)
Issue: #646 Signed-off-by: FlorianMueller87 <[email protected]>
1 parent 700133d commit c76a2c9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

osi_sensordata.proto

+16
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,22 @@ message DetectedEntityHeader
7373
// Sensor temporary available.
7474
//
7575
DATA_QUALIFIER_TEMPORARY_AVAILABLE = 6;
76+
77+
// Reported data are from the sensor in a restricted view and performance.
78+
//
79+
DATA_QUALIFIER_REDUCE_INVIEW_AND_PERFORMANCE = 7;
80+
81+
// Reported data are from the sensor in a test mode.
82+
//
83+
DATA_QUALIFIER_TEST_MODE= 8;
84+
85+
// Mesaurement cycle was invalid, and no valid objects will be reported.
86+
//
87+
DATA_QUALIFIER_INVALID = 9;
88+
89+
// Reported data are from the sensor in a restricted performance.
90+
//
91+
DATA_QUALIFIER_REDUCED_PERFORMANCE = 10;
7692
}
7793
}
7894

0 commit comments

Comments
 (0)