re-add missing enum_t

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

View File

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