Removed readInt32 method, since it is not needed.

This commit is contained in:
2025-04-04 13:30:52 +02:00
parent a990da4245
commit b62a5fd699
5 changed files with 309 additions and 317 deletions

View File

@@ -112,6 +112,16 @@ class turboPmacAxis : public sinqAxis {
*/
asynStatus rereadEncoder();
/**
* @brief Interpret the error code and populate the user message accordingly
*
* @param error
* @param userMessage
* @param sizeUserMessage
* @return asynStatus
*/
asynStatus handleError(int error, char *userMessage, int sizeUserMessage);
protected:
turboPmacController *pC_;