re-add missing enum_t

This commit is contained in:
Michael Davidsaver
2019-08-13 20:07:26 -07:00
parent d7314eaef4
commit c3b6fc08b8

View File

@ -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();