Data Fields |
uint64_t |
crcErrors |
Number of CRC errors. |
dwTime_t |
currentDelta[DW_SENSOR_STATE_SENSOR_STAT_COUNT] |
Array of Current time difference between two consecutive packets as per the dwSensorStatTimeDifference [us]. |
uint64_t |
drops |
Number of events dropped. |
uint64_t |
errors |
Number of encountered errors. |
uint64_t |
events |
Number of normal events (excluding errors and drops). |
dwTime_t |
maxDelta[DW_SENSOR_STATE_SENSOR_STAT_COUNT] |
Array of Maximum observed time difference between two consecutive packets as per the dwSensorStatTimeDifference [us]. |
float64_t |
meanDelta[DW_SENSOR_STATE_SENSOR_STAT_COUNT] |
Array of Mean of all the deltas between consecutive timestamps as per the dwSensorStatTimeDifference. |
dwTime_t |
minDelta[DW_SENSOR_STATE_SENSOR_STAT_COUNT] |
Array of Minimum observed time difference between two consecutive packets as per the dwSensorStatTimeDifference [us]. |
uint64_t |
nonMonotonicErrors |
Number of non-monotonic timestamp events. |
uint64_t |
sensorId |
Sensor ID. |
float64_t |
standardDeviationDelta[DW_SENSOR_STATE_SENSOR_STAT_COUNT] |
Array of Variance of all the deltas between consecutive timestamps as per the dwSensorStatTimeDifference. |
dwTime_t |
timeDeltaCur |
Current host timestamp difference between two consecutive packets. This will be deprecated soon, use currentDelta array [us]
|
dwTime_t |
timeDeltaMax |
Maximum observed host timestamp difference between two consecutive packets. This will be deprecated soon, use maxDelta array [us]
|
float64_t |
timeDeltaMean |
Mean of all the deltas between consecutive host timestamps. This will be deprecated soon, use meanDelta array
|
dwTime_t |
timeDeltaMin |
Minimum observed host timestamp difference between two consecutive packets. This will be deprecated soon, use minDelta array [us]
|
float64_t |
timeDeltaStandardDeviation |
Variance of all the deltas between consecutive host timestamps. This will be deprecated soon, use standardDeviationDelta array
|