?? rtn_tone.h
字號:
/* rtn_tone.h - 音頻服務入口函數 */
/* Copyright 1994-2001 Wuhan Jinglun Electronic Co., Ltd. */
/*
modification history
--------------------
01a, 2001-11-14, Yan-CJ, 增加函數的聲明.
01a, 2001-10-16, Yan-CJ, written.
*/
/*
DESCRIPTION 用于連接進整個項目的入口。
*/
/* includes */
#include "routon.h"
#ifndef _RTN_TONE_H_
#define _RTN_TONE_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <string.h>
#include "pcdisk.h"
#include "toneDebug.h"
#include "toneApp.h"
#include "toneMntn.h"
#include "toneTimer.h"
//#include "toneTest.h"
#include "toneUtil.h"
#include "toneDef.h"
//#include "toneHFC.h"
#include "toneARM.h"
#include "hfc_int.h"
extern int Tone_Init(void); //音頻服務初始化
extern int DTMF_Decode_Init(void);
extern int DTMFOpen(void);
#ifdef __cplusplus
}
#endif
#endif /* _RTN_TONE_H_ */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -