added reverser
This commit is contained in:
@@ -51,5 +51,5 @@ set(SOURCE_FILES_SHARED_LIB
|
|||||||
src/ir_decode.c
|
src/ir_decode.c
|
||||||
include/ir_decode.h)
|
include/ir_decode.h)
|
||||||
|
|
||||||
# add_executable(irda_decoder ${SOURCE_FILES_EXECUTABLE})
|
add_executable(irda_decoder ${SOURCE_FILES_EXECUTABLE})
|
||||||
add_library(irda_decoder SHARED ${SOURCE_FILES_SHARED_LIB})
|
# add_library(irda_decoder SHARED ${SOURCE_FILES_SHARED_LIB})
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/**************************************************************************************************
|
/**************************************************************************************
|
||||||
Filename: irda_ac_apply.h
|
Filename: ir_ac_apply.h
|
||||||
Revised: Date: 2016-10-12
|
Revised: Date: 2016-10-12
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides methods for AC IR applying functionalities
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-12: created by strawmanbobi
|
* 2016-10-12: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#ifndef _IRDA_APPLY_H_
|
#ifndef _IRDA_APPLY_H_
|
||||||
#define _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
|
Revised: Date: 2017-01-03
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides methods for AC binary parse
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2017-01-03: created by strawmanbobi
|
* 2017-01-03: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#ifndef IRDA_DECODER_IR_AC_BINARY_PARSE_H
|
#ifndef IRDA_DECODER_IR_AC_BINARY_PARSE_H
|
||||||
#define 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
|
Revised: Date: 2016-10-26
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides generic utils for IR frame build
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-01: created by strawmanbobi
|
* 2016-10-01: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#ifndef _IRDA_IRFRAME_H_
|
#ifndef _IRDA_IRFRAME_H_
|
||||||
#define _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
|
Revised: Date: 2016-12-31
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides methods for AC IR control
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-12: created by strawmanbobi
|
* 2016-10-12: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
#ifndef IRDA_DECODER_IR_AC_CONTROL_H
|
#ifndef IRDA_DECODER_IR_AC_CONTROL_H
|
||||||
#define 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
|
Revised: Date: 2016-10-05
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for forbidden area of AC code
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-05: created by strawmanbobi
|
* 2016-10-05: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#ifndef _IRDA_PARSE_PARSE_H_
|
#ifndef _IRDA_PARSE_PARSE_H_
|
||||||
#define _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
|
Revised: Date: 2016-10-11
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for IR decode for AC frame paramet
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-11: created by strawmanbobi
|
* 2016-10-11: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#ifndef _IRDA_PARSE_FRAME_PARAMETER_H_
|
#ifndef _IRDA_PARSE_FRAME_PARAMETER_H_
|
||||||
#define _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
|
Revised: Date: 2016-10-12
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for IR decode for AC functionality
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-12: created by strawmanbobi
|
* 2016-10-12: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#ifndef _IRDA_PARSE_AC_PARAMETER_H_
|
#ifndef _IRDA_PARSE_AC_PARAMETER_H_
|
||||||
#define _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
|
Revised: Date: 2016-10-01
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for IR decode
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-01: created by strawmanbobi
|
* 2016-10-01: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#ifndef _IRDA_DECODE_H_
|
#ifndef _IRDA_DECODE_H_
|
||||||
#define _IRDA_DECODE_H_
|
#define _IRDA_DECODE_H_
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/**************************************************************************************************
|
/**************************************************************************************
|
||||||
Filename: irda_defs.h
|
Filename: ir_defs.h
|
||||||
Revised: Date: 2016-10-26
|
Revised: Date: 2016-10-26
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for IR decode
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-01: created by strawmanbobi
|
* 2016-10-01: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#ifndef PARSE_IR_DEFS_H
|
#ifndef PARSE_IR_DEFS_H
|
||||||
#define 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
|
Revised: Date: 2016-02-23
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for IR decode (compressed command
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-21: created by strawmanbobi
|
* 2016-10-21: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#ifndef _IRDA_LIB_H_
|
#ifndef _IRDA_LIB_H_
|
||||||
#define _IRDA_LIB_H_
|
#define _IRDA_LIB_H_
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/**************************************************************************************************
|
/**************************************************************************************
|
||||||
Filename: irda_utils.c
|
Filename: ir_utils.c
|
||||||
Revised: Date: 2016-10-26
|
Revised: Date: 2016-10-26
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides generic utils for IRDA algorithms
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-01: created by strawmanbobi
|
* 2016-10-01: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#ifndef _IRDA_UTILS_H_
|
#ifndef _IRDA_UTILS_H_
|
||||||
#define _IRDA_UTILS_H_
|
#define _IRDA_UTILS_H_
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/**************************************************************************************************
|
/**************************************************************************************
|
||||||
Filename: irda_ac_apply.c
|
Filename: ir_ac_apply.c
|
||||||
Revised: Date: 2016-10-12
|
Revised: Date: 2016-10-12
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides methods for AC IR applying functionalities
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-12: created by strawmanbobi
|
* 2016-10-12: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#include "../include/ir_utils.h"
|
#include "../include/ir_utils.h"
|
||||||
#include "../include/ir_ac_apply.h"
|
#include "../include/ir_ac_apply.h"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/**************************************************************************************************
|
/**************************************************************************************
|
||||||
Filename: irda_ac_binary_parse.c
|
Filename: ir_ac_binary_parse.c
|
||||||
Revised: Date: 2017-01-03
|
Revised: Date: 2017-01-03
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides methods for AC binary parse
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2017-01-03: created by strawmanbobi
|
* 2017-01-03: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/**************************************************************************************************
|
/**************************************************************************************
|
||||||
Filename: irda_irframe.c
|
Filename: ir_irframe.c
|
||||||
Revised: Date: 2016-10-01
|
Revised: Date: 2016-10-01
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for IR frame build
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-01: created by strawmanbobi
|
* 2016-10-01: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#include "../include/ir_ac_build_frame.h"
|
#include "../include/ir_ac_build_frame.h"
|
||||||
#include "../include/ir_decode.h"
|
#include "../include/ir_decode.h"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/**************************************************************************************************
|
/**************************************************************************************
|
||||||
Filename: irda_ac_control.c
|
Filename: ir_ac_control.c
|
||||||
Revised: Date: 2017-01-02
|
Revised: Date: 2017-01-02
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides methods for AC IR control
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-12: created by strawmanbobi
|
* 2016-10-12: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/**************************************************************************************************
|
/**************************************************************************************
|
||||||
Filename: irda_parse_forbidden_info.c
|
Filename: ir_parse_forbidden_info.c
|
||||||
Revised: Date: 2016-10-05
|
Revised: Date: 2016-10-05
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for forbidden area of AC code
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-05: created by strawmanbobi
|
* 2016-10-05: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/**************************************************************************************************
|
/**************************************************************************************
|
||||||
Filename: irda_parse_frame_parameter.c
|
Filename: ir_parse_frame_parameter.c
|
||||||
Revised: Date: 2016-10-11
|
Revised: Date: 2016-10-11
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for IR decode for AC frame paramet
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-11: created by strawmanbobi
|
* 2016-10-11: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/**************************************************************************************************
|
/**************************************************************************************
|
||||||
Filename: irda_parse_ac_parameter.c
|
Filename: ir_parse_ac_parameter.c
|
||||||
Revised: Date: 2016-10-12
|
Revised: Date: 2016-10-12
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for IR decode for AC functionality
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-12: created by strawmanbobi
|
* 2016-10-12: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/**************************************************************************************************
|
/**************************************************************************************
|
||||||
Filename: irda_decode.c
|
Filename: ir_decode.c
|
||||||
Revised: Date: 2016-10-01
|
Revised: Date: 2016-10-01
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for IR decode (status type)
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-01: created by strawmanbobi
|
* 2016-10-01: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/**************************************************************************************************
|
/**************************************************************************************
|
||||||
Filename: irda_main.c
|
Filename: ir_main.c
|
||||||
Revised: Date: 2016-11-05
|
Revised: Date: 2016-11-05
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides main entry for irda decoder
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-11-05: created by strawmanbobi
|
* 2016-11-05: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/**************************************************************************************************
|
/**************************************************************************************
|
||||||
Filename: irda_lib.c
|
Filename: ir_lib.c
|
||||||
Revised: Date: 2016-10-21
|
Revised: Date: 2016-10-21
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides algorithms for IR decode (compressed command
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-21: created by strawmanbobi
|
* 2016-10-21: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/**************************************************************************************************
|
/**************************************************************************************
|
||||||
Filename: irda_utils.c
|
Filename: ir_utils.c
|
||||||
Revised: Date: 2016-10-26
|
Revised: Date: 2016-10-26
|
||||||
Revision: Revision: 1.0
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Description: This file provides generic utils for IRDA algorithms
|
|||||||
|
|
||||||
Revision log:
|
Revision log:
|
||||||
* 2016-10-01: created by strawmanbobi
|
* 2016-10-01: created by strawmanbobi
|
||||||
**************************************************************************************************/
|
**************************************************************************************/
|
||||||
|
|
||||||
#include "../include/ir_utils.h"
|
#include "../include/ir_utils.h"
|
||||||
|
|
||||||
|
|||||||
18
src/ir_reverser/.gitignore
vendored
Normal file
18
src/ir_reverser/.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
out/
|
||||||
|
libs/
|
||||||
|
obj/
|
||||||
|
.idea/
|
||||||
|
ipch/
|
||||||
|
x64/
|
||||||
|
cmake-build-debug/
|
||||||
|
cmake-build-release/
|
||||||
|
Debug/
|
||||||
|
Release/
|
||||||
|
*.sdf
|
||||||
|
*.opensdf
|
||||||
|
.DS_Store
|
||||||
|
.vs
|
||||||
|
ir_decoder.vcxproj.user
|
||||||
|
irda_decoder.exe.stackdump
|
||||||
|
ir_decoder.VC.db
|
||||||
|
ir_decoder.VC.VC.opendb
|
||||||
8
src/ir_reverser/CMakeLists.txt
Normal file
8
src/ir_reverser/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.6)
|
||||||
|
project(ir_reverser)
|
||||||
|
|
||||||
|
set(CMAKE_C_STANDARD 99)
|
||||||
|
|
||||||
|
set(SOURCE_FILES src/ire_test_main.c
|
||||||
|
include/ire_tv_protocol_def.h)
|
||||||
|
add_executable(ir_reverser ${SOURCE_FILES})
|
||||||
29
src/ir_reverser/include/ire_tv_protocol_def.h
Normal file
29
src/ir_reverser/include/ire_tv_protocol_def.h
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
/**************************************************************************************
|
||||||
|
Filename:
|
||||||
|
Revised: Date: 2017-01-09
|
||||||
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
|
Description: This file contains definitions of P-R format protocols
|
||||||
|
|
||||||
|
Revision log:
|
||||||
|
* 2017-01-09: created by strawmanbobi
|
||||||
|
**************************************************************************************/
|
||||||
|
|
||||||
|
#ifndef IR_REVERSER_IRE_TV_PROTOCOL_DEF_H
|
||||||
|
#define IR_REVERSER_IRE_TV_PROTOCOL_DEF_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C"
|
||||||
|
{
|
||||||
|
#endif
|
||||||
|
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
|
||||||
|
} protocol;
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif //IR_REVERSER_IRE_TV_PROTOCOL_DEF_H
|
||||||
17
src/ir_reverser/src/ire_test_main.c
Normal file
17
src/ir_reverser/src/ire_test_main.c
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
/**************************************************************************************
|
||||||
|
Filename:
|
||||||
|
Revised: Date: 2017-01-09
|
||||||
|
Revision: Revision: 1.0
|
||||||
|
|
||||||
|
Description: This file provides ir reverse test entry functions
|
||||||
|
|
||||||
|
Revision log:
|
||||||
|
* 2017-01-09: created by strawmanbobi
|
||||||
|
**************************************************************************************/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
printf("Hello, World!\n");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
0
src/web_console/irda_decoder/libirda_decoder.so
Executable file → Normal file
0
src/web_console/irda_decoder/libirda_decoder.so
Executable file → Normal file
Reference in New Issue
Block a user