Add the data packing and unpacking code.

This commit is contained in:
Jonathan Naylor
2020-05-08 13:12:37 +01:00
parent c2ca65f889
commit 7ae77a01a9
5 changed files with 81 additions and 73 deletions

View File

@@ -868,7 +868,7 @@ bool CConf::read()
m_pocsagNetworkModeHang = (unsigned int)::atoi(value);
else if (::strcmp(key, "Debug") == 0)
m_pocsagNetworkDebug = ::atoi(value) == 1;
} else if (section == SECTION_POCSAG_NETWORK) {
} else if (section == SECTION_FM_NETWORK) {
if (::strcmp(key, "Enable") == 0)
m_fmNetworkEnabled = ::atoi(value) == 1;
else if (::strcmp(key, "LocalAddress") == 0)