Added error reset function.

This commit is contained in:
2025-03-10 14:31:15 +01:00
parent d6adf1ad2a
commit 967613447b
4 changed files with 104 additions and 9 deletions

View File

@@ -81,6 +81,14 @@ class turboPmacAxis : public sinqAxis {
*/
asynStatus init();
/**
* @brief Reset the axis error
*
* @param on
* @return asynStatus
*/
asynStatus reset();
/**
* @brief Enable / disable the axis.
*