areaDetector / ADCore

The home of the core components of the EPICS areaDetector software. It includes base classes for drivers and code for all of the standard plugins.
https://areadetector.github.io/master/index.html
Other
20 stars 65 forks source link

Fix PluginType string for NDFileNexus plugin #493

Closed flowln closed 1 year ago

flowln commented 1 year ago

This follows what is done in other NDPluginFile subclasses, like NDFileJPEG. Without it, the value of {P}{R}PluginType_RBV for the Nexus plugin is the more general string NDPluginFile, while the other file plugins show their specific plugin name.