Embedded Artistry C Interfaces
A reference collection of abstract interfaces in C.
Classes
barometric_altimeter.h File Reference

Example barometric altimeter interface. More...

#include <stdbool.h>
#include <stdint.h>
Include dependency graph for barometric_altimeter.h:

Go to the source code of this file.

Classes

struct  BarometricAltimeter
 Virtual Barometric Altimeter Sensor Interface. More...
 

Detailed Description

Example barometric altimeter interface.

This header defines the core interfaces for a virtual barometric altimeter. The interface can be expanded in multiple ways. For a useful study in variations, such as the use of callback functions and support for asynchronous processing, see barometric_sensor.h.

Modifying the Interfaces

There are a number of ways you might modify this interface to suit your needs:

Definition in file barometric_altimeter.h.