Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Enumerations | |
enum | gnsstk::codeType { gnsstk::P_CODE, gnsstk::Y_CODE, gnsstk::BOTH } |
Variables | |
const int | gnsstk::MAX_BIT = 32 |
Number of bits assumed to be in a unsigned long int. More... | |
const int | gnsstk::MAX_PRN_CODE = 210 |
Maximum PRN Code number (1-n) More... | |
const long | gnsstk::NUM_6SEC_WORDS = 1918125 |
Number of 4 byte unsigned ints necessary to hold 6 sec of P-code. More... | |
const long | gnsstk::NUM_X2_WORDS = 1918131 |
Number of 4 byte unsigned ints necessary to hold an X2 sequence (with leading delay) More... | |
const int | gnsstk::X1_PER_DAY = 57600 |
Number of X1 epochs in one day. More... | |
const unsigned int | gnsstk::X1A_INIT = 0x0248 |
INIT variables are starting conditions of 12-bit registers (IS-GPS-200) More... | |
const unsigned int | gnsstk::X1A_TAPS = 0x0CA0 |
TAPS variables denote which stages of 12-bit registers are XOR'd. More... | |
const unsigned int | gnsstk::X1B_INIT = 0x0554 |
const unsigned int | gnsstk::X1B_TAPS = 0x0F93 |
const long | gnsstk::X2A_EPOCH_DELAY = 37 |
The 37 chip delay at the end of every X2A epoch. More... | |
const unsigned int | gnsstk::X2A_INIT = 0x0925 |
const unsigned int | gnsstk::X2A_TAPS = 0x0FDD |
const unsigned int | gnsstk::X2B_INIT = 0x0554 |
const unsigned int | gnsstk::X2B_TAPS = 0x098E |
const int | gnsstk::XA_COUNT = 4092 |
X?_COUNT is the number of bits in an epoch. More... | |
const long | gnsstk::XA_EPOCH_DELAY = 0 |
const int | gnsstk::XA_MAX_EPOCH = 3750 |
X?_MAX_EPOCH is the maximum number of epochs in a sequence. More... | |
const int | gnsstk::XB_COUNT = 4093 |
const long | gnsstk::XB_EPOCH_DELAY = 343 |
const int | gnsstk::XB_MAX_EPOCH = 3749 |