26 className = this->staticMetaObject.className();
54 QString answer =
"error";
62 emit
message(QString(
"<font color=\"#FF0000\">Servo%1 is not an allowed servo numer (1-%2)! (moveServo)</font>").arg(servo+1).arg(
NUMBEROFSERVOS-1) );
70 emit
message(QString(
"<font color=\"#FF0000\">Servo%1 position %2 out of allowed range (%3-%4)! (moveServo)</font>").arg(servo+1).arg(position).arg(
servoStartPosition[servo]).arg(
servoEndPosition[servo]));
89 if (answer == QString(
"*sv%1#").arg(servo + 1))
102 emit
message(QString(
"<font color=\"#FF0000\">Error moving servo%1 (moveServo)</font>").arg(servo+1));
175 emit
message(QString(
"<font color=\"#FF0000\">Servo%1 out of allowed range! (getServoPosition)</font>").arg(servo+1));
212 emit
message(QString(
"Robot state set to %1 in %2").arg(state).arg(
className));