NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
altitudehold.h File Reference
Include dependency graph for altitudehold.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  althold
 

Functions

void althold_init (struct althold *self, struct instruments *ins, struct rx *rx, const struct config *config)
 
void althold_calc_altitude (struct althold *self, uint32_t currentTime)
 
void althold_apply (struct althold *self)
 
void althold_update (struct althold *self)
 
int32_t althold_get_est_altitude (struct althold *self)
 

Function Documentation

void althold_apply ( struct althold self)
void althold_calc_altitude ( struct althold self,
uint32_t  currentTime 
)
int32_t althold_get_est_altitude ( struct althold self)
void althold_init ( struct althold self,
struct instruments ins,
struct rx rx,
const struct config config 
)
void althold_update ( struct althold self)