Carles Fernandez
|
5f79053d65
|
Sort includes automatically with clang-format
Order:
1.- Main header
2.- Local headers
3.- Third-party library headers
4.- System headers
each category sorted lexicographically
|
2018-12-09 22:00:09 +01:00 |
|
Carles Fernandez
|
0d408a6024
|
clang-tidy: apply modernize-use-auto fix (see https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html)
|
2018-12-03 16:25:11 +01:00 |
|
Carles Fernandez
|
6b1611b3a9
|
Replace unsigned long int by uint64_t and long int by int64_t. Fixes #199
|
2018-08-10 20:34:03 +02:00 |
|
Javier Arribas
|
b47d7826eb
|
Adding an option to SDR sample counter to modulate the observable generation rate. It defaults to 20 ms interval (50 Hz)
|
2018-08-07 20:04:44 +02:00 |
|
Javier Arribas
|
f162182ffe
|
Improved sample counter block
|
2018-07-26 19:19:23 +02:00 |
|
Carles Fernandez
|
0d60d97c24
|
Use https instead of http in links when available
Update copyright year in headers
|
2018-05-13 22:49:11 +02:00 |
|
Antonio Ramos
|
46bc52ce9e
|
Sample counter now accepts any data type
|
2018-04-04 11:16:35 +02:00 |
|
Carles Fernandez
|
2d347740d0
|
Fix time reporting
|
2018-04-03 23:21:44 +02:00 |
|
Carles Fernandez
|
7f521bd2bb
|
Fix typo and copyright year
|
2018-04-03 19:07:05 +02:00 |
|
Antonio Ramos
|
843679f0ed
|
Report days, hours, mins and secs instead of secs
|
2018-04-03 12:14:54 +02:00 |
|
Antonio Ramos
|
82084dd867
|
Minor changes
|
2018-02-19 17:20:34 +01:00 |
|
Antonio Ramos
|
756fd1904e
|
Modify observables algorithm
|
2018-02-16 18:10:48 +01:00 |
|
Antonio Ramos
|
28cc4a1a05
|
Add try-catch block to hybrid observables
|
2018-02-14 11:56:22 +01:00 |
|
Antonio Ramos
|
8885333aa7
|
Modify sample counter
|
2018-02-13 19:22:23 +01:00 |
|
Carles Fernandez
|
64ab909a0d
|
Replace C-style casts by C++ casts
|
2017-08-19 12:10:47 +02:00 |
|
Carles Fernandez
|
61f8df3586
|
Replace some C-style cast by static_cast<>()
See https://stackoverflow.com/questions/1609163/what-is-the-difference-between-static-cast-and-c-style-casting
|
2017-08-18 12:45:47 +02:00 |
|
Carles Fernandez
|
727f4d7d0d
|
Remove gcc warning and apply coding style
|
2017-08-05 12:47:52 +02:00 |
|
Javier Arribas
|
c3c3266fad
|
Adding an improved receiver time reporting system
|
2017-05-02 12:01:18 +02:00 |
|