Mercurial > public > hwos_code
comparison src/gaslist.inc @ 604:ca4556fb60b9
bump to 2.99beta, work on 3.00 stable
author | heinrichsweikamp |
---|---|
date | Thu, 22 Nov 2018 19:47:26 +0100 |
parents | b455b31ce022 |
children | c40025d8e750 |
comparison
equal
deleted
inserted
replaced
603:00b24fb4324d | 604:ca4556fb60b9 |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File gaslist.inc | 3 ; File gaslist.inc V2.99c |
4 ; | 4 ; |
5 ; Interface to OSTC gas list management. | 5 ; Interface to OSTC gas list management. |
6 ; | 6 ; |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. |
8 ;============================================================================= | 8 ;============================================================================= |
9 ; HISTORY | 9 ; HISTORY |
10 ; 2011-08-11 : [jDG] Creation. | 10 ; 2011-08-11 : [jDG] Creation. |
11 | 11 |
12 ; Utils | 12 ; Utils |
13 extern gaslist_strcat_gas | 13 extern gaslist_strcat_gas |
14 extern gaslist_strcat_gas_mod | 14 extern gaslist_strcat_gas_WREG |
15 extern gaslist_strcat_gas_cd | |
15 extern gaslist_strcat_setpoint | 16 extern gaslist_strcat_setpoint |
16 | 17 |
17 ;Setpoint Setup | 18 extern do_toggle_gf_label |
19 extern do_toggle_max_pres_diff_label | |
20 extern gaslist_copy_dil_to_oc | |
21 | |
22 ; Setpoint Setup | |
18 extern gaslist_spplus | 23 extern gaslist_spplus |
19 extern gaslist_spdepthplus | 24 extern gaslist_spdepthplus |
20 extern gaslist_spdepthminus | 25 extern gaslist_spdepthminus |
21 extern gaslist_setSP | |
22 | 26 |
23 ; Select currently edited gas | 27 ; Select currently edited Gas |
24 extern gaslist_setgas | |
25 extern gaslist_gastitle | 28 extern gaslist_gastitle |
26 | 29 |
27 ; Main gaslist menu | 30 ; Main Gaslist Menu |
28 extern gaslist_pO2, gaslist_mO2 | 31 extern gaslist_pO2 |
29 extern gaslist_pHe, gaslist_mHe | 32 extern gaslist_mO2 |
33 extern gaslist_pHe | |
34 extern gaslist_mHe | |
35 extern gaslist_GasDepth | |
30 extern gaslist_show_type | 36 extern gaslist_show_type |
31 extern gaslist_toggle_type | 37 extern gaslist_toggle_type |
32 extern gaslist_cleanup_list ; Takes care that only one gas can be first and first has 0m change depth | 38 extern gaslist_cleanup_list |
33 | 39 |
34 ; Depth submennu | 40 ; Depth Sub-Menu |
35 extern gaslist_pDepth | 41 extern gaslist_pDepth |
36 extern gaslist_mDepth | 42 extern gaslist_mDepth |
37 extern gaslist_MOD_END | 43 extern gaslist_MOD_END |
38 extern gaslist_ppo2 | 44 extern gaslist_ppo2 |
39 extern gaslist_reset_mod_title | 45 extern gaslist_reset_mod_title |
40 extern gaslist_reset_mod | 46 extern gaslist_reset_mod |
47 | |
48 ; Tank Sub-Menu | |
49 extern gaslist_tank_size_pres | |
50 extern gaslist_tank_size | |
51 extern gaslist_tank_pres | |
52 IFDEF _rx_functions | |
53 extern gaslist_tank_id_pres | |
54 extern gaslist_tank_pairing | |
55 ENDIF | |
56 | |
57 IFDEF _cave_mode | |
58 extern do_turn_dive_label | |
59 ENDIF |