?? rx_msg.h
字號:
/*
***********************************************************************************************************
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-3 20:46:03
***********************************************************************************************************
*/
#ifndef __RX_MSG_H__
#define __RX_MSG_H__
#ifdef __cplusplus
extern "C" {
#endif
/**** const define ****/
#define RQST_STAT 0xa0
/**** macro handle define ****/
/**** type define ****/
/**** import variable ****/
/**** export variable ****/
/**** import function declare ****/
/**** export function declare ****/
#ifdef __cplusplus
}
#endif
#endif /* head file is over */
/******************* modify histroy list *******************
001. create at: 2002-7-3 20:46:03 by Shangyaohui
****************** modify histroy list end ****************/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -