code_debug.txt

来自「CANopen源代码」· 文本 代码 · 共 29 行

TXT
29
字号
# Debug and warning codes-------------------------Errors are managed by the macro MSG_ERR(nbr, string, value)Warnings and Informations  are managed by the macroMSG_WAR(nbr, string, value)The format of nbr++++++++++++++++++++16 bits, writen in hexadecimal: 0xtfxxt   : 1    -> Error      2    -> Warning      3    -> Informationf   : 0    -> In file sync.c      1    ->         lifegrd.c      2    ->         objacces.c      3    ->         timer.c      4    ->         nmtSlave.c      5    ->         nmtMaster.c      6    ->         canOpenDriver.c, interrupt.c, variahw.c (errors nb 20 .. 30)      7    ->         initObjdict.c      8    ->         Maps_module_utilis

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?