0.3.0
Loading...
Searching...
No Matches
Keys.cpp File Reference

Keys for the SPP algorithm for use inside the KeyedMatrices. More...

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const NAV::SPP::Meas::Doppler &obj)
 Stream insertion operator overload.
 
std::ostream & operator<< (std::ostream &os, const NAV::SPP::Meas::MeasKeyTypes &obj)
 Stream insertion operator overload.
 
std::ostream & operator<< (std::ostream &os, const NAV::SPP::Meas::Psr &obj)
 Stream insertion operator overload.
 
std::ostream & operator<< (std::ostream &os, const NAV::SPP::States::StateKeyType &obj)
 Stream insertion operator overload.
 

Detailed Description

Keys for the SPP algorithm for use inside the KeyedMatrices.

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

Definition in file Keys.cpp.

Function Documentation

◆ operator<<() [1/4]

std::ostream & operator<< ( std::ostream & os,
const NAV::SPP::Meas::Doppler & 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 22 of file Keys.cpp.

◆ operator<<() [2/4]

std::ostream & operator<< ( std::ostream & os,
const NAV::SPP::Meas::MeasKeyTypes & 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 30 of file Keys.cpp.

◆ operator<<() [3/4]

std::ostream & operator<< ( std::ostream & os,
const NAV::SPP::Meas::Psr & 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 18 of file Keys.cpp.

◆ operator<<() [4/4]

std::ostream & operator<< ( std::ostream & os,
const NAV::SPP::States::StateKeyType & 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 26 of file Keys.cpp.