17 #include <QtCore/QObject> 18 #include <QtCore/QVector> 38 virtual void init(
bool showOnDisplay) = 0;
41 virtual QVector<int> read(
int m,
int n) = 0;
44 virtual void stop() = 0;
#define TRIKCONTROL_EXPORT
Definition: declSpec.h:23
Definition: trikCommunicator.h:27
Uses virtual color sensor to detect dominant color in every cell of m * n grid of camera field of vie...
Definition: colorSensorInterface.h:27
TRIK device interface, base interface for everything that can be plugged to a brick or already on boa...
Definition: deviceInterface.h:23