Classes | |
| class | RinexMetBase |
| This class serves no purpose other than to make readable diagrams. More... | |
| class | RinexMetData |
| This class stores, reads, and writes RINEX 2 & 3 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 |
| Compares only times. More... | |
| struct | RinexMetDataOperatorEqualsSimple |
| Compares only times. More... | |
| struct | RinexMetHeaderTouchHeaderMerge |
| Combines RinexMetHeaders into a single header, combining comments and adding the appropriate RinexMetTypes. More... | |
| struct | RinexMetDataFilterTime |
| This filter will return true for 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< RinexMetHeader, bool > | gpstk::RinexMetDataUnaryOperator |
| typedef std::binary_function< RinexMetData, RinexMetData, bool > | gpstk::RinexMetDataBinaryOperator |
|
|
Definition at line 60 of file RinexMetFilterOperators.hpp. |
|
|
Definition at line 59 of file RinexMetFilterOperators.hpp. |
1.3.9.1