aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/opendeco-conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opendeco-conf.h')
-rw-r--r--src/opendeco-conf.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/opendeco-conf.h b/src/opendeco-conf.h
new file mode 100644
index 0000000..cb5b863
--- /dev/null
+++ b/src/opendeco-conf.h
@@ -0,0 +1,24 @@
+#ifndef OPENDECOCONF_H
+#define OPENDECOCONF_H
+
+#ifndef VERSION
+#define VERSION "unknown version"
+#endif
+
+/* types */
+struct arguments {
+ double depth;
+ double time;
+ char *gas;
+ int gflow;
+ int gfhigh;
+ char *decogasses;
+ double SURFACE_PRESSURE;
+ int SWITCH_INTERMEDIATE;
+ int LAST_STOP_AT_SIX;
+ double RMV_DIVE;
+ double RMV_DECO;
+ int SHOW_TRAVEL;
+};
+
+#endif /* end of include guard: OPENDECOCONF_H */