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

This structure defines the fxpq3115 data buffer in Altitude Mode. More...

#include <fxpq3115_drv.h>

Collaboration diagram for fxpq3115_altitudedata_t:
Collaboration graph

Data Fields

uint32_t timestamp
 
int32_t altitude
 
int16_t temperature
 

Detailed Description

This structure defines the fxpq3115 data buffer in Altitude Mode.

Definition at line 54 of file fxpq3115_drv.h.

Field Documentation

◆ altitude

int32_t altitude

Sensor pressure/altitude output: MS 16-bits are integer meters; LS 4-bits are fractional meters.

Definition at line 57 of file fxpq3115_drv.h.

Referenced by main().

◆ temperature

int16_t temperature

Sensor temperature output; 2's complement 12-bits justified to MSBs. MS 8-bits are integer degrees Celsius; LS 4-bits are fractional degrees Celsius.

Definition at line 59 of file fxpq3115_drv.h.

Referenced by main().

◆ timestamp

uint32_t timestamp

Time stamp value in micro-seconds.

Definition at line 56 of file fxpq3115_drv.h.


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