X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fclock.hxx;h=b9d0a7da29a757e6d642829b6d13c4038ac5c1c9;hb=3f1af3334fe5368d9286d5971576c63093f56992;hp=44e7344065e881941215c9e045a47e4648937ca9;hpb=f614545fc5a6f0fb12a05344d9ee41b2a49cc04a;p=flightgear.git diff --git a/src/Instrumentation/clock.hxx b/src/Instrumentation/clock.hxx index 44e734406..b9d0a7da2 100644 --- a/src/Instrumentation/clock.hxx +++ b/src/Instrumentation/clock.hxx @@ -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; };