libsdr  0.1.0
A simple SDR library
bch31_21.hh
1 #ifndef __SDR_BCH31_21_HH__
2 #define __SDR_BCH31_21_HH__
3 
4 #include <cinttypes>
5 
6 namespace sdr {
7 
10 int pocsag_repair(uint32_t &data);
11 
12 }
13 
14 #endif // __SDR_BCH31_21_HH__
Definition: autocast.hh:8