0.3.0
Loading...
Searching...
No Matches
ReceiverClockModel.hpp File Reference

Receiver Clock System Model. More...

Go to the source code of this file.

Classes

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...
 

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.
 

Detailed Description

Receiver Clock System Model.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2024-08-20

Function Documentation

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream & os,
const NAV::Keys::RecvClkBias & 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

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & os,
const NAV::Keys::RecvClkDrift & 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