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,15 @@
{
"header": {
"version": 1,
"type": "record",
"approw-key": "LAYOUT_CFG_RTI_LOGIT"
},
"body": {
"record1": {
"<1>": "Configure RTI_LOGIT Logging Utility",
"<2>": "You can define where you wish the debugging output to go when the RTI_LOGIT routine is called. Specify the path, and leave the file name blank, to generate output to the specified folder with unique file names. Alternatively, specify both the full path and the file name parameters to write to the specified file in the desired location. If neither path nor file name are specified, the output will be placed in the \"logs\" subfolder under the OI folder.",
"<3>": "Full path for logging output",
"<4>": "Filename to write logging output"
}
}
}