mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-18 21:23:02 +00:00
Remove unused variables
This commit is contained in:
parent
8f727da785
commit
13b5d80ab6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user