Skip to content
Snippets Groups Projects
Commit f088517b authored by Timo Korhonen's avatar Timo Korhonen
Browse files

edits to match styleguide

parent 74f3d586
No related branches found
No related tags found
1 merge request!123Add info tags to create a NTTable with module names and version numbers
......@@ -5,6 +5,7 @@ record(waveform, "$(REQUIRE_IOC):Modules")
field(NELM, "$(MODULE_COUNT)")
field(PINI, "YES")
field(DISP, "1")
info(Q:group, {
"$(REQUIRE_IOC):LoadedModules":{"value.MODS":{+type:"plain",+channel:"VAL"}}
})
......@@ -16,6 +17,7 @@ record (waveform, "$(REQUIRE_IOC):Versions")
field (FTVL, "STRING")
field (NELM, "$(MODULE_COUNT)")
field (PINI, "YES")
info(Q:group, {
"$(REQUIRE_IOC):LoadedModules":{"value.VERS":{+type:"plain",+channel:"VAL"}}
})
......@@ -50,10 +52,13 @@ record(stringin,"$(REQUIRE_IOC):BaseVersion")
# This record contains labels for the created NTTable, named $(REQUIRE_IOC):LoadedModules.
record(aai, "$(REQUIRE_IOC):Labels")
{
field(DESC, "Labels for the NTTable")
field(FTVL, "STRING")
field(NELM, "2")
field(PINI,"YES")
field(INP , {const:["Module", "Version"]})
field(INP, {const:["Module", "Version"]})
field(PINI, "YES")
field(DISP, "1")
info(Q:group, {
"$(REQUIRE_IOC):LoadedModules":{
+id:"epics:nt/NTTable:1.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment