diff code_part1/OSTC_code_c_part2/shared_definitions.h @ 368:de3b267e1fd9

Adding calc_dive_interval()
author JeanDo
date Thu, 09 Jun 2011 23:06:25 +0200
parents b5b030c1ae7e
children
line wrap: on
line diff
--- a/code_part1/OSTC_code_c_part2/shared_definitions.h	Thu Jun 09 16:05:16 2011 +0200
+++ b/code_part1/OSTC_code_c_part2/shared_definitions.h	Thu Jun 09 23:06:25 2011 +0200
@@ -156,6 +156,7 @@
 VAR_UCHAR (char_I_deco_model);             // new in v.102. 0 == ZH-L16, 1 = ZH-L16-GF (Grandiant facttor)
 VAR_UCHAR (char_I_bottom_depth);           // Bottom depth for planning (used in gas volume evaluation).
 VAR_UCHAR (char_I_bottom_time);            // Bottom time for planning (used in gas volume evaluation).
+VAR_UCHAR (char_I_dive_interval);          // Delay before next dive simulation.
 
 TAB_UCHAR (char_I_deco_gas_change,NUM_GAS);// new in v.101
 TAB_UCHAR (char_I_deco_N2_ratio, NUM_GAS); // new in v.101