1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 11:09:56 +00:00

Remove unused variables

This commit is contained in:
Carles Fernandez 2021-10-07 10:12:14 +02:00
parent 8f727da785
commit 13b5d80ab6
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -71,8 +71,6 @@ constexpr int32_t GPS_SUBFRAME_MS = 6000;
constexpr int32_t GPS_WORD_BITS = 30; //!< Number of bits per word in the NAV message [bits]
constexpr char GPS_CA_PREAMBLE[9] = "10001011";
constexpr char GPS_CA_PREAMBLE_SYMBOLS_STR[161] = "1111111111111111111100000000000000000000000000000000000000000000000000000000000011111111111111111111000000000000000000001111111111111111111111111111111111111111";
constexpr int32_t GPS_CA_BIT_TRANSITION_SYMBOLS_LENGTH_SYMBOLS = 40;
constexpr char GPS_CA_BIT_TRANSITION_SYMBOLS_STR[41] = "1111111111111111111100000000000000000000";
// GPS NAVIGATION MESSAGE STRUCTURE
// NAVIGATION MESSAGE FIELDS POSITIONS (from IS-GPS-200M Appendix II)