From 84dc8b8962ae8a4a75ca1ec81acd09989f757c98 Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Sun, 9 Nov 2014 14:36:27 +0100 Subject: Some gas handling improvements Add a time linear gas interpolation strategy. Some minor changes. Signed-off-by: Robert C. Helling Signed-off-by: Dirk Hohndel --- gaspressures.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gaspressures.h') diff --git a/gaspressures.h b/gaspressures.h index 71fee341e..420c117a2 100644 --- a/gaspressures.h +++ b/gaspressures.h @@ -27,6 +27,7 @@ struct pr_interpolate_struct { int acc_pressure_time; }; +enum interpolation_strategy {SAC, TIME, CONSTANT}; #ifdef __cplusplus } -- cgit v1.2.3-70-g09d2