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

Combination of different cycle-slip detection algorithms. More...

Go to the source code of this file.

Namespaces

namespace  NAV
 

Functions

bool NAV::CycleSlipDetectorGui (const char *label, CycleSlipDetector &cycleSlipDetector, float width=0.0F, bool dualFrequencyAvailable=true)
 Shows a GUI for advanced configuration of the CycleSlipDetector.
 
void NAV::from_json (const json &j, CycleSlipDetector &data)
 Read info from a json object.
 
std::ostream & operator<< (std::ostream &os, const NAV::CycleSlipDetector::Result &obj)
 Stream insertion operator overload.
 
void NAV::to_json (json &j, const CycleSlipDetector &data)
 Write info to a json object.
 
std::string NAV::to_string (const CycleSlipDetector::Result &cycleSlip)
 Converts the detector result into a string.
 

Detailed Description

Combination of different cycle-slip detection algorithms.

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

Definition in file CycleSlipDetector.cpp.

Function Documentation

◆ operator<<()

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