lb_bdy1.x

来自「中国石油二期加油站IC系统后台通讯软件」· X 代码 · 共 50 行

X
50
字号
/*
***********************************************************************************************************
                                                      Amos
                                          The Real_Time Operation System
                                                   Multi Task
                                 (c) Copyright 1998-2002, ShangYaoHui, Shenzhen
                                              All Right Reserved
                                                  VERSION 6.01

" By  : 商耀挥(ShangYaoHui)
 create time: 2002-7-6 18:56:48  
***********************************************************************************************************
*/

#ifndef __LB_BDY1_X_H__
#define __LB_BDY1_X_H__

#ifdef __cplusplus
extern "C" {
#endif

/**** const define ****/

/**** macro handle define ****/

/**** type define ****/

/**** import variable ****/

/**** export variable ****/

/**** import function declare ****/

/**** export function declare ****/
S16 lbRecvProc (U8 gunId);
S16 lbXmitProc (U8 gunId);

#ifdef __cplusplus
}
#endif

#endif /* head file is over */

/******************* modify histroy list *******************
001. create at: 2002-7-6 18:56:48 by Shangyaohui

****************** modify histroy list end ****************/


⌨️ 快捷键说明

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