Add the P25 NID BCH encoder.

This commit is contained in:
Jonathan Naylor
2016-09-19 21:41:34 +01:00
parent 16ec0db6d8
commit 3567d83349
13 changed files with 255 additions and 16 deletions

View File

@@ -147,6 +147,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="AMBEFEC.h" />
<ClInclude Include="BCH.h" />
<ClInclude Include="BPTC19696.h" />
<ClInclude Include="Conf.h" />
<ClInclude Include="CRC.h" />
@@ -212,6 +213,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="AMBEFEC.cpp" />
<ClCompile Include="BCH.cpp" />
<ClCompile Include="BPTC19696.cpp" />
<ClCompile Include="Conf.cpp" />
<ClCompile Include="CRC.cpp" />