ChibiOS  0.0.0
LPS22HBDriver Struct Reference

LPS22HB 2-axis barometer/thermometer class. More...

#include <lps22hb.h>

Collaboration diagram for LPS22HBDriver:
Collaboration graph

Data Fields

const struct LPS22HBVMTvmt
 Virtual Methods Table. More...
 
BaseBarometer baro_if
 Base barometer interface. More...
 
BaseThermometer thermo_if
 Base thermometer interface. More...
 

Detailed Description

LPS22HB 2-axis barometer/thermometer class.

Definition at line 457 of file lps22hb.h.

Field Documentation

const struct LPS22HBVMT* LPS22HBDriver::vmt

Virtual Methods Table.

Definition at line 459 of file lps22hb.h.

Referenced by lps22hbObjectInit().

BaseBarometer LPS22HBDriver::baro_if

Base barometer interface.

Definition at line 461 of file lps22hb.h.

Referenced by lps22hbObjectInit().

BaseThermometer LPS22HBDriver::thermo_if

Base thermometer interface.

Definition at line 463 of file lps22hb.h.

Referenced by lps22hbObjectInit().