![]() |
0.5.0
|
Single Point Positioning Algorithm. More...
Go to the source code of this file.
Namespaces | |
| namespace | NAV |
| namespace | NAV::SPP |
Functions | |
| void | NAV::SPP::from_json (const json &j, Algorithm &obj) |
| Converts the provided json object into a node object. | |
| std::ostream & | operator<< (std::ostream &os, const NAV::SPP::Algorithm::EstimatorType &obj) |
| Stream insertion operator overload. | |
| std::ostream & | operator<< (std::ostream &os, const NAV::SPP::Algorithm::ReceiverType &obj) |
| Stream insertion operator overload. | |
| void | NAV::SPP::to_json (json &j, const Algorithm &obj) |
| Converts the provided object into json. | |
| const char * | NAV::to_string (SPP::Algorithm::EstimatorType estimatorType) |
| Converts the enum to a string. | |
| const char * | NAV::to_string (SPP::Algorithm::ReceiverType receiver) |
| Converts the enum to a string. | |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const NAV::SPP::Algorithm::EstimatorType & | obj ) |
Stream insertion operator overload.
| [in,out] | os | Output stream object to stream the time into |
| [in] | obj | Object to print |
Definition at line 847 of file Algorithm.cpp.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const NAV::SPP::Algorithm::ReceiverType & | obj ) |
Stream insertion operator overload.
| [in,out] | os | Output stream object to stream the time into |
| [in] | obj | Object to print |
Definition at line 852 of file Algorithm.cpp.