fixed typo issue for decoder
This commit is contained in:
@@ -368,11 +368,11 @@ struct ir_bin_buffer
|
|||||||
|
|
||||||
typedef struct REMOTE_AC_STATUS
|
typedef struct REMOTE_AC_STATUS
|
||||||
{
|
{
|
||||||
UINT8 acPower;
|
ac_power acPower;
|
||||||
UINT8 acTemp;
|
ac_temperature acTemp;
|
||||||
UINT8 acMode;
|
ac_mode acMode;
|
||||||
UINT8 acWindDir;
|
ac_swing acWindDir;
|
||||||
UINT8 acWindSpeed;
|
ac_wind_speed acWindSpeed;
|
||||||
UINT8 acDisplay;
|
UINT8 acDisplay;
|
||||||
UINT8 acSleep;
|
UINT8 acSleep;
|
||||||
UINT8 acTimer;
|
UINT8 acTimer;
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ extern INT8 ir_ac_lib_close();
|
|||||||
*
|
*
|
||||||
* return: IR_DECODE_SUCCEEDED / IR_DECODE_FAILED
|
* return: IR_DECODE_SUCCEEDED / IR_DECODE_FAILED
|
||||||
*/
|
*/
|
||||||
INT8 ir_tv_file_open(const char *file_name);
|
extern INT8 ir_tv_file_open(const char *file_name);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* function ir_tv_lib_open
|
* function ir_tv_lib_open
|
||||||
@@ -99,7 +99,7 @@ INT8 ir_tv_file_open(const char *file_name);
|
|||||||
*
|
*
|
||||||
* return: IR_DECODE_SUCCEEDED / IR_DECODE_FAILED
|
* return: IR_DECODE_SUCCEEDED / IR_DECODE_FAILED
|
||||||
*/
|
*/
|
||||||
INT8 ir_tv_lib_open(UINT8 *binary, UINT16 binary_length);
|
extern INT8 ir_tv_lib_open(UINT8 *binary, UINT16 binary_length);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* function ir_tv_lib_parse
|
* function ir_tv_lib_parse
|
||||||
|
|||||||
@@ -204,6 +204,8 @@ extern BOOL tv_lib_parse(UINT8 encode_type);
|
|||||||
|
|
||||||
extern UINT16 tv_lib_control(UINT8 key, UINT16 *user_data);
|
extern UINT16 tv_lib_control(UINT8 key, UINT16 *user_data);
|
||||||
|
|
||||||
|
extern UINT8 tv_lib_close();
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user