From 8db787367da2036fb36b50e50654eee7e0acd222 Mon Sep 17 00:00:00 2001 From: mathis_s Date: Thu, 14 Nov 2024 16:21:46 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1888025..b3a3fb3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This library offers base classes for EPICS motor drivers (`sinqAxis` and `sinqCo ## Features -sinqMotor offers a variety of additional methods for children classes to standardize certain patterns (e.g. writing messages to the IOC shell and the motor message PV). For a detailed description, please see the respective function documentation in the .h-file. All of these functions can be overwritten manually if e.g. a completely different implementation of `poll` is required +sinqMotor offers a variety of additional methods for children classes to standardize certain patterns (e.g. writing messages to the IOC shell and the motor message PV). For a detailed description, please see the respective function documentation in the .h-file. All of these functions can be overwritten manually if e.g. a completely different implementation of `poll` is required. ### sinqController - `stringifyAsynStatus`: Convert the enum `asynStatus` into a human-readable string.