------------------- ---- V20061106 ---- ------------------- In u3Base.hh: Changed destructor and analogFilter to virtual for an eventual overloading to take effect. ------------------- ---- V20061102 ---- ------------------- In u3Base.cc method checkAllInputs(...) a test lemitation was still hanging about, thus only the first defined input would be tranferred to shared memory. In test.cc a logic equation had a typo: Was : u3b->logicTableAdd( "EIO0", "!EIO4 * SSW0" ); Should be: u3b->logicTableAdd( "EIO0", "!CIO0 * SSW0" ); labjacku3.ko recompiled using version 0.30 of Labjack's driver. ------------------- ---- V20061019 ---- ------------------- Fist official version