class CYCData: findData() added; various cleanup

This commit is contained in:
Roland Jax
2014-04-18 19:45:05 +02:00
parent fdc52ee122
commit e9a4721c8f
7 changed files with 74 additions and 31 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ std::string BaseLoop::decodeMessage(const std::string& data)
std::string type = m_commands->getType(index);
std::string cmd(A.getParam<const char*>("p_address"));
cmd += m_commands->getCommand(index);
cmd += m_commands->getEbusCommand(index);
std::transform(cmd.begin(), cmd.end(), cmd.begin(), tolower);
L.log(bas, trace, " type: %s msg: %s", type.c_str(), cmd.c_str());