Searched refs:ADCInterface (Results 1 – 4 of 4) sorted by relevance
7 ADCInterface::ADCInterface(const QString &devName, QObject *parent) : QObject(parent), in ADCInterface() function in ADCInterface22 ADCInterface::~ADCInterface() in ~ADCInterface()31 void ADCInterface::open(bool bOpen) in open()41 bool ADCInterface::open() in open()69 void ADCInterface::close() in close()80 int ADCInterface::adcIndex() in adcIndex()
15 m_adcs << new ADCInterface("/dev/input/event2") in Widget()16 << new ADCInterface("/dev/input/event3") in Widget()17 << new ADCInterface("/dev/input/event4") in Widget()18 << new ADCInterface("/dev/input/event5"); in Widget()22 ADCInterface *adc =m_adcs[i]; in Widget()23 connect(adc, &ADCInterface::readRead, this, [=, adc, i](int v){ in Widget()59 foreach (ADCInterface *adc, m_adcs) { in ~Widget()
7 class ADCInterface : public QObject11 explicit ADCInterface(const QString &devName, QObject *parent = nullptr);12 ~ADCInterface();
11 class ADCInterface; variable29 QList<ADCInterface*> m_adcs;