Replace display.format with .form and .precision
Remove instance accessors w/o replacement as a prelude to deprecation.
This commit is contained in:
@@ -65,7 +65,8 @@ StandardField::StandardField()
|
||||
->add("limitLow", pvDouble)
|
||||
->add("limitHigh", pvDouble)
|
||||
->add("description", pvString)
|
||||
->add("format", pvString)
|
||||
->add("precision", pvInt)
|
||||
->add("form", enumerated())
|
||||
->add("units", pvString)
|
||||
->createStructure())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user