![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
This structure defines the dbap data buffer in Pressure Mode. More...
#include <dbap_drv.h>
Data Fields | |
uint32_t | timestamp |
uint16_t | pressure |
int8_t | temperature |
This structure defines the dbap data buffer in Pressure Mode.
Definition at line 42 of file dbap_drv.h.
uint16_t pressure |
Sensor pressure output: unsigned 16-bits justified to MSBs.
Definition at line 45 of file dbap_drv.h.
Referenced by main().
int8_t temperature |
Sensor temperature output; 2's complement 8-bits justified to MSBs.
Definition at line 46 of file dbap_drv.h.
Referenced by main().
uint32_t timestamp |
Time stamp value in micro-seconds.
Definition at line 44 of file dbap_drv.h.