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
@@ -65,7 +65,7 @@ void* EBusLoop::run()
// new cyc message arrived
if (busResult == 2) {
std::string data = m_bus->getCycData();
//~ L.log(bus, trace, "%s", data.c_str());
L.log(bus, debug, "%s", data.c_str());
m_cycBuffer.add(data);
}