Added new feature msgPrintControl from sinqMotor 0.8.0. Correspondingly,
the minimum version requirement for sinqMotor has been bumped to 0.8.0.
This commit is contained in:
@@ -15,7 +15,8 @@ class turboPmacAxis : public sinqAxis {
|
||||
* @param pController Pointer to the associated controller
|
||||
* @param axisNo Index of the axis
|
||||
*/
|
||||
turboPmacAxis(turboPmacController *pController, int axisNo);
|
||||
turboPmacAxis(turboPmacController *pController, int axisNo,
|
||||
bool initialize = true);
|
||||
|
||||
/**
|
||||
* @brief Destroy the turboPmacAxis
|
||||
|
||||
Reference in New Issue
Block a user