]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/clock.hxx
fix no-hole ladder (not that I think this mode will enjoy a long life)
[flightgear.git] / src / Instrumentation / clock.hxx
index 44e7344065e881941215c9e045a47e4648937ca9..b9d0a7da29a757e6d642829b6d13c4038ac5c1c9 100644 (file)
@@ -48,7 +48,12 @@ private:
     long _gmt_time_sec;
     long _offset_sec;
     long _indicated_sec;
+    long _indicated_min;
+    long _indicated_hour;
+    long _local_hour;
     char _indicated_string[16];
+    char _indicated_short_string[16];
+    char _local_short_string[16];
     long _standstill_offset;
 
     string name;
@@ -57,7 +62,12 @@ private:
     SGPropertyNode_ptr _serviceable_node;
     SGPropertyNode_ptr _offset_node;
     SGPropertyNode_ptr _sec_node;
+    SGPropertyNode_ptr _hour_node;
+    SGPropertyNode_ptr _lhour_node;
+    SGPropertyNode_ptr _min_node;
     SGPropertyNode_ptr _string_node;
+    SGPropertyNode_ptr _string_node1;
+    SGPropertyNode_ptr _string_node2;
 
 };