24 #ifndef MARXBOTMOTORS_H
25 #define MARXBOTMOTORS_H
28 #include "neuroninterfaces.h"
90 static void describe(QString type);
158 static void describe(QString type);
163 virtual void update();
239 static void describe(QString type);
244 virtual void update();
331 static void describe(QString type);
336 virtual void update();
368 const QColor m_onColor;
373 const QColor m_offColor;
378 const real m_onThreshold;
383 const real m_offThreshold;
460 static void describe(QString type);
465 virtual void update();
490 static TypeOfClosure typeOfClosureFromString(QString value);
497 static QString typeOfClosureToString(TypeOfClosure value);
512 const TypeOfClosure m_typeOfClosure;
518 const real m_noMotionRange;
525 const real m_noMotionRangeLow;
532 const real m_noMotionRangeUp;