Some gas handling improvements

Add a time linear gas interpolation strategy. Some minor changes.

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2014-11-09 14:36:27 +01:00 committed by Dirk Hohndel
parent 5034f76072
commit 84dc8b8962
5 changed files with 38 additions and 25 deletions

View file

@ -27,6 +27,7 @@ struct pr_interpolate_struct {
int acc_pressure_time;
};
enum interpolation_strategy {SAC, TIME, CONSTANT};
#ifdef __cplusplus
}