ISSDK  1.8
IoT Sensing Software Development Kit
Data Fields
dbap_pressuredata_t Struct Reference

This structure defines the dbap data buffer in Pressure Mode. More...

#include <dbap_drv.h>

Collaboration diagram for dbap_pressuredata_t:
Collaboration graph

Data Fields

uint32_t timestamp
 
uint16_t pressure
 
int8_t temperature
 

Detailed Description

This structure defines the dbap data buffer in Pressure Mode.

Definition at line 42 of file dbap_drv.h.

Field Documentation

◆ pressure

uint16_t pressure

Sensor pressure output: unsigned 16-bits justified to MSBs.

Definition at line 45 of file dbap_drv.h.

Referenced by main().

◆ temperature

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().

◆ timestamp

uint32_t timestamp

Time stamp value in micro-seconds.

Definition at line 44 of file dbap_drv.h.


The documentation for this struct was generated from the following file: