ir.c
来自「C语言编写的监控中心终端程序。基于GPRS上传收发数据功能」· C语言 代码 · 共 36 行
C
36 行
#include "config.h"
#include "global.h"
#ifdef SUPPORT_IR
#include "memmap.h"
#include "regmap.h"
#include "mon.h"
#include "dsa.h"
#include "util.h"
#include "func.h"
#include "sio.h"
#include "ir.h"
#include "ircmd.h"
#include "ircode.h"
#include "irdef.h"
#include "osd.h"
#include "auctrl.h"
#include "comm.h"
#define IR_REPEAT_CODE
/*
* 1.3 : first time to release with Kernel 1.0
* 1.4 : 4th release to NINTAUS and standard code
*/
#ifdef PASSWORD
const BYTE Password[5] = {
IRC_FORWARD, IRC_BACKWARD, IRC_AB, IRC_PREV, IRC_NEXT
};
#ifdef SUPPORT_DISCMAN
const BYTE CustmVer[13] = { "C16-0115-1.8" }; // for Discman
#else
#if CONFIG == CONFIG_COMBO_SVCD
#ifdef NINTAUS
const BYTE CustmVer[13] = { "N18-1126-3.1" }; // for 718
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?