#include "ni.h" gtl::hw::device *ni::create_device(QObject *parent) { return new device_ni(parent); } ni::ni(QObject *parent) : QObject(parent) { }