fix north americal RDS callsign decoding

This commit is contained in:
AlexandreRouma
2024-01-29 23:57:23 +01:00
parent a8ed213ed3
commit f0bd17f9f4
2 changed files with 143 additions and 7 deletions

View File

@ -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();