![]() |
0.5.1
|
Receiver Clock System Model. More...
Go to the source code of this file.
Data Structures | |
| struct | std::hash< NAV::Keys::RecvClkBias > |
| Hash function (needed for unordered_map) More... | |
| struct | std::hash< NAV::Keys::RecvClkDrift > |
| Hash function (needed for unordered_map) More... | |
| class | NAV::ReceiverClockModel< StateKeyType > |
| Receiver Clock System Model. More... | |
| struct | NAV::Keys::RecvClkBias |
| Receiver clock error [m]. More... | |
| struct | NAV::Keys::RecvClkDrift |
| Receiver clock drift [m/s]. More... | |
Namespaces | |
| namespace | NAV |
| namespace | NAV::Keys |
| namespace | std |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const NAV::Keys::RecvClkBias &obj) |
| Stream insertion operator overload. | |
| std::ostream & | operator<< (std::ostream &os, const NAV::Keys::RecvClkDrift &obj) |
| Stream insertion operator overload. | |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const NAV::Keys::RecvClkBias & | obj ) |
Stream insertion operator overload.
| [in,out] | os | Output stream object to stream the time into |
| [in] | obj | Object to print |
Definition at line 41 of file SystemModel.cpp.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const NAV::Keys::RecvClkDrift & | obj ) |
Stream insertion operator overload.
| [in,out] | os | Output stream object to stream the time into |
| [in] | obj | Object to print |
Definition at line 45 of file SystemModel.cpp.