Operators for FileFilter using RINEX 2 & 3 Met file data.
Definition in file RinexMetFilterOperators.hpp.
#include <set>
#include "CivilTime.hpp"
#include "FileFilter.hpp"
#include "RinexMetData.hpp"
#include "RinexMetHeader.hpp"
Go to the source code of this file.
Classes | |
struct | gnsstk::RinexMetDataFilterTime |
This filter will return true for any data not within the specified time range. More... | |
struct | gnsstk::RinexMetDataOperatorEqualsSimple |
Compares only times. More... | |
struct | gnsstk::RinexMetDataOperatorLessThanFull |
struct | gnsstk::RinexMetDataOperatorLessThanSimple |
Compares only times. More... | |
struct | gnsstk::RinexMetHeaderTouchHeaderMerge |
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Typedefs | |
typedef std::binary_function< RinexMetData, RinexMetData, bool > | gnsstk::RinexMetDataBinaryOperator |
typedef std::unary_function< RinexMetHeader, bool > | gnsstk::RinexMetDataUnaryOperator |