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

5 lines
91 B
C
Raw Normal View History

2013-12-10 00:47:21 +00:00
#include <vector>
typedef std::vector<bool> bit_vector;
int bchDec(bit_vector& Codeword);