#include <RinexSatID.hpp>
Inheritance diagram for RinexSatID:


Public Member Functions | |
| RinexSatID () throw () | |
| Empty constructor; creates an invalid object (Unknown, ID = -1). | |
| RinexSatID (int p, SatelliteSystem s) throw () | |
| Explicit constructor, no defaults, RINEX systems only. | |
| RinexSatID (const std::string &str) throw (Exception) | |
| Constructor from a string. | |
| RinexSatID (const SatID &sat) throw () | |
| Cast a SatID to a RinexSatID. | |
| char | setfill (char c) throw () |
| Set the fill character used in output and return the current fill character. | |
| char | getfill () throw () |
| Get the fill character used in output. | |
| char | systemChar () const throw () |
| Return the single-character system descriptor. | |
| std::string | systemString () const throw () |
| Return the system name as a string. | |
| void | fromString (const std::string s) throw (Exception) |
| Set the RinexSatID from a string (1 character plus 2-digit integer). | |
| std::string | toString () const throw () |
| Convert the RinexSatID to string (1 character plus 2-digit integer). | |
|
|
Empty constructor; creates an invalid object (Unknown, ID = -1).
Definition at line 64 of file RinexSatID.hpp. |
|
||||||||||||
|
Explicit constructor, no defaults, RINEX systems only.
Definition at line 71 of file RinexSatID.hpp. |
|
|
Constructor from a string.
Definition at line 93 of file RinexSatID.hpp. References GPSTK_RETHROW. |
|
|
Cast a SatID to a RinexSatID.
Definition at line 103 of file RinexSatID.hpp. |
|
|
Set the RinexSatID from a string (1 character plus 2-digit integer).
Definition at line 165 of file RinexSatID.hpp. References GPSTK_THROW. Referenced by RinexObsHeader::ParseHeaderRecord(). |
|
|
Get the fill character used in output.
Definition at line 118 of file RinexSatID.hpp. |
|
|
Set the fill character used in output and return the current fill character.
Definition at line 111 of file RinexSatID.hpp. |
|
|
Return the single-character system descriptor.
Definition at line 129 of file RinexSatID.hpp. |
|
|
Return the system name as a string.
Definition at line 147 of file RinexSatID.hpp. |
|
|
Convert the RinexSatID to string (1 character plus 2-digit integer).
Definition at line 214 of file RinexSatID.hpp. Referenced by gpstk::operator<<(). |
1.3.9.1