Carles Fernandez
f4584a12c1
Fixing a couple of warnings
...
unused parameter '_chip_shift', comparison between signed and unsigned
integers. Regular casts have been replaced by static casts.
2016-01-11 11:32:41 +01:00
Carles Fernandez
fc01c85203
Removing unused parameter (removes a warning)
2016-01-11 10:44:57 +01:00
Carles Fernandez
0a295f9147
Remove unused code
2016-01-11 01:02:44 +01:00
Carles Fernandez
2615cd1a5b
required for size_t
2016-01-11 00:56:38 +01:00
Carles Fernandez
aefe47cd7a
Removing unused code
2016-01-11 00:50:09 +01:00
Carles Fernandez
2697fb6198
Cleaning includes
2016-01-10 22:21:31 +01:00
Carles Fernandez
bc0e4f188b
Cleaning includes
2016-01-10 14:30:04 +01:00
Carles Fernandez
5743f0f631
fix defect detected by coverity scan
...
aStr->find('.', startPos) can return a negative number, but idx was
passed to a parameter that cannot be negative. Now the function returns
the string as is in case of no decimal point found.
2016-01-06 14:30:15 +01:00
Carles Fernandez
5b2645a964
Improving doc
2016-01-06 11:18:26 +01:00
Carles Fernandez
572d44813f
small doc improvement
2016-01-06 11:01:16 +01:00
Carles Fernandez
489a55a76c
adding PMT since it is not automatically linked in Linux
2016-01-06 10:16:49 +01:00
Carles Fernandez
14d3c3dd27
cleaning includes and removing gnuradio-trellis and gnuradio-fec
...
dependencies
2016-01-06 02:05:34 +01:00
Carles Fernandez
5abc7b8b6a
Include cleaning
2016-01-05 15:35:33 +01:00
Carles Fernandez
0a1aa50c4a
Cleaning includes
...
plus some code cleaning
2016-01-05 10:59:37 +01:00
Carles Fernandez
1c3a9f98ee
cleaning includes
2016-01-04 23:52:21 +01:00
Carles Fernandez
d0ac06d71d
Cleaning includes
2016-01-04 22:56:52 +01:00
Carles Fernandez
972c86c1ea
cleaning the use of includes
2016-01-04 18:06:54 +01:00
Carles Fernandez
9cdfc5e8c2
fixing a warning (unused variable)
2016-01-04 10:29:29 +01:00
Carles Fernandez
9e0c1bb719
remove unnedded headers
2016-01-03 15:22:52 +01:00
Carles Fernandez
70706cb87e
removed unused variable
2016-01-03 15:11:57 +01:00
Carles Fernandez
9ea5d80935
Fixing silly redefinition of variable
2016-01-03 14:16:26 +01:00
Carles Fernandez
c5407a5106
Improved handling of threads
...
Some threads were not terminating properly, triggering a failure of
control_thread_test in some configurations.
2015-12-30 14:43:32 +01:00
Carles Fernandez
1b16fb6dfb
Change according to
...
dec480ab3f
2015-12-30 08:15:24 +01:00
Carles Fernandez
23f9b60dd9
update armadillo version
2015-12-27 13:36:05 +01:00
Carles Fernandez
c5ab28510b
fixing test
2015-12-27 11:23:09 +01:00
Carles Fernandez
217ed14b0a
change input type short by ishort
...
so the file lenght in seconds is correctly diplayed. Some obsolete
comments removed and typos fixed
2015-12-26 13:41:54 +01:00
Carles Fernandez
cc3de3132d
change input signal type from short to ishort
...
So the file length in seconds is correctly displayed
2015-12-26 13:08:12 +01:00
Carles Fernandez
fe71418f7e
Ignore messages from clients
2015-12-26 12:36:39 +01:00
Carles Fernandez
fc91768c11
missing commit
2015-12-25 12:29:35 +01:00
Carles Fernandez
589342e4a4
fix typo
2015-12-25 12:27:08 +01:00
Carles Fernandez
215e4e8ada
Fixing typos and adding info about RTCM format
2015-12-25 12:01:15 +01:00
Carles Fernandez
731752604d
adding RTCM documentation
2015-12-25 11:38:08 +01:00
Carles Fernandez
286ee3b561
Integrating the RTCM printer
...
Now the Galileo E1 receiver generates RTCM messages 1045 (ephemeris) and
MSM7 / 1097 (observables). Parameters related to RTCM included in conf
files. The TCP/IP server can be activated by setting flag_rtcm_server to
true.
2015-12-25 10:25:22 +01:00
Carles Fernandez
f70df3e581
Integrating the RTCM message printer
...
Now the GPS L1 receiver generates 1002 and 1019 messages. Bugs in the
Rtcm class fixed.
2015-12-24 20:56:41 +01:00
Carles Fernandez
354a19ad64
Removing unneeded parameter
2015-12-24 00:37:47 +01:00
Carles Fernandez
ad228cb500
More work on the Rtcm class
...
Added message type 1029, added automatic sending of messages when
printing, removing unnecessary reset of data fields, reordering of
tests, new tests added, the TCP server shuts down in the class
destructor if running
2015-12-23 22:18:43 +01:00
Carles Fernandez
dd22536c9b
const correctness
...
marking as const the member functions that do not modify member
parameters. Two warnings of unused variables removed.
2015-12-23 18:29:38 +01:00
Carles Fernandez
6e39d8f32e
removing tcp client class
2015-12-23 14:27:39 +01:00
Carles Fernandez
0f6bc1054e
adding message types 1006 and 1008
2015-12-23 14:05:00 +01:00
Javier Arribas
06d9f21e68
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr.git into next
2015-12-23 11:31:40 +01:00
Javier Arribas
48c5227c9b
bug fix for Mac OSX compiler
2015-12-23 11:31:16 +01:00
Carles Fernandez
24982b1213
Merge branch 'next' of git+ssh://github.com/gnss-sdr/gnss-sdr into next
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2015-12-23 01:36:05 +01:00
Carles Fernandez
5bc26b3840
Fixing crash when shutting down the server
2015-12-23 00:56:21 +01:00
Carles Fernandez
9e009f48aa
fixing typo
2015-12-22 19:30:53 +01:00
Carles Fernandez
07214154d9
deleting unused parameter
2015-12-22 19:18:36 +01:00
Carles Fernandez
e1c6137597
Redesign of the TCP server
...
Now the TCP server serves RTCM messages to multiple clients
concurrently, and without loosing messages.
2015-12-22 18:45:07 +01:00
Javier Arribas
9acc7e7a20
Replaced fix point NCO by VOLK phase rotator in CPU multicorrelator
...
(around 5% faster).
This optimization is enabled at this time only in
Tracking_DLL_PLL_C_Aid. Sample config can be found in
gnss-sdr_Hybrid_byte_sim.conf
2015-12-21 11:59:15 +01:00
Carles Fernandez
651877af45
fix -Wreorder warning
...
The members should appear in the initializer list in the same order as
they appear in the class
2015-12-15 15:31:13 +01:00
Carles Fernandez
3a73261e4b
Update Galileo ICD link to new version
2015-12-15 15:05:40 +01:00
Carles Fernandez
cf75c669c8
adding a TPC client and server
2015-12-15 15:04:58 +01:00