update docs

This commit is contained in:
Michael Davidsaver
2018-03-06 01:02:08 -05:00
parent a22399fdf4
commit 272b4fb9cb
4 changed files with 78 additions and 9 deletions

View File

@ -86,15 +86,15 @@ A full list of `info(Q:group` options.
record(...) {
info(Q:group, {
"<group_name>":{
+id:"some/NT:1.0", // top level ID
+meta:"FLD", // map top level alarm/timeStamp
+atomic:true, // whether monitors default to multi-locking atomicity
+id:"some/NT:1.0", # top level ID
+meta:"FLD", # map top level alarm/timeStamp
+atomic:true, # whether monitors default to multi-locking atomicity
"<field.name>":{
+type:"scalar", // controls how map VAL mapped onto <field.name>
+type:"scalar", # controls how map VAL mapped onto <field.name>
+channel:"VAL",
+id:"some/NT:1.0",
+trigger:"*", // "*" or comma seperated list of <field.name>s
+putorder:0, // set for fields where put is allowed, processing done in increasing order
+trigger:"*", # "*" or comma seperated list of <field.name>s
+putorder:0, # set for fields where put is allowed, processing done in increasing order
}
}
})