This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
op25-legacy/repeater/src/lib/bch.h

5 lines
91 B
C++

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