1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-20 06:38:36 -04:00

FT8 support and demod: added unpacking of DXpedition mesages. Added message type in FT8Message

This commit is contained in:
f4exb
2023-01-28 11:39:44 +01:00
parent a86cc53945
commit e265ddf887
5 changed files with 113 additions and 21 deletions
+4 -2
View File
@@ -71,7 +71,8 @@ int TestFT8Callback::hcb(
std::string call1;
std::string call2;
std::string loc;
std::string msg = packing.unpack(a91, call1, call2, loc);
std::string type;
std::string msg = packing.unpack(a91, call1, call2, loc, type);
cycle_mu.lock();
@@ -86,7 +87,8 @@ int TestFT8Callback::hcb(
cycle_mu.unlock();
qDebug("TestFT8Callback::hcb: %d %3d %3d %5.2f %6.1f %s [%s:%s:%s] (%s)",
qDebug("TestFT8Callback::hcb: %3s %d %3d %3d %5.2f %6.1f %s [%s:%s:%s] (%s)",
type.c_str(),
pass,
(int)snr,
correct_bits,