Added data blocks sizes computation and Reed Solomon error correction bytes generation

This commit is contained in:
2021-12-12 17:43:30 +03:00
parent 3d98710648
commit afa9b0bcf2
6 changed files with 153 additions and 3 deletions

View File

@@ -37,6 +37,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="BitArray_test.cpp" />
<ClCompile Include="DataBlocks_test.cpp" />
<ClCompile Include="Encoder_test.cpp" />
<ClCompile Include="Method_test.cpp" />
<ClCompile Include="QRCode_test.cpp" />