delegate memory management for knx tables to Platform class. Preallocate memory for them on linux.

This commit is contained in:
Thomas Kunze
2018-12-12 23:17:42 +01:00
parent bdaca43642
commit bd93aa12fa
22 changed files with 107 additions and 48 deletions

View File

@@ -122,6 +122,9 @@
<ClCompile Include="..\src\knx\transport_layer.cpp">
<Filter>Source files\knx</Filter>
</ClCompile>
<ClCompile Include="..\src\knx\platform.cpp">
<Filter>Source files\knx</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\linux_platform.h">