Classes | |
| class | AntexReader |
| This is a class to read and parse antenna data in Antex file format. More... | |
| class | BLQDataReader |
| This is a class to read and parse ocean tides harmonics data in BLQ file format. More... | |
| class | ConfDataReader |
| This is a class to parse and manage configuration data files. More... | |
| class | ConfDataWriter |
| This is a class to write configuration data files. More... | |
| class | DCBDataReader |
| This is a class to read and DCB(Differences of Code Biases) data file from CODE. More... | |
| class | FFBinaryStream |
| This is an FFStream that is required to be binary. More... | |
| class | FFData |
| This is the base class for all Formatted File Data (FFData). More... | |
| class | EndOfFile |
| This gets thrown if a valid EOF occurs on formattedGetLine. More... | |
| class | FFStream |
| Formatted File Stream (FFStream). More... | |
| class | FFStreamError |
| FFStreamError is an exception for when the file read doesn't match the specs for that file type. More... | |
| class | FFTextStream |
| An FFStream is meant for reading text. More... | |
| class | SatDataReader |
| This is a class to read and parse satellite data from PRN_GPS-like files. More... | |
Functions | |
| std::ostream & | gpstk::operator<< (std::ostream &s, const AntexReader &antread) |
| Operator << for AntexReader. | |
| void | gpstk::FFTextStream::formattedGetLine (std::string &line, const bool expectEOF=false) throw (EndOfFile, FFStreamError, gpstk::StringUtils::StringException) |
| Like std::istream::getline but checks for EOF and removes '/r'. | |
|
||||||||||||
|
||||||||||||
|
Operator << for AntexReader.
Definition at line 385 of file AntexReader.hpp. |
1.3.9.1