aboutsummaryrefslogtreecommitdiffstats
path: root/unit.h
diff options
context:
space:
mode:
Diffstat (limited to 'unit.h')
-rw-r--r--unit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/unit.h b/unit.h
index b189ff1..d25aff9 100644
--- a/unit.h
+++ b/unit.h
@@ -1,3 +1,7 @@
+#define STANDARD_PRESSURE millibar(1013)
+#define STANDARD_TEMPERATURE celsius(20)
+
+
typedef double AngularSpeed;
typedef AngularSpeed (*AngularSpeedMaker)(double);
typedef double (*AngularSpeedReader)(AngularSpeed);