comparison code_part1/OSTC_code_c_part2/p2_definitions.h @ 532:f5a06b9e2fef

cleanup debug stuff
author heinrichsweikamp
date Sat, 17 Dec 2011 10:28:29 +0100
parents 7c48692dd17c
children c35473dc6831
comparison
equal deleted inserted replaced
531:d0f719aa5166 532:f5a06b9e2fef
21 // 21 //
22 ////////////////////////////////////////////////////////////////////////////// 22 //////////////////////////////////////////////////////////////////////////////
23 // history: 23 // history:
24 // 12/25/10 v110: [jDG] split in three files (deco.c, main.c, definitions.h) 24 // 12/25/10 v110: [jDG] split in three files (deco.c, main.c, definitions.h)
25 25
26 /*
26 #define DBG_c_gas 0x0001 27 #define DBG_c_gas 0x0001
27 #define DBG_c_ppO2 0x0002 28 #define DBG_c_ppO2 0x0002
28 #define DBG_RUN 0x0004 29 #define DBG_RUN 0x0004
29 #define DBG_RESTART 0x0008 30 #define DBG_RESTART 0x0008
30 31
70 71
71 #define DBS2_DESAT2l 0x0010 72 #define DBS2_DESAT2l 0x0010
72 #define DBS2_DESAT2h 0x0020 73 #define DBS2_DESAT2h 0x0020
73 #define DBS2_GFDneg 0x0040 74 #define DBS2_GFDneg 0x0040
74 75
76 */
77
75 #define MBAR_REACH_GASCHANGE_AUTO_CHANGE_OFF 150 78 #define MBAR_REACH_GASCHANGE_AUTO_CHANGE_OFF 150
76 79
77 // ************************* 80 // *************************
78 // ** P R O T O T Y P E S ** 81 // ** P R O T O T Y P E S **
79 // ************************* 82 // *************************
82 extern void deco_calc_hauptroutine(void); 85 extern void deco_calc_hauptroutine(void);
83 extern void deco_clear_tissue(void); 86 extern void deco_clear_tissue(void);
84 extern void deco_calc_percentage(void); 87 extern void deco_calc_percentage(void);
85 extern void deco_calc_wo_deco_step_1_min(void); 88 extern void deco_calc_wo_deco_step_1_min(void);
86 extern void deco_calc_dive_interval(void); 89 extern void deco_calc_dive_interval(void);
87 extern void deco_debug(void); 90 //extern void deco_debug(void);
88 extern void deco_gradient_array(void); 91 extern void deco_gradient_array(void);
89 extern void deco_hash(void); 92 extern void deco_hash(void);
90 extern void deco_calc_desaturation_time(void); 93 extern void deco_calc_desaturation_time(void);
91 extern void deco_calc_CNS_fraction(void); 94 extern void deco_calc_CNS_fraction(void);
92 extern void deco_clear_CNS_fraction(void); 95 extern void deco_clear_CNS_fraction(void);