/****************************************************************************** *_Copyright (c) 2009 Digital Stream Technology Inc. All Rights Reserved. * * Module: dstdduirt.h * * Description * * @author * @version $Revision: 1.1 $ * ******************************************************************************/ #ifndef __DSTDDUIRT_H__ #define __DSTDDUIRT_H__ #define IR_THREAD_PRIORITY 150 #define IR_THREAD_STACKSIZE 4096 #define IR_REPEAT_TIMEOUT 20 /* 200 MSEC */ #if defined __cplusplus extern "C" { #endif DHL_RESULT DD_IR_Init(DHL_IR_FORMAT IrFormat); DHL_RESULT DD_IR_Close(void); DHL_RESULT DD_IR_SetFormat(DHL_IR_FORMAT IrFormat); DHL_RESULT DD_IR_SetCustomCode(DS_U16 CustomCode); void DD_IR_SetScanTime(DS_U16 ScanTime); DHL_RESULT DD_KeyPad_Init(void); DHL_RESULT DD_KeyPad_Close(void); void DD_KeyPad_SetScanTime(DS_U16 ScanTime); #if defined __cplusplus } #endif #endif /* __DSTDDUIRT_H__ */