⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fakefrontpanel.c

📁 sigmadesign smp8623 gui source code ,bingo
💻 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;}

⌨️ 快捷键说明

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