Damian Miralles
c445ac261b
Developing interface code for RINEX printer
2017-08-31 09:55:35 -06:00
Damian Miralles
fbd6b211eb
Adding code for pvt computation
2017-08-31 09:55:35 -06:00
Damian Miralles
8a0689fbb1
Fixing compile warnings and adding work on unit test
2017-08-31 09:55:35 -06:00
Damian Miralles
50f133e960
Fixing compilation warnings
2017-08-31 09:55:35 -06:00
Damian Miralles
b34a82a949
Adding code for telemetry decoder algorithms
2017-08-31 09:55:35 -06:00
Damian Miralles
6c8a29d3d4
writing code for crc computation in GLONASS processing
2017-08-31 09:55:35 -06:00
Damian Miralles
c24710c585
gnav: Adding GLONASS GNAV Navigation Message Operations
...
Adding code for navigation message computation for GLONASS GNAV code.
Continues to fix the almanac position computation and fixes bugs in code
due to compilation errors, coding style and Doxygen documentation
2017-08-31 09:55:35 -06:00
Damian Miralles
f8f3574090
gnav: Adding GLONASS GNAV Ephemeris, Almanac and UTC Model
...
Generates code for GLONASS GNAV Ephemeris, Almanac and UTC Model with
their respective decoding position indexes for string decoding and
message parsing. Starts developing of satellite position computation
based on its ephemeris and almanac information
2017-08-31 09:55:35 -06:00
Damian Miralles
3d5a55276b
Adding configuration file for GLONASS processing
2017-08-31 09:55:35 -06:00
Carles Fernandez
7ae4a794f6
Avoid signed overflow
2017-08-31 09:55:35 -06:00
Carles Fernandez
e60a59160b
Remove annoying warning in macOS (deprecated-declarations)
2017-08-31 09:55:35 -06:00
Carles Fernandez
8bb188a8df
Remove warning
2017-08-31 09:55:35 -06:00
Carles Fernandez
b9b0bf1ef8
Remove warning
2017-08-31 09:55:35 -06:00
Carles Fernandez
6a4a2db4bf
Remove warning
2017-08-31 09:55:35 -06:00
Carles Fernandez
108ffc7537
Remove warning
2017-08-31 09:55:35 -06:00
Carles Fernandez
ddee13cfa6
Update per_support files
2017-08-31 09:55:35 -06:00
Carles Fernandez
fe336fef20
Update per_support files
2017-08-31 09:55:35 -06:00
Carles Fernandez
12aaa25d50
Do not use LOG(FATAL) since the glog library could have been stripped
...
off
2017-08-31 09:55:35 -06:00
Carles Fernandez
bf2e796c10
Fix examples with old configuration notation. Fixes #64 "
2017-08-31 09:55:35 -06:00
Carles Fernandez
5530352e8a
Fix bug in NMEA messages. Fixes #45
...
Add a new test for the NMEA printer
2017-08-31 09:55:35 -06:00
Carles Fernandez
8bbe4edc64
Replace <ctime> library by <chrono>
...
and also replace C-style casts by C++ casts. Added/removed some blank
lines here and there to match coding style of other tests.
2017-08-31 09:55:35 -06:00
Carles Fernandez
1e59501cb5
Fix redefinition of variable
2017-08-31 09:55:35 -06:00
Carles Fernandez
d4a1dbaf08
Replace C-style casts by C++ casts
2017-08-31 09:55:35 -06:00
Carles Fernandez
ed021f043f
Merge Gabriel's glonass-sdr branch
2017-08-31 09:55:35 -06:00
Carles Fernandez
fa8cb9dd5c
Fix building when compilers have a C++ standard below C++11
2017-08-31 09:55:35 -06:00
Gastd
0a8d5e4ffd
Solve issue glonass FDMA channel in tracking block
2017-08-31 08:57:27 -03:00
Carles Fernandez
47e41d5b28
Avoid signed overflow
2017-08-26 10:07:18 +02:00
Carles Fernandez
4e49330ad4
Remove annoying warning in macOS (deprecated-declarations)
2017-08-26 00:22:12 +02:00
Carles Fernandez
005917ac56
Remove warning
2017-08-26 00:06:18 +02:00
Carles Fernandez
00cc726c12
Remove warning
2017-08-25 23:51:11 +02:00
Carles Fernandez
04d0debfca
Remove warning
2017-08-25 23:42:36 +02:00
Carles Fernandez
1a463e9c52
Remove warning
2017-08-25 23:38:44 +02:00
Carles Fernandez
d1429001fc
Update per_support files
2017-08-25 22:44:49 +02:00
Carles Fernandez
18c48b30f5
Update per_support files
2017-08-25 22:16:06 +02:00
Carles Fernandez
fc9740b4dc
Do not use LOG(FATAL) since the glog library could have been stripped
...
off
2017-08-25 19:17:12 +02:00
Carles Fernandez
4f292bbe8e
Fix examples with old configuration notation. Fixes #64 "
2017-08-25 12:37:41 +02:00
Carles Fernandez
ea84c1ec27
Fix redefinition of variable
2017-08-25 11:58:05 +02:00
Carles Fernandez
58e92343c7
Fix bug in NMEA messages. Fixes #45
...
Add a new test for the NMEA printer
2017-08-25 11:42:02 +02:00
Antonio Ramos
1256020620
Merge branch 'next_interferences' into next
2017-08-24 19:33:24 +02:00
Antonio Ramos
fce277f59c
Merge remote-tracking branch 'origin/next_interferences' into next_interferences
2017-08-24 19:24:02 +02:00
Antonio Ramos
9df36dcd83
Minor changes
...
Changing some variable names
2017-08-24 19:22:58 +02:00
Antonio Ramos
3536bce55c
Improved Notch Filter Lite
...
Updated version of the filter
2017-08-24 19:22:58 +02:00
Antonio Ramos
0441f3c24c
Minor changes
...
Changing some variable names
2017-08-24 19:21:24 +02:00
Carles Fernandez
38858836a0
Replace <ctime> library by <chrono>
...
and also replace C-style casts by C++ casts. Added/removed some blank
lines here and there to match coding style of other tests.
2017-08-24 18:09:04 +02:00
Carles Fernandez
a3b81a884b
Fix redefinition of variable
2017-08-24 18:03:23 +02:00
Carles Fernandez
9761803d6a
Replace C-style casts by C++ casts
2017-08-23 23:06:56 +02:00
Carles Fernandez
2c71ebf479
Merge Gabriel's glonass-sdr branch
2017-08-23 22:35:22 +02:00
Carles Fernandez
29d8e081cc
Merge remote-tracking branch 'gabriel/glonass-sdr' into glonass
2017-08-23 20:53:30 +02:00
Gastd
45c2351223
Remove redefinition
2017-08-23 14:13:19 -03:00
Gastd
296942ff23
Solve conflicts
2017-08-23 14:12:55 -03:00