From e41269230c295d77ff61539ebcd48efff5fc3ef8 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 13 Aug 2019 20:07:26 -0700 Subject: [PATCH] re-add missing enum_t --- pdbApp/pvif.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pdbApp/pvif.cpp b/pdbApp/pvif.cpp index 2a681a5..13ed17b 100644 --- a/pdbApp/pvif.cpp +++ b/pdbApp/pvif.cpp @@ -682,6 +682,7 @@ ScalarBuilder::dtype(dbChannel *channel) if(dbr==DBR_ENUM) builder = builder->setId("epics:nt/NTEnum:1.0") ->addNestedStructure("value") + ->setId("enum_t") ->add("index", pvd::pvInt) ->addArray("choices", pvd::pvString) ->endNested();