mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-13 04:25:25 +02:00
fix north americal RDS callsign decoding
This commit is contained in:
@ -246,7 +246,8 @@ namespace rds {
|
||||
void decodeGroup10();
|
||||
void decodeGroup();
|
||||
|
||||
void decodeCallsign();
|
||||
static std::string base26ToCall(uint16_t pi);
|
||||
static std::string decodeCallsign(uint16_t pi);
|
||||
|
||||
bool blockAValid();
|
||||
bool blockBValid();
|
||||
|
Reference in New Issue
Block a user