24 #ifndef MARXBOTMOTORS_H
25 #define MARXBOTMOTORS_H
28 #include "neuroninterfaces.h"
90 static void describe(QString type);
157 static void describe(QString type);
162 virtual void update();
249 static void describe(QString type);
254 virtual void update();
286 const QColor m_onColor;
291 const QColor m_offColor;
296 const real m_onThreshold;
301 const real m_offThreshold;
377 static void describe(QString type);
382 virtual void update();
407 static TypeOfClosure typeOfClosureFromString(QString value);
414 static QString typeOfClosureToString(TypeOfClosure value);
429 const TypeOfClosure m_typeOfClosure;
435 const real m_noMotionRange;
442 const real m_noMotionRangeLow;
449 const real m_noMotionRangeUp;