Class that sorts GPSLNavEph using the combination of NavSatelliteID, GPS week and IODC. Intended to be used as a comparator for standard C++ library containers.
Definition at line 121 of file GPSLNavEph.hpp.
#include <GPSLNavEph.hpp>
Public Member Functions | |
bool | operator() (const std::shared_ptr< GPSLNavEph > lhs, const std::shared_ptr< GPSLNavEph > rhs) const |
bool gnsstk::GPSLNavEphIODCComp::operator() | ( | const std::shared_ptr< GPSLNavEph > | lhs, |
const std::shared_ptr< GPSLNavEph > | rhs | ||
) | const |
Comparison function for the container class.
Definition at line 241 of file GPSLNavEph.cpp.