IAbsMove

class IAbsMove : virtual public IMoveCommand, virtual public IApplyParameterSet

A move command that moves to the configured absolute position, and uses the configured end velocity after the absolute position has been reached.

virtual IAbsMove::~IAbsMove()

virtual std::tuple<double, double> IAbsMove::GetConfiguration() = 0

virtual void IAbsMove::SetConfiguration(const std::tuple<double, double> &configuration) = 0