kDB: Knowledge DataBase
Loading...
Searching...
No Matches
TestLidar.h
1#include <QtTest/QtTest>
2
3class TestLidar : public QObject
4{
5 Q_OBJECT
6private slots:
7 void testConfigCreationAccess();
8 void testFrameCreationAccess();
9 void testFrameFromValueCreationAccess();
10 void testDataset();
11};
Definition TestLidar.h:4