ioc: fill in display.precision

This commit is contained in:
Michael Davidsaver
2023-08-22 15:09:42 +02:00
parent 09a3f018a2
commit b0c7c8fcd0
4 changed files with 14 additions and 1 deletions
+4
View File
@@ -557,6 +557,7 @@ void testIQ()
"I.display.limitHigh double = 0\n"
"I.display.description string = \"\"\n"
"I.display.units string = \"\"\n"
"I.display.precision int32_t = 0\n"
"I.display.form.index int32_t = 6\n"
"I.display.form.choices string[] = {7}[\"Default\", \"String\", \"Binary\", \"Decimal\", \"Hex\", ...]\n"
"I.control.limitLow double = 0\n"
@@ -571,6 +572,7 @@ void testIQ()
"Q.display.limitHigh double = 0\n"
"Q.display.description string = \"\"\n"
"Q.display.units string = \"\"\n"
"Q.display.precision int32_t = 0\n"
"Q.display.form.index int32_t = 6\n"
"Q.display.form.choices string[] = {7}[\"Default\", \"String\", \"Binary\", \"Decimal\", \"Hex\", ...]\n"
"Q.control.limitLow double = 0\n"
@@ -595,6 +597,7 @@ void testIQ()
"I.display.limitHigh double = 0\n"
"I.display.description string = \"\"\n"
"I.display.units string = \"\"\n"
"I.display.precision int32_t = 0\n"
"I.display.form.index int32_t = 6\n"
"I.display.form.choices string[] = {7}[\"Default\", \"String\", \"Binary\", \"Decimal\", \"Hex\", ...]\n"
"I.control.limitLow double = 0\n"
@@ -609,6 +612,7 @@ void testIQ()
"Q.display.limitHigh double = 0\n"
"Q.display.description string = \"\"\n"
"Q.display.units string = \"\"\n"
"Q.display.precision int32_t = 0\n"
"Q.display.form.index int32_t = 6\n"
"Q.display.form.choices string[] = {7}[\"Default\", \"String\", \"Binary\", \"Decimal\", \"Hex\", ...]\n"
"Q.control.limitLow double = 0\n"