#include <IonexHeader.hpp>
Public Member Functions | |
| DCB () | |
| Default constructor. Defines and invalid structure. | |
| DCB (char s, int p, double b, double r) | |
| Common constructor. | |
| std::string | toString () const throw () |
| convert DCB structure to a string | |
Public Attributes | |
| char | system |
| one char indicating the system for this satellite (i.e., 'U' for unknown, 'G' or blank for GPS and 'R' for GLONASS) | |
| int | prn |
| 2-digit satellite identifier (pseudo random number) | |
| double | bias |
| differential (L1-L2) code bias in nanoseconds | |
| double | rms |
| RMS error of DCB in nanoseconds. | |
Static Public Attributes | |
DCBformatStrings | |
Differential Code Bias Formatting Strings | |
| const std::string | svsAuxDataString = "PRN / BIAS / RMS" |
| "PRN / BIAS / RMS" | |
| const std::string | stationsAuxDataString |
| "STATION/BIAS/RMS"; | |
|
|
Default constructor. Defines and invalid structure.
Definition at line 110 of file IonexHeader.hpp. |
|
||||||||||||||||||||
|
Common constructor.
Definition at line 121 of file IonexHeader.hpp. |
|
|
convert DCB structure to a string
Definition at line 136 of file IonexHeader.hpp. References gpstk::StringUtils::asString(), and gpstk::StringUtils::rightJustify(). |
|
|
differential (L1-L2) code bias in nanoseconds
Definition at line 105 of file IonexHeader.hpp. |
|
|
2-digit satellite identifier (pseudo random number)
Definition at line 104 of file IonexHeader.hpp. |
|
|
RMS error of DCB in nanoseconds.
Definition at line 106 of file IonexHeader.hpp. |
|
|
Initial value:
"STATION / BIAS / RMS"
Definition at line 68 of file IonexHeader.cpp. |
|
|
"PRN / BIAS / RMS"
Definition at line 67 of file IonexHeader.cpp. |
|
|
one char indicating the system for this satellite (i.e., 'U' for unknown, 'G' or blank for GPS and 'R' for GLONASS)
Definition at line 101 of file IonexHeader.hpp. |
1.3.9.1