Commit 833ce917 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add comments and fix tabs

parent b5a34d4b
......@@ -742,7 +742,7 @@ void IOControl::initIOCard()
try
{
// /
// "" (.. )
// "" (.. )
if( it->lamp )
card->configureChannel(it->subdev,it->channel,ComediInterface::DO);
else if( it->stype == UniversalIO::DigitalInput )
......
......@@ -39,6 +39,12 @@
using namespace UniSetTypes;
using namespace std;
/* FIXME:
,
, .
libxmlmm.
UniXML.
*/
const string UniXML::InternalEncoding("koi8-r");
const string UniXML::ExternalEncoding("koi8-r");
const string UniXML::xmlEncoding("utf-8");
......
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