nec_ir.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:2k
源码类别:

DVD

开发平台:

Others

  1. /* **************************************************************************************
  2.  *  Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
  3.  *  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
  4.  *
  5.  *  File: $Workfile: nec_ir.h $             
  6.  *
  7.  * Description:
  8.  * ============
  9.  * nec IR API
  10.  * 
  11.  * Log:
  12.  * ====
  13.  * $Revision: 4 $
  14.  * Last Modified by $Author: Nirm $ at $Modtime: 23/04/02 9:06 $ 
  15.  ****************************************************************************************
  16.  * Updates:
  17.  ****************************************************************************************
  18.  * $Log: /I49/H49V/Remote/nec_ir/nec_ir.h $
  19.  * 
  20.  * 4     23/04/02 9:37 Nirm
  21.  * - Added dependency in "Config.h".
  22.  * 
  23.  * 3     9/01/02 16:58 Nirm
  24.  * Corrected Include-Paths.
  25.  * 
  26.  * 2     25/12/01 12:43 Atai
  27.  * Code cleaning
  28.  **************************************************************************************** */
  29. #include "Config.h" // Global Configuration - do not remove!
  30. #define IRKC_DISPLAY 0x01
  31. #define IRKC_CLEAR 0x03
  32. #define IRKC_AUDIO 0x09
  33. #define IRKC_ANGLE 0x0B
  34. #define IRKC_TITLE 0x11
  35. #define IRKC_6 0x13
  36. #define IRKC_9 0x23
  37. #define IRKC_KARAOKE 0x29
  38. #define IRKC_LR 0x60
  39. #define IRKC_MENU 0x31
  40. #define IRKC_3 0x33
  41. #define IRKC_EJECT 0x39
  42. #define IRKC_POWER 0x3B
  43. #define IRKC_SLOWF 0x41
  44. #define IRKC_1 0x49
  45. #define IRKC_DOWN 0x4B
  46. #define IRKC_7 0x51
  47. #define IRKC_UP 0x53
  48. #define IRKC_3D 0x59
  49. #define IRKC_STOP 0x5B
  50. #define IRKC_SEARCH 0x61
  51. #define IRKC_SUBTITLE 0x69
  52. #define IRKC_SETUP 0x6B
  53. #define IRKC_4 0x71
  54. #define IRKC_ENTER 0x73
  55. #define IRKC_SLOWB 0x7B
  56. #define IRKC_FASTR 0x12
  57. #define IRKC_RIGHT 0x83
  58. #define IRKC_MARKAB 0x89
  59. #define IRKC_RETURN 0x8B
  60. #define IRKC_MODE 0x91
  61. #define IRKC_LEFT 0x99
  62. #define IRKC_FASTF 0x22
  63. #define IRKC_SKIPF 0xA3
  64. #define IRKC_SKIPB 0xA9
  65. #define IRKC_PLAY 0xB3
  66. #define IRKC_ZOOM 0xB9
  67. #define IRKC_PAUSE 0xC1
  68. #define IRKC_2 0xC9
  69. #define IRKC_8 0xD1
  70. #define IRKC_MUTE 0xD9
  71. #define IRKC_0 0xE1
  72. #define IRKC_GAME 0xE9
  73. #define IRKC_5 0xF1