mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Add the data packing and unpacking code.
This commit is contained in:
parent
c2ca65f889
commit
7ae77a01a9
5 changed files with 81 additions and 73 deletions
2
Conf.cpp
2
Conf.cpp
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue