core: Add TracedCallback signature for Time

This commit is contained in:
Tom Henderson
2018-08-02 23:02:48 -07:00
parent 00382e9814
commit 94f2c034aa

View File

@@ -545,6 +545,13 @@ public:
*/
TimeWithUnit As (const enum Unit unit) const;
/**
* TracedCallback signature for Time
*
* \param [in] value Current value of Time
*/
typedef void (* TracedCallback)(Time value);
private:
/** How to convert between other units and the current unit. */
struct Information