From 1d4f32da6c46f680835ca41ce2c451c9b050bdc5 Mon Sep 17 00:00:00 2001 From: Gustavo de Souza dos Reis Date: Mon, 30 Sep 2024 10:44:52 -0300 Subject: [PATCH] Fix typo in SortMode mode selection. Based on https://github.com/areaDetector/ADCore/blob/7debeba5c6a3840460fb592d32c6976d0c4d94ff/ADApp/Db/NDPluginBase.template#L300-L308V --- docs/ADCore/NDPluginDriver.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ADCore/NDPluginDriver.rst b/docs/ADCore/NDPluginDriver.rst index 009c76bfe..9265153da 100644 --- a/docs/ADCore/NDPluginDriver.rst +++ b/docs/ADCore/NDPluginDriver.rst @@ -109,7 +109,7 @@ following table. - longout, longin * - asynInt32 - r/w - - Selects whether the plugin outputs NDArrays in the order in which they arrive (Unsorted=1) + - Selects whether the plugin outputs NDArrays in the order in which they arrive (Unsorted=0) or sorted by UniqueId (Sorted=1). - SORT_MODE - $(P)$(R)SortMode, $(P)$(R)SortMode_RBV