test_sdk/hw/ni/ni.cpp

14 lines
160 B
C++
Raw Permalink Normal View History

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