mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use state structure for sample rate info
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
5ae54f481c
commit
fd5aad7192
3 changed files with 8 additions and 8 deletions
|
@ -55,6 +55,7 @@ struct parser_state {
|
|||
int cur_cylinder_index, cur_ws_index;
|
||||
int lastcylinderindex, next_o2_sensor;
|
||||
int o2pressure_sensor;
|
||||
int sample_rate;
|
||||
struct extra_data cur_extra_data;
|
||||
struct units xml_parsing_units;
|
||||
struct dive_table *target_table; /* non-owning */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue