![]() |
0.5.0
|
Time. More...
Go to the source code of this file.
Namespaces | |
| namespace | NAV |
Functions | |
| bool | NAV::ComboTimeSystem (const char *label, TimeSystem &timeSystem) |
| Shows a ComboBox to select the time system. | |
| void | NAV::from_json (const json &j, TimeSystem &timeSystem) |
| Converts the provided json object into a TimeSystem. | |
| std::ostream & | operator<< (std::ostream &os, const NAV::TimeSystem &obj) |
| Stream insertion operator overload. | |
| void | NAV::to_json (json &j, const TimeSystem &timeSystem) |
| Converts the provided TimeSystem into a json object. | |
| const char * | NAV::to_string (TimeSystem::TimeSystemEnum timeSystem) |
| Converts the enum to a string. | |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const NAV::TimeSystem & | obj ) |
Stream insertion operator overload.
| [in,out] | os | Output stream object to stream the time into |
| [in] | obj | Object to print |
Definition at line 62 of file TimeSystem.cpp.