Classes | |
| class | RinexMetBase |
| This class serves no purpose other than to make readable diagrams. More... | |
| class | RinexMetData |
| This class stores, reads, and writes RINEX MET records. More... | |
| struct | RinexMetDataOperatorLessThanFull |
| This compares all elements of the RinexMetData with less than (only for those fields which the two obs data share). More... | |
| struct | RinexMetDataOperatorLessThanSimple |
| Only compares times. More... | |
| struct | RinexMetDataOperatorEqualsSimple |
| Only compares times. More... | |
| struct | RinexMetHeaderTouchHeaderMerge |
| Combines RinexMetHeaders into a single header, combining comments and adding the appropriate RinexMetTypes. More... | |
| struct | RinexMetDataFilterTime |
| This filter will remove any data not within the specified time range. More... | |
| class | RinexMetHeader |
| This class models the RINEX MET header for a RINEX MET file. More... | |
| class | RinexMetStream |
| This class performs file i/o on a RINEX MET file for the RinexMetHeader and RinexMetData classes. More... | |
Typedefs | |
| typedef std::unary_function< gpstk::RinexMetHeader, bool > | gpstk::RinexMetDataUnaryOperator |
| typedef std::binary_function< gpstk::RinexMetData, gpstk::RinexMetData, bool > | gpstk::RinexMetDataBinaryOperator |
|
|
Definition at line 67 of file RinexMetFilterOperators.hpp. |
|
|
Definition at line 66 of file RinexMetFilterOperators.hpp. |
1.3.9.1