Commit Graph

22 Commits

Author SHA1 Message Date
Carles Fernandez 34f24562cf Apply automated code formatting
Documented at .clang-format
See http://clang.llvm.org/docs/ClangFormat.html and http://clang.llvm.org/docs/ClangFormatStyleOptions.html
2018-03-03 02:03:39 +01:00
Carles Fernandez 658e677fc3 Reorder includes: local headers first, then 3rd-party library headers, and finally standard headers 2018-02-26 03:15:53 +01:00
Antonio Ramos a90edd025c Minor changes 2018-01-08 15:52:14 +01:00
Antonio Ramos 74a1f76282 Avoid multithreading collision 2018-01-08 10:57:01 +01:00
Antonio Ramos cfc0a4a498 Clean flowgraph 2018-01-05 12:25:33 +01:00
Antonio Ramos 3a37345d4c Minor changes 2018-01-04 12:33:13 +01:00
Antonio Ramos bbf8587970 Clean code 2018-01-04 12:16:12 +01:00
Antonio Ramos 540221e227 New Channel FSM 2018-01-04 10:51:47 +01:00
Antonio Ramos 6dd3abfdea debug2 2018-01-03 15:47:16 +01:00
Antonio Ramos 3ddea680ad debug1 2018-01-03 12:48:04 +01:00
Antonio Ramos 47c752c141 More debug lines 2018-01-03 12:44:58 +01:00
Antonio Ramos 3eafe2047a Fix deadlock flowgraph 2018-01-02 16:56:18 +01:00
Antonio Ramos 2d8141d9b5 Migrate msg_queue boost smart pointers to gr sptr 2017-12-21 15:47:26 +01:00
Antonio Ramos 8bb0c880c0 Minor changes in DLOG lines 2017-12-21 12:12:56 +01:00
Antonio Ramos cef7ae5f7b Add LOG lines in channel_fsm 2017-12-20 15:02:57 +01:00
Carles Fernandez 831cc75153 Remove tabs from the source code 2016-05-02 23:46:30 +02:00
Carles Fernandez fbfc4a28ba Improve memory management
The blocks are now always managed by smart pointers instead of raw pointers
2016-05-02 17:26:32 +02:00
Javier Arribas 0a5573f666 several receiver configuration mechanism simplifications and several bug fixes. Work in progress 2016-04-21 18:54:08 +02:00
Javier Arribas 0f80ce0159 Channel internal message queue is replaced by the asynchronous GNURadio
message system. Removing the deprecated channel internal queue and its
references. Some tests that are using the old channel queue are disabled
in this version
2016-04-15 16:33:41 +02:00
Carles Fernandez 5abc7b8b6a Include cleaning 2016-01-05 15:35:33 +01:00
Carles Fernandez fb45d31eed 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-05-22 18:30:21 +02:00
Carles Fernandez dcd59ed9bd Generic name for channel finite state machine, since it applies to all signals and not only to GPS L1 C/A 2015-05-21 11:29:56 +02:00