Add new tag for raw detector writing

This commit is contained in:
2020-11-17 14:24:56 +01:00
parent a051ffcfb0
commit 04432d4b17
+2 -1
View File
@@ -11,4 +11,5 @@ DEFAULT_QUEUE = "write_request"
# Name of the queue for bsread write requests.
TAG_DATABUFFER = "databuffer"
TAG_IMAGEBUFFER = "imagebuffer"
TAG_EPICS = "epics"
TAG_EPICS = "epics"
TAG_DETECTOR_RAW = "detector_raw"