GetConfiguration

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

Gets the distance and end velocity for this relative move.

Returns

std::tuple<double, double> – Tuple containing the distance (element 0) and end velocity (element 1).

Throws