blob: 0dd21e3a10c995fe857048b8d6e594a7bbe3ee9a [file] [log] [blame]
Adriana Kobylakf855c3e2016-09-29 20:48:08 -05001---
2SW:
Andrew Geisslerc830e0f2016-10-18 12:51:29 -05003 FILE_NOT_FOUND:
Adriana Kobylakf855c3e2016-09-29 20:48:08 -05004 msg: "A required file was not found"
5 level: INFO
Andrew Geisslerc830e0f2016-10-18 12:51:29 -05006 meta:
7 - str: "ERRNUM=0x%.4X"
8 type: int
9 - str: FILE_PATH=%s
10 type: const char*
11 - str: FILE_NAME=%s
12 type: const char*
13 GETSCOM:
Adriana Kobylakf855c3e2016-09-29 20:48:08 -050014 msg: "Getscom call failed"
15 level: ERR
Andrew Geisslerc830e0f2016-10-18 12:51:29 -050016 meta:
17 - str: DEV_ADDR=0x%.8X
18 type: int
19 - str: DEV_ID=%u
20 type: int
21 - str: DEV_NAME=%s
22 type: const char*