re-add missing enum_t
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user