85 msgLevelErrorOnly = 1,
86 msgLevelWarningOnly = 2,
87 msgLevelWarningAndError = msgLevelErrorOnly | msgLevelWarningOnly
102 ito::RetVal setPluginParameter(QSharedPointer<ito::ParamBase> param, MessageLevel msgLevel = msgLevelWarningAndError)
const;
115 ito::RetVal setPluginParameters(
const QVector<QSharedPointer<ito::ParamBase> > params, MessageLevel msgLevel = msgLevelWarningAndError)
const;
149 ito::RetVal setActuatorPosition(QVector<int> axes, QVector<double> positions,
bool relNotAbs, MessageLevel msgLevel = msgLevelWarningAndError)
const;
166 ito::RetVal setActuatorPosition(
int axis,
double position,
bool relNotAbs, MessageLevel msgLevel = msgLevelWarningAndError)
const;
183 ito::RetVal requestActuatorStatusAndPositions(
bool sendCurrentPos,
bool sendTargetPos, MessageLevel msgLevel = msgLevelWarningAndError)
const;
220 virtual void actuatorStatusChanged(QVector<int> status, QVector<double> actPosition);
231 virtual void targetChanged(QVector<double> targetPositions);