op25/op25/gr-op25/lib/bch.h

5 lines
91 B
C++

#include <vector>
typedef std::vector<bool> bit_vector;
int bchDec(bit_vector& Codeword);