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

PSCR Mode
author heinrichs weikamp
date Tue, 14 Dec 2021 15:36:10 +0100
parents 239aa58b533d
children
comparison
equal deleted inserted replaced
661:87bee7cc77b3 662:1b995079c045
44 uint8_t decom_tissue_test_tolerance(float* Tissue_nitrogen_bar, float* Tissue_helium_bar, float GF_value, float depth_in_bar_absolute); 44 uint8_t decom_tissue_test_tolerance(float* Tissue_nitrogen_bar, float* Tissue_helium_bar, float GF_value, float depth_in_bar_absolute);
45 void decom_tissues_desaturation_time(const SLifeData* pLifeData, SLifeData2* pOutput); 45 void decom_tissues_desaturation_time(const SLifeData* pLifeData, SLifeData2* pOutput);
46 void test_decom_CreateGasChangeList(void); 46 void test_decom_CreateGasChangeList(void);
47 47
48 float decom_calc_ppO2(const float ambiant_pressure_bar, const SGas* pGas); 48 float decom_calc_ppO2(const float ambiant_pressure_bar, const SGas* pGas);
49 float decom_calc_SimppO2(float ambiant_pressure_bar, const SGas* pGas);
50 float decom_calc_SimppO2_O2based(float ambiant_pressure_bar, uint8_t O2PerCent, float factor);
49 void decom_oxygen_calculate_otu(float* oxygen_otu, float pressure_oxygen_real); 51 void decom_oxygen_calculate_otu(float* oxygen_otu, float pressure_oxygen_real);
50 void decom_oxygen_calculate_otu_degrade(float* oxygen_otu, long seconds_since_last_dive); 52 void decom_oxygen_calculate_otu_degrade(float* oxygen_otu, long seconds_since_last_dive);
51 void decom_oxygen_calculate_cns_degrade(float* oxygen_cns, long seconds_since_last_dive); 53 void decom_oxygen_calculate_cns_degrade(float* oxygen_cns, long seconds_since_last_dive);
52 void decom_oxygen_calculate_cns(float* oxygen_cns, float pressure_oxygen_real); 54 void decom_oxygen_calculate_cns(float* oxygen_cns, float pressure_oxygen_real);
53 void decom_oxygen_calculate_cns_stage_SchreinerStyle(int period_in_seconds, SGas* pGas, float starting_ambient_pressure_bar, float ending_ambient_pressure_bar, float* oxygen_cns); 55 void decom_oxygen_calculate_cns_stage_SchreinerStyle(int period_in_seconds, SGas* pGas, float starting_ambient_pressure_bar, float ending_ambient_pressure_bar, float* oxygen_cns);