diff Common/Inc/decom.h @ 662:1b995079c045 Betatest

PSCR Mode
author heinrichs weikamp
date Tue, 14 Dec 2021 15:36:10 +0100
parents 239aa58b533d
children
line wrap: on
line diff
--- a/Common/Inc/decom.h	Mon Nov 01 12:39:34 2021 +0100
+++ b/Common/Inc/decom.h	Tue Dec 14 15:36:10 2021 +0100
@@ -46,6 +46,8 @@
 void test_decom_CreateGasChangeList(void);
 
 float decom_calc_ppO2(const float ambiant_pressure_bar, const SGas* pGas);
+float decom_calc_SimppO2(float ambiant_pressure_bar, const SGas* pGas);
+float decom_calc_SimppO2_O2based(float ambiant_pressure_bar, uint8_t O2PerCent, float factor);
 void decom_oxygen_calculate_otu(float* oxygen_otu, float pressure_oxygen_real);
 void decom_oxygen_calculate_otu_degrade(float* oxygen_otu, long seconds_since_last_dive);
 void decom_oxygen_calculate_cns_degrade(float* oxygen_cns, long seconds_since_last_dive);