Go to the source code of this file.
Data Structures | |
struct | dwSensorStats |
Typedefs | |
typedef enum dwSensorStatTimeDifference | dwSensorStatTimeDifference |
Enum used for time delta statistics. More... | |
typedef struct dwSensorStats | dwSensorStats |
Enumerations | |
enum | dwSensorStatTimeDifference { DW_SENSOR_STATE_DELTA_HOST_AND_HOST_TIME = 0, DW_SENSOR_STATE_DELTA_SENSOR_AND_SENSOR_TIME = 1, DW_SENSOR_STATE_DELTA_HOST_AND_SENSOR_TIME = 2, DW_SENSOR_STATE_DELTA_CURRENT_AND_HOST_TIME = 3, DW_SENSOR_STATE_DELTA_READ_AND_RETURN_FRAME_TIME = 4, DW_SENSOR_STATE_SENSOR_STAT_COUNT = 5 } |
Enum used for time delta statistics. More... | |
typedef struct dwSensorStats dwSensorStats |
typedef enum dwSensorStatTimeDifference dwSensorStatTimeDifference |
Enum used for time delta statistics.
Enum used for time delta statistics.
Definition at line 26 of file SensorStats.h.