We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700133d commit c76a2c9Copy full SHA for c76a2c9
osi_sensordata.proto
@@ -73,6 +73,22 @@ message DetectedEntityHeader
73
// Sensor temporary available.
74
//
75
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;
92
}
93
94
0 commit comments