?? fakefrontpanel.c
字號:
/***************************************** Copyright ? 2001-2003 Sigma Designs, Inc. All Rights Reserved Proprietary and Confidential *****************************************//** @file fakefrontpanel.c @brief file to link with if front panel is not supported (boards differents from em8610 in standalone @date 2004-01-06*/#define ALLOW_OS_CODE 1#include "fip.h"#include "frontpanel.h"RMint32 fipInit(RMint32 block_mode, const RMnonAscii *devname){ return 0;}RMstatus fipRelease(RMint32 *fno){ return RM_ERROR;}RMstatus fipShowSymbol(RMint32 fno, RMint32 symbol, RMbool on){ return RM_ERROR;}RMstatus fipShowHMS(RMint32 fno, RMint32 hour, RMint32 minute, RMint32 second){ return RM_ERROR;}RMstatus fipWriteText(RMint32 fno, const RMascii *text){ return RM_ERROR;}RMstatus fipShowText(RMint32 pos, RMint32 flags, const RMascii *text){ return RM_ERROR;}RMstatus fipShowRaw(RMint32 fno, RMint32 byte, RMint32 bit, RMint32 on){ return RM_ERROR;}RMstatus fipShowChar(RMint32 fno, RMint32 pos, const RMascii ch){ return RM_ERROR;}RMstatus fipClear(RMint32 fno){ return RM_ERROR;}RMuint32 fipGetKey(RMint32 fno){ return(0);}RMremoteKey convertFipKeyToRemoteKey(RMuint32 key){ return RM_HW_TIMEOUT;}RMremoteKey GetFrontPanelKey(RMuint32 fno){ return RM_HW_TIMEOUT;}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -