rckeymap.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:2k
- /*
- * COPYRIGHT (C) STMicroelectronics Pte Ltd 2004.
- *
- * Source file name : rckeymap.h
- * Description : Remote control keys map / definition
- * Author : TM CHUA
- *
- * =======================
- * IMPROVEMENTS THOUGHT OF
- * =======================
- *
- * =====================
- * MODIFICATION HISTORY:
- * =====================
- *
- * Date Initials Modification
- * ---- -------- ------------
- * 18.02.04 TM CHUA Created
- */
- #ifndef __RCKEYMAP_H
- #define __RCKEYMAP_H
- /* Includes -------------------------------------------------------------------*/
- #include "stddefs.h"
- /* ----------------------------------------------------------------------------*/
- /* C++ compatibility ----------------------------------------------------------*/
- /* ----------------------------------------------------------------------------*/
- #ifdef __cplusplus
- extern "C" {
- #endif /* __cplusplus */
- /* -------------------------------------------- */
- /* All valid RC keys for navigation are defined here*/
- typedef enum
- {
- rc_KeyNum0,
- rc_KeyNum1,
- rc_KeyNum2,
- rc_KeyNum3,
- rc_KeyNum4,
- rc_KeyNum5,
- rc_KeyNum6,
- rc_KeyNum7,
- rc_KeyNum8,
- rc_KeyNum9,
- rc_KeyPower,
- rc_KeyMute,
- rc_KeyTrack,
- rc_KeyVolPlus,
- rc_KeyVolMinus,
- rc_KeyReturn,
- rc_KeyScreen,
- rc_KeySwitch,
- rc_KeyPageUp,
- rc_KeyPageDown,
- rc_KeyGuide,
- rc_KeyUp,
- rc_KeyDown,
- rc_KeyLeft,
- rc_KeyRight,
- rc_KeyOK,
- rc_KeyMenu,
- rc_KeyExit,
- rc_KeyRed,
- rc_KeyGreen,
- rc_KeyYellow,
- rc_KeyBlue,
- rc_KeyFav,
- rc_KeyLan,
- rc_KeyColleciton,
- rc_KeySet,
- rc_KeyVideo,
- rc_KeyAudio,
- rc_KeyNVOD,
- rc_KeyInfor,
- rc_KeyMail,
- rc_KeyGame,
- rc_KeyStock,
- rc_KeyOrder,
- rc_KeyF1,
- rc_KeyF2,
- rc_KeyF3,
- rc_KeyF4,
- rc_KeyInvalid
- }rc_navKeyStroke_t;
- /* C++ compatibility ----------------------------------------------------------*/
- #ifdef __cplusplus
- }
- #endif /* __cplusplus */
- #endif /*__RCKEYMAP_H*/
- /* End of file */