📄 lin_msgidsa.c
字号:
#ifdef LIN_MSG_35
LIN_Buf_35,
#endif
#ifdef LIN_MSG_36
LIN_Buf_36,
#endif
#ifdef LIN_MSG_37
LIN_Buf_37,
#endif
#ifdef LIN_MSG_38
LIN_Buf_38,
#endif
#ifdef LIN_MSG_39
LIN_Buf_39,
#endif
#ifdef LIN_MSG_3A
LIN_Buf_3A,
#endif
#ifdef LIN_MSG_3B
LIN_Buf_3B,
#endif
#ifdef LIN_MSG_3C
LIN_Buf_3C,
#endif
#ifdef LIN_MSG_3D
LIN_Buf_3D,
#endif
#ifdef LIN_MSG_3E
LIN_Buf_3E,
#endif
#ifdef LIN_MSG_3F
LIN_Buf_3F,
#endif
};
/* Size of configured messages tables */
#define LIN_LIST_SIZE ( sizeof( LIN_MsgBuf ) / sizeof( LIN_MsgBuf[0] ) )
const L_U8 LIN_ListSize = LIN_LIST_SIZE;
/* Configured messages Status List */
L_U8 LIN_MsgStatus[LIN_LIST_SIZE];
/****** LIN Message Index LookupTable *****/
/* for Master [62]? -- OPTIMIZE */
const L_U8 LIN_Msg_Index [64] =
{
#if defined( LIN_MSG_0 )
LIN_MSG_0
#else /* defined( LIN_MSG_0 ) */
LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_0 ) */
#if defined( LIN_MSG_1 )
,LIN_MSG_1
#if defined( LIN_MSG_0 )
+1
#endif
#else /* defined( LIN_MSG_1 ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_1 ) */
#if defined( LIN_MSG_2 )
,LIN_MSG_2
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#else /* defined( LIN_MSG_2 ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_2 ) */
#if defined( LIN_MSG_3 )
,LIN_MSG_3
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#if defined( LIN_MSG_2 )
+1
#endif
#else /* defined( LIN_MSG_3 ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_3 ) */
#if defined( LIN_MSG_4 )
,LIN_MSG_4
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#if defined( LIN_MSG_2 )
+1
#endif
#if defined( LIN_MSG_3 )
+1
#endif
#else /* defined( LIN_MSG_4 ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_4 ) */
#if defined( LIN_MSG_5 )
,LIN_MSG_5
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#if defined( LIN_MSG_2 )
+1
#endif
#if defined( LIN_MSG_3 )
+1
#endif
#if defined( LIN_MSG_4 )
+1
#endif
#else /* defined( LIN_MSG_5 ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_5 ) */
#if defined( LIN_MSG_6 )
,LIN_MSG_6
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#if defined( LIN_MSG_2 )
+1
#endif
#if defined( LIN_MSG_3 )
+1
#endif
#if defined( LIN_MSG_4 )
+1
#endif
#if defined( LIN_MSG_5 )
+1
#endif
#else /* defined( LIN_MSG_6 ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_6 ) */
#if defined( LIN_MSG_7 )
,LIN_MSG_7
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#if defined( LIN_MSG_2 )
+1
#endif
#if defined( LIN_MSG_3 )
+1
#endif
#if defined( LIN_MSG_4 )
+1
#endif
#if defined( LIN_MSG_5 )
+1
#endif
#if defined( LIN_MSG_6 )
+1
#endif
#else /* defined( LIN_MSG_7 ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_7 ) */
#if defined( LIN_MSG_8 )
,LIN_MSG_8
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#if defined( LIN_MSG_2 )
+1
#endif
#if defined( LIN_MSG_3 )
+1
#endif
#if defined( LIN_MSG_4 )
+1
#endif
#if defined( LIN_MSG_5 )
+1
#endif
#if defined( LIN_MSG_6 )
+1
#endif
#if defined( LIN_MSG_7 )
+1
#endif
#else /* defined( LIN_MSG_8 ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_8 ) */
#if defined( LIN_MSG_9 )
,LIN_MSG_9
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#if defined( LIN_MSG_2 )
+1
#endif
#if defined( LIN_MSG_3 )
+1
#endif
#if defined( LIN_MSG_4 )
+1
#endif
#if defined( LIN_MSG_5 )
+1
#endif
#if defined( LIN_MSG_6 )
+1
#endif
#if defined( LIN_MSG_7 )
+1
#endif
#if defined( LIN_MSG_8 )
+1
#endif
#else /* defined( LIN_MSG_9 ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_9 ) */
#if defined( LIN_MSG_A )
,LIN_MSG_A
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#if defined( LIN_MSG_2 )
+1
#endif
#if defined( LIN_MSG_3 )
+1
#endif
#if defined( LIN_MSG_4 )
+1
#endif
#if defined( LIN_MSG_5 )
+1
#endif
#if defined( LIN_MSG_6 )
+1
#endif
#if defined( LIN_MSG_7 )
+1
#endif
#if defined( LIN_MSG_8 )
+1
#endif
#if defined( LIN_MSG_9 )
+1
#endif
#else /* defined( LIN_MSG_A ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_A ) */
#if defined( LIN_MSG_B )
,LIN_MSG_B
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#if defined( LIN_MSG_2 )
+1
#endif
#if defined( LIN_MSG_3 )
+1
#endif
#if defined( LIN_MSG_4 )
+1
#endif
#if defined( LIN_MSG_5 )
+1
#endif
#if defined( LIN_MSG_6 )
+1
#endif
#if defined( LIN_MSG_7 )
+1
#endif
#if defined( LIN_MSG_8 )
+1
#endif
#if defined( LIN_MSG_9 )
+1
#endif
#if defined( LIN_MSG_A )
+1
#endif
#else /* defined( LIN_MSG_B ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_B ) */
#if defined( LIN_MSG_C )
,LIN_MSG_C
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#if defined( LIN_MSG_2 )
+1
#endif
#if defined( LIN_MSG_3 )
+1
#endif
#if defined( LIN_MSG_4 )
+1
#endif
#if defined( LIN_MSG_5 )
+1
#endif
#if defined( LIN_MSG_6 )
+1
#endif
#if defined( LIN_MSG_7 )
+1
#endif
#if defined( LIN_MSG_8 )
+1
#endif
#if defined( LIN_MSG_9 )
+1
#endif
#if defined( LIN_MSG_A )
+1
#endif
#if defined( LIN_MSG_B )
+1
#endif
#else /* defined( LIN_MSG_C ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_C ) */
#if defined( LIN_MSG_D )
,LIN_MSG_D
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#if defined( LIN_MSG_2 )
+1
#endif
#if defined( LIN_MSG_3 )
+1
#endif
#if defined( LIN_MSG_4 )
+1
#endif
#if defined( LIN_MSG_5 )
+1
#endif
#if defined( LIN_MSG_6 )
+1
#endif
#if defined( LIN_MSG_7 )
+1
#endif
#if defined( LIN_MSG_8 )
+1
#endif
#if defined( LIN_MSG_9 )
+1
#endif
#if defined( LIN_MSG_A )
+1
#endif
#if defined( LIN_MSG_B )
+1
#endif
#if defined( LIN_MSG_C )
+1
#endif
#else /* defined( LIN_MSG_D ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_D ) */
#if defined( LIN_MSG_E )
,LIN_MSG_E
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#if defined( LIN_MSG_2 )
+1
#endif
#if defined( LIN_MSG_3 )
+1
#endif
#if defined( LIN_MSG_4 )
+1
#endif
#if defined( LIN_MSG_5 )
+1
#endif
#if defined( LIN_MSG_6 )
+1
#endif
#if defined( LIN_MSG_7 )
+1
#endif
#if defined( LIN_MSG_8 )
+1
#endif
#if defined( LIN_MSG_9 )
+1
#endif
#if defined( LIN_MSG_A )
+1
#endif
#if defined( LIN_MSG_B )
+1
#endif
#if defined( LIN_MSG_C )
+1
#endif
#if defined( LIN_MSG_D )
+1
#endif
#else /* defined( LIN_MSG_E ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_E ) */
#if defined( LIN_MSG_F )
,LIN_MSG_F
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#if defined( LIN_MSG_2 )
+1
#endif
#if defined( LIN_MSG_3 )
+1
#endif
#if defined( LIN_MSG_4 )
+1
#endif
#if defined( LIN_MSG_5 )
+1
#endif
#if defined( LIN_MSG_6 )
+1
#endif
#if defined( LIN_MSG_7 )
+1
#endif
#if defined( LIN_MSG_8 )
+1
#endif
#if defined( LIN_MSG_9 )
+1
#endif
#if defined( LIN_MSG_A )
+1
#endif
#if defined( LIN_MSG_B )
+1
#endif
#if defined( LIN_MSG_C )
+1
#endif
#if defined( LIN_MSG_D )
+1
#endif
#if defined( LIN_MSG_E )
+1
#endif
#else /* defined( LIN_MSG_F ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_F ) */
#if defined( LIN_MSG_10 )
,LIN_MSG_10
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#if defined( LIN_MSG_2 )
+1
#endif
#if defined( LIN_MSG_3 )
+1
#endif
#if defined( LIN_MSG_4 )
+1
#endif
#if defined( LIN_MSG_5 )
+1
#endif
#if defined( LIN_MSG_6 )
+1
#endif
#if defined( LIN_MSG_7 )
+1
#endif
#if defined( LIN_MSG_8 )
+1
#endif
#if defined( LIN_MSG_9 )
+1
#endif
#if defined( LIN_MSG_A )
+1
#endif
#if defined( LIN_MSG_B )
+1
#endif
#if defined( LIN_MSG_C )
+1
#endif
#if defined( LIN_MSG_D )
+1
#endif
#if defined( LIN_MSG_E )
+1
#endif
#if defined( LIN_MSG_F )
+1
#endif
#else /* defined( LIN_MSG_10 ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_10 ) */
#if defined( LIN_MSG_11 )
,LIN_MSG_11
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#if defined( LIN_MSG_2 )
+1
#endif
#if defined( LIN_MSG_3 )
+1
#endif
#if defined( LIN_MSG_4 )
+1
#endif
#if defined( LIN_MSG_5 )
+1
#endif
#if defined( LIN_MSG_6 )
+1
#endif
#if defined( LIN_MSG_7 )
+1
#endif
#if defined( LIN_MSG_8 )
+1
#endif
#if defined( LIN_MSG_9 )
+1
#endif
#if defined( LIN_MSG_A )
+1
#endif
#if defined( LIN_MSG_B )
+1
#endif
#if defined( LIN_MSG_C )
+1
#endif
#if defined( LIN_MSG_D )
+1
#endif
#if defined( LIN_MSG_E )
+1
#endif
#if defined( LIN_MSG_F )
+1
#endif
#if defined( LIN_MSG_10 )
+1
#endif
#else /* defined( LIN_MSG_11 ) */
,LIN_MSG_IGNORE
#endif /* defined( LIN_MSG_11 ) */
#if defined( LIN_MSG_12 )
,LIN_MSG_12
#if defined( LIN_MSG_0 )
+1
#endif
#if defined( LIN_MSG_1 )
+1
#endif
#if defined( LIN_MSG_2 )
+1
#endif
#if defined( LIN_MSG_3 )
+1
#endif
#if defined( LIN_MSG_4 )
+1
#endif
#if defined( LIN_MSG_5 )
+1
#endif
#if defined( LIN_MSG_6 )
+1
#endif
#if defined( LIN_MSG_7 )
+1
#endif
#if defined( LIN_MSG_8 )
+1
#endif
#if defined( LIN_MSG_9 )
+1
#endif
#if defined( LIN_MSG_A )
+1
#endif
#if defined( LIN_MSG_B )
+1
#endif
#if defined( LIN_MSG_C )
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -