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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user