Mercurial > public > ostc4
comparison Common/Inc/decom.h @ 129:239aa58b533d FlipDisplay
Added function to initialise structures with the actual ambient pressure
author | Ideenmodellierer |
---|---|
date | Sun, 17 Feb 2019 21:14:09 +0100 |
parents | 5f11787b4f42 |
children | 1b995079c045 |
comparison
equal
deleted
inserted
replaced
128:c78bcbd5deda | 129:239aa58b533d |
---|---|
34 void decom_get_inert_gases(const float ambient_pressure_bar,const SGas* pGas, float* fraction_nitrogen, float* fraction_helium ); | 34 void decom_get_inert_gases(const float ambient_pressure_bar,const SGas* pGas, float* fraction_nitrogen, float* fraction_helium ); |
35 void decom_tissues_exposure(int period_in_seconds, SLifeData* pLifeData); | 35 void decom_tissues_exposure(int period_in_seconds, SLifeData* pLifeData); |
36 void decom_tissues_exposure2(int period_in_seconds, SGas* pActualGas, float pressure_ambient_bar, float *tissue_N2_selected_stage, float *tissue_He_selected_stage); | 36 void decom_tissues_exposure2(int period_in_seconds, SGas* pActualGas, float pressure_ambient_bar, float *tissue_N2_selected_stage, float *tissue_He_selected_stage); |
37 float decom_schreiner_equation(float *initial_inspired_gas_pressure, float *rate_change_insp_gas_pressure, float *interval_time_minutes, const float *gas_time_constant, float *initial_gas_pressure); | 37 float decom_schreiner_equation(float *initial_inspired_gas_pressure, float *rate_change_insp_gas_pressure, float *interval_time_minutes, const float *gas_time_constant, float *initial_gas_pressure); |
38 void decom_reset_with_1000mbar(SLifeData * pLifeData); | 38 void decom_reset_with_1000mbar(SLifeData * pLifeData); |
39 void decom_reset_with_ambientmbar(float ambient, SLifeData * pLifeData); | |
39 | 40 |
40 void decom_tissues_exposure_stage_schreiner(int period_in_seconds, SGas* pGas, float starting_ambient_pressure_bar, float ending_ambient_pressure_bar, | 41 void decom_tissues_exposure_stage_schreiner(int period_in_seconds, SGas* pGas, float starting_ambient_pressure_bar, float ending_ambient_pressure_bar, |
41 float* pTissue_nitrogen_bar, float* pTissue_helium_bar); | 42 float* pTissue_nitrogen_bar, float* pTissue_helium_bar); |
42 void decom_CreateGasChangeList(SDiveSettings* pInput, const SLifeData* lifeData); | 43 void decom_CreateGasChangeList(SDiveSettings* pInput, const SLifeData* lifeData); |
43 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); |