Update API

When using no RDS error filter, PTY, CT, MS, ECC, AF, TP will only be parsed when RDS is error free.

Add a bool to determine if PI was error free (correctPI)
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-06-03 19:36:12 +02:00
parent ecd4bb4702
commit 31fc03c69f
2 changed files with 67 additions and 66 deletions

View File

@@ -43,6 +43,7 @@ typedef struct _rds_ {
bool afclear;
bool rtAB;
bool correct;
bool correctPI;
} rds_;
typedef struct _af_ {