Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Extension to the lib::time::Time wrapper, adding output and further diagnostic aids.
This shouldn't be confused with formatting into distinctive Timecode formats. There is an elaborate framework for the latter: basically you'd need first to create a frame quantised time value (QuTime) – from there you can build various timecode representations.
To the contrary, the purpose of this header is to help with debugging, writing unit tests and similar diagnostic activities.
Definition in file diagnostics.hpp.
Functions | |
int | getHours (TimeValue const &t) |
int | getMillis (TimeValue t) |
int | getMins (TimeValue const &t) |
int | getSecs (TimeValue const &t) |
Namespaces | |
lib | |
Implementation namespace for support and library code. | |