ChibiOS/EX  1.1.2
BaseBarometer Struct Reference

Base barometer class. More...

#include <hal_barometer.h>

Inheritance diagram for BaseBarometer:
Inheritance graph
Collaboration diagram for BaseBarometer:
Collaboration graph

Data Fields

const struct BaseBarometerVMTvmt
 Virtual Methods Table. More...
 
- Data Fields inherited from BaseSensor
const struct BaseSensorVMTvmt
 Virtual Methods Table. More...
 

Detailed Description

Base barometer class.

This class represents a generic barometer.

Definition at line 86 of file hal_barometer.h.

Field Documentation

const struct BaseBarometerVMT* BaseBarometer::vmt

Virtual Methods Table.

Definition at line 88 of file hal_barometer.h.

Referenced by lps22hbObjectInit(), and lps25hObjectInit().