Definition in file miscenum.hpp.
#include <string>
Include dependency graph for miscenum.hpp:

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

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
| namespace | gpstk::StringUtils |
Enumerations | |
| enum | CarrierCode { ccUnknown = 0, ccL1 = 1, ccL2 = 2, ccL5 = 5, ccMax } |
| An enumeration of the various Carrier Codes. More... | |
| enum | RangeCode { rcUnknown = 0, rcCA = 1, rcPcode = 2, rcYcode = 3, rcCodeless = 4, rcCM = 5, rcCL = 6, rcMcode1 = 7, rcMcode2 = 8, rcCMCL = 9, rcMax } |
| An enumeration of the various Range Codes. More... | |
| enum | NavCode { ncUnknown = 0, ncICD_200_2 = 1, ncICD_200_4 = 2, ncICD_700_M = 3, ncICD_705_L5 = 4, ncMax } |
| An enumeration of the various Navigation Message Codes. More... | |
| enum | ExternalFrequencyStatus { efsUnknown = -1, efsNotLocked = 0, efsLocked = 1 } |
| An enumeration of the External Frequency Status. More... | |
Functions | |
| std::string | asString (const CarrierCode &cc) throw () |
| Decode Carrier Code to a string. | |
| std::string | asString (const RangeCode &rc) throw () |
| Decode Range Code to a string. | |
| std::string | asString (const NavCode &nc) throw () |
| Decode Navigation Message Code to a string. | |
| std::string | asString (const ExternalFrequencyStatus &e) throw () |
| Decode external frequency status to a string. | |
|
|
An enumeration of the various Carrier Codes.
Definition at line 39 of file miscenum.hpp. Referenced by MDPObsEpoch::Observation::decode(), and gpstk::makeSvObsEpoch(). |
|
|
An enumeration of the External Frequency Status. Relevant to receivers using external timing sources. Definition at line 77 of file miscenum.hpp. |
|
|
An enumeration of the various Navigation Message Codes.
Definition at line 65 of file miscenum.hpp. |
|
|
An enumeration of the various Range Codes.
Definition at line 49 of file miscenum.hpp. Referenced by MDPObsEpoch::Observation::decode(), and gpstk::makeSvObsEpoch(). |
|
|
Decode external frequency status to a string.
Definition at line 142 of file miscenum.hpp. References gpstk::efsLocked, and gpstk::efsNotLocked. |
|
|
Decode Navigation Message Code to a string.
Definition at line 126 of file miscenum.hpp. References gpstk::ncICD_200_2, gpstk::ncICD_200_4, gpstk::ncICD_700_M, and gpstk::ncICD_705_L5. |
|
|
Decode Range Code to a string.
Definition at line 105 of file miscenum.hpp. References gpstk::rcCA, gpstk::rcCL, gpstk::rcCM, gpstk::rcCMCL, gpstk::rcCodeless, gpstk::rcMcode1, gpstk::rcMcode2, gpstk::rcPcode, and gpstk::rcYcode. |
|
|
Decode Carrier Code to a string.
Definition at line 90 of file miscenum.hpp. References gpstk::ccL1, gpstk::ccL2, and gpstk::ccL5. |
1.3.9.1