#include <RinexObsHeader.hpp>
Definition at line 152 of file RinexObsHeader.hpp.
Public Member Functions | |
| RinexObsType () | |
| RinexObsType (std::string t, std::string d, std::string u, unsigned int dep=0) | |
Public Attributes | |
| std::string | type |
| 2- char type e.g. L1, P2 | |
| std::string | description |
| 20- char description (optional) e.g. "L1 pseudorange" | |
| std::string | units |
| 10- char units (optional) e.g. "meters" | |
| unsigned int | depend |
Static Public Attributes | |
| const unsigned int | C1depend = 0x01 |
| const unsigned int | L1depend = 0x02 |
| const unsigned int | L2depend = 0x04 |
| const unsigned int | P1depend = 0x08 |
| const unsigned int | P2depend = 0x10 |
| const unsigned int | EPdepend = 0x20 |
| const unsigned int | PSdepend = 0x40 |
|
|
Definition at line 158 of file RinexObsHeader.hpp. |
|
||||||||||||||||||||
|
Definition at line 160 of file RinexObsHeader.hpp. |
|
|
Definition at line 74 of file RinexObsHeader.cpp. |
|
|
Definition at line 157 of file RinexObsHeader.hpp. Referenced by gpstk::RegisterExtendedRinexObsType(). |
|
|
20- char description (optional) e.g. "L1 pseudorange"
Definition at line 155 of file RinexObsHeader.hpp. Referenced by RinexObsHeader::dump(), and gpstk::RegisterExtendedRinexObsType(). |
|
|
Definition at line 79 of file RinexObsHeader.cpp. |
|
|
Definition at line 75 of file RinexObsHeader.cpp. |
|
|
Definition at line 76 of file RinexObsHeader.cpp. |
|
|
Definition at line 77 of file RinexObsHeader.cpp. |
|
|
Definition at line 78 of file RinexObsHeader.cpp. |
|
|
Definition at line 80 of file RinexObsHeader.cpp. |
|
|
2- char type e.g. L1, P2
Definition at line 154 of file RinexObsHeader.hpp. Referenced by RinexObsHeader::convertObsType(), gpstk::DisplayExtendedRinexObsTypes(), gpstk::DisplayStandardRinexObsTypes(), and gpstk::RegisterExtendedRinexObsType(). |
|
|
10- char units (optional) e.g. "meters"
Definition at line 156 of file RinexObsHeader.hpp. Referenced by RinexObsHeader::dump(), and gpstk::RegisterExtendedRinexObsType(). |
1.3.9.1