Compile fails currently - I'll see if I can fix that in little while if you don't get to it before me.
---8<---
g++ -O2 -Wall -c BERCal.cpp
BERCal.cpp: In member function ‘void CBERCal::YSFFEC(const unsigned char*)’:
BERCal.cpp:738:4: error: ‘uint8_t’ was not declared in this scope
uint8_t vote = 0U;
^
BERCal.cpp:739:4: error: ‘vote’ was not declared in this scope
vote += READ_BIT(vch, i + 0U) ? 1U : 0U;
^
Makefile:12: recipe for target 'BERCal.o' failed
make: *** [BERCal.o] Error 1
---8<---
Compile fails currently - I'll see if I can fix that in little while if you don't get to it before me.
---8<--- g++ -O2 -Wall -c BERCal.cpp BERCal.cpp: In member function ‘void CBERCal::YSFFEC(const unsigned char*)’: BERCal.cpp:738:4: error: ‘uint8_t’ was not declared in this scope uint8_t vote = 0U; ^ BERCal.cpp:739:4: error: ‘vote’ was not declared in this scope vote += READ_BIT(vch, i + 0U) ? 1U : 0U; ^ Makefile:12: recipe for target 'BERCal.o' failed make: *** [BERCal.o] Error 1 ---8<---