Definition in file BinexData.hpp.
#include "gpstkplatform.h"
#include "BinUtils.hpp"
#include "FFData.hpp"
#include "FFStream.hpp"
Include dependency graph for BinexData.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
Classes | |
| class | BinexData |
| This class stores, reads, and writes BINEX records. More... | |
| class | BinexData::UBNXI |
| An unsigned integer stored using 1, 2, 3, or 4 bytes to represent integers from 0 to 536870911; used to represent BINEX record IDs, subrecord IDs, field IDs, and so on. More... | |
| class | BinexData::MGFZI |
| A signed integer stored using 1, 2, 3, 4, 5, 6, 7, or 8 bytes to represent integers from about -1.15292e18 to +1.15292e18 using a modified version of a compression scheme developed by GFZ, plus using "special" numbers to flag certain conditions, such as using the 1-byte MFGZI to store "-0" to indicate "no value.". More... | |
1.3.9.1