From c3b6fc08b834202f790e4d85be3652fbbfb24d59 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 437c617..9eb0399 100644 --- a/pdbApp/pvif.cpp +++ b/pdbApp/pvif.cpp @@ -783,6 +783,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();