PX4 Firmware
PX4 Autopilot Software http://px4.io
bmp3_data Struct Reference

#include <bmp388.h>

Collaboration diagram for bmp3_data:

Public Attributes

int64_t temperature
 
uint64_t pressure
 

Detailed Description

bmp3 sensor structure which comprises of temperature and pressure data.

Definition at line 237 of file bmp388.h.

Member Data Documentation

◆ pressure

uint64_t bmp3_data::pressure

Definition at line 242 of file bmp388.h.

Referenced by BMP388::compensate_data().

◆ temperature

int64_t bmp3_data::temperature

Definition at line 239 of file bmp388.h.

Referenced by BMP388::compensate_data().


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