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

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.

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

Definition in file ReceiverClockModel.hpp.

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

Definition at line 41 of file SystemModel.cpp.

◆ 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

Definition at line 45 of file SystemModel.cpp.