EC600U_esp32_iap_uart/decoder/inc/decoder_demo.h

70 lines
2.1 KiB
C
Raw Normal View History

2024-02-05 17:39:56 +08:00
/** @file
decoder_demo.h
@brief
This file is decoder demo .
*/
/*================================================================
Copyright (c) 2020 Quectel Wireless Solution, Co., Ltd. All Rights Reserved.
Quectel Wireless Solution Proprietary and Confidential.
=================================================================*/
/*=================================================================
EDIT HISTORY FOR MODULE
This section contains comments describing changes made to the module.
Notice that changes are listed in reverse chronological order.
WHEN WHO WHAT, WHERE, WHY
------------ ------- -------------------------------------------------------------------------------
=================================================================*/
#ifndef _DECODERDEMO_H
#define _DECODERDEMO_H
#ifdef __cplusplus
extern "C" {
#endif
/*===========================================================================
* include files
===========================================================================*/
/*===========================================================================
* Macro Definition
===========================================================================*/
typedef int QlDECODERStatus;
typedef void * ql_task_t;
/*===========================================================================
* Struct
===========================================================================*/
/*===========================================================================
* Enum
===========================================================================*/
/*===========================================================================
* Variate
===========================================================================*/
/*===========================================================================
* Functions
===========================================================================*/
void ql_camera_demo_thread(void *param);
void ql_decoder_app_init(void);
#ifdef __cplusplus
} /*"C" */
#endif
#endif /* _DECODERDEMO_H */