diff options
Diffstat (limited to 'units.h')
-rw-r--r-- | units.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -71,6 +71,11 @@ typedef struct typedef struct { + int32_t seconds; // offsets up to +/- 34 yrs +} offset_t; + +typedef struct +{ int32_t mm; } depth_t; // depth to 2000 km |