![]() |
0.3.0
|
Go to the source code of this file.
Namespaces | |
namespace | NAV |
Functions | |
void | NAV::from_json (const json &j, Frequency &data) |
Converts the provided json object into a link object. | |
std::ostream & | operator<< (std::ostream &os, const NAV::Frequency &obj) |
Stream insertion operator overload. | |
bool | NAV::ShowFrequencySelector (const char *label, Frequency &frequency, bool singleSelect=false) |
Shows a ComboBox to select GNSS frequencies. | |
void | NAV::to_json (json &j, const Frequency &data) |
Converts the provided link into a json object. | |
std::ostream & operator<< | ( | std::ostream & | os, |
const NAV::Frequency & | obj ) |
Stream insertion operator overload.
[in,out] | os | Output stream object to stream the time into |
[in] | obj | Object to print |
Definition at line 567 of file Frequency.cpp.