added reverser
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**************************************************************************************************
|
||||
Filename: irda_ac_apply.h
|
||||
/**************************************************************************************
|
||||
Filename: ir_ac_apply.h
|
||||
Revised: Date: 2016-10-12
|
||||
Revision: Revision: 1.0
|
||||
|
||||
@@ -7,7 +7,7 @@ Description: This file provides methods for AC IR applying functionalities
|
||||
|
||||
Revision log:
|
||||
* 2016-10-12: created by strawmanbobi
|
||||
**************************************************************************************************/
|
||||
**************************************************************************************/
|
||||
|
||||
#ifndef _IRDA_APPLY_H_
|
||||
#define _IRDA_APPLY_H_
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**************************************************************************************************
|
||||
Filename: irda_ac_binary_parse.h
|
||||
/**************************************************************************************
|
||||
Filename: ir_ac_binary_parse.h
|
||||
Revised: Date: 2017-01-03
|
||||
Revision: Revision: 1.0
|
||||
|
||||
@@ -7,7 +7,7 @@ Description: This file provides methods for AC binary parse
|
||||
|
||||
Revision log:
|
||||
* 2017-01-03: created by strawmanbobi
|
||||
**************************************************************************************************/
|
||||
**************************************************************************************/
|
||||
|
||||
#ifndef IRDA_DECODER_IR_AC_BINARY_PARSE_H
|
||||
#define IRDA_DECODER_IR_AC_BINARY_PARSE_H
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**************************************************************************************************
|
||||
Filename: irda_utils.c
|
||||
/**************************************************************************************
|
||||
Filename: ir_utils.c
|
||||
Revised: Date: 2016-10-26
|
||||
Revision: Revision: 1.0
|
||||
|
||||
@@ -7,7 +7,7 @@ Description: This file provides generic utils for IR frame build
|
||||
|
||||
Revision log:
|
||||
* 2016-10-01: created by strawmanbobi
|
||||
**************************************************************************************************/
|
||||
**************************************************************************************/
|
||||
|
||||
#ifndef _IRDA_IRFRAME_H_
|
||||
#define _IRDA_IRFRAME_H_
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**************************************************************************************************
|
||||
Filename: irda_ac_control.h
|
||||
/**************************************************************************************
|
||||
Filename: ir_ac_control.h
|
||||
Revised: Date: 2016-12-31
|
||||
Revision: Revision: 1.0
|
||||
|
||||
@@ -7,7 +7,7 @@ Description: This file provides methods for AC IR control
|
||||
|
||||
Revision log:
|
||||
* 2016-10-12: created by strawmanbobi
|
||||
**************************************************************************************************/
|
||||
**************************************************************************************/
|
||||
#ifndef IRDA_DECODER_IR_AC_CONTROL_H
|
||||
#define IRDA_DECODER_IR_AC_CONTROL_H
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**************************************************************************************************
|
||||
Filename: irda_parse_forbidden_info.h
|
||||
/**************************************************************************************
|
||||
Filename: ir_parse_forbidden_info.h
|
||||
Revised: Date: 2016-10-05
|
||||
Revision: Revision: 1.0
|
||||
|
||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for forbidden area of AC code
|
||||
|
||||
Revision log:
|
||||
* 2016-10-05: created by strawmanbobi
|
||||
**************************************************************************************************/
|
||||
**************************************************************************************/
|
||||
|
||||
#ifndef _IRDA_PARSE_PARSE_H_
|
||||
#define _IRDA_PARSE_PARSE_H_
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**************************************************************************************************
|
||||
Filename: irda_parse_frame_parameter.h
|
||||
/**************************************************************************************
|
||||
Filename: ir_parse_frame_parameter.h
|
||||
Revised: Date: 2016-10-11
|
||||
Revision: Revision: 1.0
|
||||
|
||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for IR decode for AC frame paramet
|
||||
|
||||
Revision log:
|
||||
* 2016-10-11: created by strawmanbobi
|
||||
**************************************************************************************************/
|
||||
**************************************************************************************/
|
||||
|
||||
#ifndef _IRDA_PARSE_FRAME_PARAMETER_H_
|
||||
#define _IRDA_PARSE_FRAME_PARAMETER_H_
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**************************************************************************************************
|
||||
Filename: irda_parse_ac_parameter.h
|
||||
/**************************************************************************************
|
||||
Filename: ir_parse_ac_parameter.h
|
||||
Revised: Date: 2016-10-12
|
||||
Revision: Revision: 1.0
|
||||
|
||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for IR decode for AC functionality
|
||||
|
||||
Revision log:
|
||||
* 2016-10-12: created by strawmanbobi
|
||||
**************************************************************************************************/
|
||||
**************************************************************************************/
|
||||
|
||||
#ifndef _IRDA_PARSE_AC_PARAMETER_H_
|
||||
#define _IRDA_PARSE_AC_PARAMETER_H_
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**************************************************************************************************
|
||||
Filename: irda_decode.h
|
||||
/**************************************************************************************
|
||||
Filename: ir_decode.h
|
||||
Revised: Date: 2016-10-01
|
||||
Revision: Revision: 1.0
|
||||
|
||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for IR decode
|
||||
|
||||
Revision log:
|
||||
* 2016-10-01: created by strawmanbobi
|
||||
**************************************************************************************************/
|
||||
**************************************************************************************/
|
||||
|
||||
#ifndef _IRDA_DECODE_H_
|
||||
#define _IRDA_DECODE_H_
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**************************************************************************************************
|
||||
Filename: irda_defs.h
|
||||
/**************************************************************************************
|
||||
Filename: ir_defs.h
|
||||
Revised: Date: 2016-10-26
|
||||
Revision: Revision: 1.0
|
||||
|
||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for IR decode
|
||||
|
||||
Revision log:
|
||||
* 2016-10-01: created by strawmanbobi
|
||||
**************************************************************************************************/
|
||||
**************************************************************************************/
|
||||
|
||||
#ifndef PARSE_IR_DEFS_H
|
||||
#define PARSE_IR_DEFS_H
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**************************************************************************************************
|
||||
Filename: irda_lib.h
|
||||
/**************************************************************************************
|
||||
Filename: ir_lib.h
|
||||
Revised: Date: 2016-02-23
|
||||
Revision: Revision: 1.0
|
||||
|
||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for IR decode (compressed command
|
||||
|
||||
Revision log:
|
||||
* 2016-10-21: created by strawmanbobi
|
||||
**************************************************************************************************/
|
||||
**************************************************************************************/
|
||||
|
||||
#ifndef _IRDA_LIB_H_
|
||||
#define _IRDA_LIB_H_
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**************************************************************************************************
|
||||
Filename: irda_utils.c
|
||||
/**************************************************************************************
|
||||
Filename: ir_utils.c
|
||||
Revised: Date: 2016-10-26
|
||||
Revision: Revision: 1.0
|
||||
|
||||
@@ -7,7 +7,7 @@ Description: This file provides generic utils for IRDA algorithms
|
||||
|
||||
Revision log:
|
||||
* 2016-10-01: created by strawmanbobi
|
||||
**************************************************************************************************/
|
||||
**************************************************************************************/
|
||||
|
||||
#ifndef _IRDA_UTILS_H_
|
||||
#define _IRDA_UTILS_H_
|
||||
|
||||
Reference in New Issue
Block a user