updated Android example project

This commit is contained in:
strawmanbobi
2022-03-03 19:42:51 +08:00
parent c854786a7b
commit fb53043f60
20 changed files with 82 additions and 65 deletions

View File

@@ -12,7 +12,9 @@ Revision log:
#ifndef _IR_APPLY_H_
#define _IR_APPLY_H_
#if defined (BOARD_PC)
#pragma ide diagnostic ignored "OCUnusedMacroInspection"
#endif
#ifdef __cplusplus
extern "C"

View File

@@ -1,5 +1,5 @@
/**************************************************************************************
Filename: ir_utils.c
Filename: ir_ac_build_frame.h
Revised: Date: 2016-10-26
Revision: Revision: 1.0

View File

@@ -11,7 +11,9 @@ Revision log:
#ifndef _IR_DECODER_IR_AC_CONTROL_H
#define _IR_DECODER_IR_AC_CONTROL_H
#if defined (BOARD_PC)
#pragma ide diagnostic ignored "OCUnusedGlobalDeclarationInspection"
#endif
#ifdef __cplusplus
extern "C"

View File

@@ -1,5 +1,5 @@
/**************************************************************************************
Filename: ir_parse_forbidden_info.h
Filename: ir_ac_parse_forbidden_info.h
Revised: Date: 2016-10-05
Revision: Revision: 1.0

View File

@@ -1,5 +1,5 @@
/**************************************************************************************
Filename: ir_parse_frame_parameter.h
Filename: ir_ac_parse_frame_info.h
Revised: Date: 2016-10-11
Revision: Revision: 1.0

View File

@@ -1,5 +1,5 @@
/**************************************************************************************
Filename: ir_parse_ac_parameter.h
Filename: ir_ac_parse_parameter.h
Revised: Date: 2016-10-12
Revision: Revision: 1.0

View File

@@ -12,8 +12,10 @@ Revision log:
#ifndef _IR_DECODE_H_
#define _IR_DECODE_H_
#if defined (BOARD_PC)
#pragma ide diagnostic ignored "OCUnusedGlobalDeclarationInspection"
#pragma ide diagnostic ignored "OCUnusedMacroInspection"
#endif
#ifdef __cplusplus
extern "C"
@@ -219,10 +221,11 @@ typedef enum
typedef enum
{
SUB_CATEGORY_QUATERNARY = 0,
SUB_CATEGORY_HEXADECIMAL = 1,
SUB_CATEGORY_NEXT = 2,
SUB_CATEGORY_MAX = 7,
SUB_CATEGORY_BINARY = 0, // deprecated
SUB_CATEGORY_QUATERNARY = 1,
SUB_CATEGORY_HEXADECIMAL = 2,
SUB_CATEGORY_NEXT = 3,
SUB_CATEGORY_MAX = 4,
} t_remote_sub_category;
/**

View File

@@ -12,8 +12,10 @@ Revision log:
#ifndef _IR_DEFS_H
#define _IR_DEFS_H
#if defined (BOARD_PC)
#pragma ide diagnostic ignored "OCUnusedGlobalDeclarationInspection"
#pragma ide diagnostic ignored "OCUnusedMacroInspection"
#endif
#ifdef __cplusplus
extern "C"

View File

@@ -1,5 +1,5 @@
/**************************************************************************************
Filename: ir_lib.h
Filename: ir_tv_control.h
Revised: Date: 2016-02-23
Revision: Revision: 1.0
@@ -12,8 +12,10 @@ Revision log:
#ifndef _IR_TV_CONTROL_H_
#define _IR_TV_CONTROL_H_
#if defined (BOARD_PC)
#pragma ide diagnostic ignored "OCUnusedMacroInspection"
#pragma ide diagnostic ignored "OCUnusedGlobalDeclarationInspection"
#endif
#ifdef __cplusplus
extern "C"

View File

@@ -12,7 +12,9 @@ Revision log:
#ifndef _IR_UTILS_H_
#define _IR_UTILS_H_
#if defined (BOARD_PC)
#pragma ide diagnostic ignored "OCUnusedGlobalDeclarationInspection"
#endif
#ifdef __cplusplus
extern "C"