added sysprog entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:17:34 -07:00
parent 600a8e1f61
commit 3a6a2b6b5b
1028 changed files with 171660 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"header": {
"version": 1,
"type": "record",
"approw-key": "LAYOUT_CFG_HASHTABLE"
},
"body": {
"record1": {
"<1>": "Select hashtable implementation",
"<2>": {
"<2,1>": "Set field 1 to RTI_HASHTABLE1 to use the RTP65 based hashtable, RTI_HASHTABLE2 to use the .NET hashtable, or RTI_HASHTABLE3 to use the latest COM based scripting implementation.",
"<2,2>": "Optionally set field 2 to 1 to cache this selection",
"<2,3>": "",
"<2,4>": "Note: If selection is cached, and you wish to change field 1, you must exit OI and restart to clear the cached value"
},
"<3>": "Selected Hashtable Implementation{OPTIONS Original/RTI_HASHTABLE1|.NET/RTI_HASHTABLE2|COM Scripting/RTI_HASHTABLE3}{DEFAULT RTI_HASHTABLE3}",
"<4>": "Cache this selection?{OPTIONS No/0|Yes/1}{DEFAULT 0}"
}
}
}