0.3.0
Loading...
Searching...
No Matches
TimeSystem.cpp File Reference

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.
 

Detailed Description

Time.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2023-08-10

Definition in file TimeSystem.cpp.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const NAV::TimeSystem & obj )

Stream insertion operator overload.

Parameters
[in,out]osOutput stream object to stream the time into
[in]objObject to print
Returns
Returns the output stream object in order to chain stream insertions

Definition at line 62 of file TimeSystem.cpp.