Commit 4cb66686 authored by Pavel Vainerman's avatar Pavel Vainerman

(iocontrol): чуть подправил лог вывода

parent 2ce41e8f
...@@ -499,7 +499,7 @@ void IOControl::ioread( IOInfo* it ) ...@@ -499,7 +499,7 @@ void IOControl::ioread( IOInfo* it )
if( it->stype == UniversalIO::AnalogInput ) if( it->stype == UniversalIO::AnalogInput )
{ {
int val = card->getAnalogChannel(it->subdev,it->channel, it->range, it->aref); int val = card->getAnalogChannel(it->subdev,it->channel, it->range, it->aref);
/*
if( unideb.debugging(Debug::LEVEL3) ) if( unideb.debugging(Debug::LEVEL3) )
{ {
dlog[Debug::LEVEL3] << myname << "(iopoll): read AI " dlog[Debug::LEVEL3] << myname << "(iopoll): read AI "
...@@ -509,7 +509,7 @@ void IOControl::ioread( IOInfo* it ) ...@@ -509,7 +509,7 @@ void IOControl::ioread( IOInfo* it )
<< " val=" << val << " val=" << val
<< endl; << endl;
} }
*/
IOBase::processingAsAI( ib, val, shm, force ); IOBase::processingAsAI( ib, val, shm, force );
} }
else if( it->stype == UniversalIO::DigitalInput ) else if( it->stype == UniversalIO::DigitalInput )
...@@ -1704,7 +1704,7 @@ void IOControl::buildCardsList() ...@@ -1704,7 +1704,7 @@ void IOControl::buildCardsList()
// для Grayhill конфигурирование не требуется // для Grayhill конфигурирование не требуется
dlog[Debug::INFO] << myname << "(buildCardsList): card=" << it.getProp("card") dlog[Debug::INFO] << myname << "(buildCardsList): card=" << it.getProp("card")
<< "(" << cname << ")" << "(" << cname << ")"
<< " subdev" << i << " is 'GRAYHILL'" << endl; << " init subdev" << i << " 'GRAYHILL'" << endl;
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment