📄 comapp.h
字号:
/************************************************
*
* $Copyright 2001 Joseph J. Lemieux ALL RIGHTS RESERVED. $
*
* $Filename: C:\OSEKBook\src\CH12\inc\comapp.h $
*
* Description: Special file used for definition
* of application structures to the COM
* component
*
************************************************/
#ifndef COMAPPH
#define COMAPPH
#include "dispdrv.h"
#include "carddeck.h"
/*
* Define the type that is used for the node status message
*/
typedef struct NodeStatusTypetag{
UINT8 role;
AppModeType mode;
}NodeStatusType;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -