![]() |
0.4.1
|
Combination of different cycle-slip detection algorithms. More...
Go to the source code of this file.
Data Structures | |
class | NAV::CycleSlipDetector |
Cycle-slip detector. More... | |
struct | NAV::CycleSlipDetector::CycleSlipDualFrequency |
Cycle-slip found in dual frequency combination. More... | |
struct | NAV::CycleSlipDetector::CycleSlipLossOfLockIndicator |
Cycle-slip because LLI was set. More... | |
struct | NAV::CycleSlipDetector::CycleSlipSingleFrequency |
Cycle-slip found in single frequency carrier-phase observation. More... | |
struct | NAV::DualFrequencyCombination |
Dual frequency combination. More... | |
struct | std::hash< NAV::DualFrequencyCombination > |
Hash function for DualFrequencyCombination (needed for unordered_map) More... | |
struct | NAV::CycleSlipDetector::SatelliteObservation |
Satellite observations ordered per satellite. More... | |
struct | NAV::CycleSlipDetector::SatelliteObservation::Signal |
Signal for a code. More... | |
Namespaces | |
namespace | NAV |
namespace | std |
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. | |
Combination of different cycle-slip detection algorithms.
Definition in file CycleSlipDetector.hpp.
std::ostream & operator<< | ( | std::ostream & | os, |
const NAV::CycleSlipDetector::Result & | obj ) |
Stream insertion operator overload.
[in,out] | os | Output stream object to stream the time into |
[in] | obj | Object to print |
Definition at line 317 of file CycleSlipDetector.cpp.