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

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.
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const NAV::Frequency & 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 567 of file Frequency.cpp.