added loopback test mode

This commit is contained in:
2021-02-22 12:40:12 +01:00
committed by Robin Mueller
parent 97a752120a
commit 7435ce903a
2 changed files with 26 additions and 8 deletions

View File

@ -12,6 +12,13 @@
*/
class LibgpiodTest: public TestTask {
public:
enum TestCases {
READ = 0,
LOOPBACK = 1
};
TestCases testCase;
LibgpiodTest(object_id_t objectId, object_id_t gpioIfobjectId, GpioCookie* gpioCookie);
virtual ~LibgpiodTest();