sdrangel/sdrbase/util
Daniele Forsi 34aca019e2 Fix spelling in strings 2023-07-23 18:55:12 +02:00
..
iot #1417 - Fix compilation on Mac 2022-09-17 20:33:22 +01:00
CRC64.cpp
CRC64.h
ais.cpp Add AIS slot map and additional message decoding 2023-05-16 10:17:17 +01:00
ais.h Add AIS slot map and additional message decoding 2023-05-16 10:17:17 +01:00
android.cpp Android: Prevent app from being put to sleep when running. Add menu to keep screen on. 2023-02-17 21:57:09 +00:00
android.h Android: Prevent app from being put to sleep when running. Add menu to keep screen on. 2023-02-17 21:57:09 +00:00
aprs.cpp Fix spelling in strings 2023-07-23 18:55:12 +02:00
aprs.h Update sdrbase and sdrgui to support Qt5 and Qt6 2022-11-17 14:41:55 +00:00
aprsfi.cpp Add DSC demodulator 2023-05-15 16:40:43 +01:00
aprsfi.h Add DSC demodulator 2023-05-15 16:40:43 +01:00
astronomy.cpp Rotator Controller Updates 2023-04-03 16:47:13 +01:00
astronomy.h Rotator Controller Updates 2023-04-03 16:47:13 +01:00
average.h
aviationweather.cpp ADS-B: Add support for displaying airport weather (METARs) from CheckWX 2022-06-06 10:53:10 +01:00
aviationweather.h Fix linux compilation 2022-06-06 12:55:52 +01:00
ax25.cpp
ax25.h
azel.cpp
azel.h
baudot.cpp Remove comparison of strings and chars for #1713 2023-06-23 14:27:59 +01:00
baudot.h Add RTTY demodulator 2023-03-03 16:14:09 +00:00
bitfieldindex.h
colormap.cpp Added two more spectrum color maps 2023-07-08 06:17:07 +02:00
colormap.h Added two more spectrum color maps 2023-07-08 06:17:07 +02:00
coordinates.cpp
coordinates.h
crc.cpp
crc.h
csv.cpp Add Navtex transmitters and French DAB transmitters to Map 2023-03-03 17:14:56 +00:00
csv.h Add Navtex transmitters and French DAB transmitters to Map 2023-03-03 17:14:56 +00:00
db.cpp
db.h
doublebuffer.h
doublebufferfifo.h
doublebuffermultiple.h
dsc.cpp Fix compiler warnings 2023-05-15 16:51:03 +01:00
dsc.h Add DSC demodulator 2023-05-15 16:40:43 +01:00
fits.cpp
fits.h
fixed.h
fixedaverage2d.h
fixedtraits.cpp
fixedtraits.h
flightinformation.cpp
flightinformation.h
ft8message.cpp FT8 demod: implemented decoder 2023-01-19 23:51:43 +01:00
ft8message.h FT8 support and demod: added unpacking of DXpedition mesages. Added message type in FT8Message 2023-01-28 11:39:44 +01:00
giro.cpp Map: Add support for Ionosonde stations 2022-07-20 17:41:11 +01:00
giro.h Fix gcc error 2022-07-20 17:52:43 +01:00
golay2312.cpp
golay2312.h
httpdownloadmanager.cpp Ignore SSL certifcate errors on Android 2023-01-02 15:23:41 +00:00
httpdownloadmanager.h
incrementalarray.h
incrementalvector.h
interpolation.cpp
interpolation.h
lfsr.cpp
lfsr.h
limitedcounter.h
maidenhead.cpp
maidenhead.h
max2d.h
message.cpp
message.h
messagequeue.cpp Replace deprecated QMutex(Recursive) with QRecursiveMutex 2022-09-17 23:00:07 +02:00
messagequeue.h Replace deprecated QMutex(Recursive) with QRecursiveMutex 2022-09-17 23:00:07 +02:00
mmsi.cpp Fix compiler warnings 2023-05-15 16:51:03 +01:00
mmsi.h Add DSC demodulator 2023-05-15 16:40:43 +01:00
morse.cpp Update sdrbase and sdrgui to support Qt5 and Qt6 2022-11-17 14:41:55 +00:00
morse.h
movingaverage.h Add DSC demodulator 2023-05-15 16:40:43 +01:00
movingaverage2d.h
movingmaximum.h Add RTTY demodulator 2023-03-03 16:14:09 +00:00
navtex.cpp Fix Navtex Android/clang compilation issues. chars are unsigned. 2023-03-07 16:06:53 +00:00
navtex.h Fix Navtex Android/clang compilation issues. chars are unsigned. 2023-03-07 16:06:53 +00:00
openaip.cpp Map Updates 2023-02-14 14:46:08 +00:00
openaip.h Map Updates 2023-02-14 14:46:08 +00:00
osndb.cpp Add DSC demodulator 2023-05-15 16:40:43 +01:00
osndb.h Add DSC demodulator 2023-05-15 16:40:43 +01:00
ourairportsdb.cpp Fix spelling in strings 2023-07-23 18:55:12 +02:00
ourairportsdb.h Map Updates 2023-02-14 14:46:08 +00:00
peakfinder.cpp Update sdrbase and sdrgui to support Qt5 and Qt6 2022-11-17 14:41:55 +00:00
peakfinder.h Spectrum markers peaks option 2022-10-03 00:23:47 +02:00
planespotters.cpp ADS-B: Add support for decoding Comm-B replies in Mode-S frames. This adds TAS, IAS, Mach, Selelected Alt, Selected Heading, Turn rate, Roll angle, Autopilot enabled, Vertical and lateral navigation modes, Baro setting, Headwind, OAT, Wind speed and direction, Pressure, Static air temperature, Humidity. 2022-08-26 12:35:12 +01:00
planespotters.h ADS-B: Add support for decoding Comm-B replies in Mode-S frames. This adds TAS, IAS, Mach, Selelected Alt, Selected Heading, Turn rate, Roll angle, Autopilot enabled, Vertical and lateral navigation modes, Baro setting, Headwind, OAT, Wind speed and direction, Pressure, Static air temperature, Humidity. 2022-08-26 12:35:12 +01:00
png.cpp
png.h
popcount.h
poweroftwo.h
prettyprint.cpp
prettyprint.h
radiosonde.cpp
radiosonde.h
reedsolomon.h
rtpsink.cpp RTPSink: nullify m_byteBuffer after delete 2023-07-07 04:57:18 +02:00
rtpsink.h Replace deprecated QMutex(Recursive) with QRecursiveMutex 2022-09-17 23:00:07 +02:00
samplesourceserializer.cpp
samplesourceserializer.h
serialutil.cpp
serialutil.h
sha512.h
simpleserializer.cpp
simpleserializer.h Enable compilation with Qt 6.2 2022-11-17 23:26:54 +00:00
spinlock.cpp
spinlock.h
stacktrace.h
stepfunctions.h
syncmessenger.cpp
syncmessenger.h
threadsafesingleton.h
timeutil.cpp
timeutil.h FT8 demod: unwanted dependencies removal and unpacking reorganization 2023-01-11 16:36:10 +01:00
udpsinkutil.h
uid.cpp Replace deprecated QDateTime toTime_t by toSecsSinceEpoch 2022-09-21 21:41:40 +02:00
uid.h
units.cpp
units.h Add ILS demodulator 2023-03-21 10:54:42 +00:00
visa.cpp Update sdrbase and sdrgui to support Qt5 and Qt6 2022-11-17 14:41:55 +00:00
visa.h VISA: Add methods to get available resources. Make I/O logging optional. Check for errors in processCommands. 2022-09-16 08:54:55 +01:00
weather.cpp
weather.h