am_aud_tone_reply.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 81 行
H
81 行
#ifndef AM_AUD_TONE_REPLY_INCLUDE /* To prevent inadvertently including a header twice */#define AM_AUD_TONE_REPLY_INCLUDE #ifdef __cplusplus /* allow #include in a C++ file (only put this in .h files) */extern "C" {#endif/* (c) Copyright Motorola 1998, All rights reserved. Motorola Confidential Proprietary Contains confidential proprietary information of Motorola, Inc. Reverse engineering is prohibited. The copyright notice does not imply publication. DESCRIPTION: <file description> ************** REVISION HISTORY ********************************************** Date Author Reference ======== ======== ========================== 02-03-17 bab047 LIBbb23280 - LCA catchup for PAN8-G_03.07.1AI 02-01-17 bal023 LIBbb16809 LCA support for TTY - catchup from CR LIBbb05515 00-08-04 ktang PR - CSGce67917 Update audio Manager to support Synergy Lite tone defs 00-08-03 shagino CR -CSGce67731 Make Audio Manager Ansi-Compliant 99-12-13 ktang CR -CSGce42434 Common Tone Generator MDI messages - Renamed function aud_tone_reply to be aud_dsp_reply 99-12-01 mkloza CR -CSGce42434 Common Tone Generator MDI messages - updated aud_tone_reply() function to accept new parameter. 99-09-01 jvoss CR -CSGce34326 GRiEF: Phase I Audio Interface Implementation - Hacked in a function to act like the GSM exec function alloc() and allocate memory for the CXX_Priority_Xifo in a SUAPI compliant format. 99-08-24 ktang CR - CSGce34326 GRiEF: Phase I Audio Interface Implementation - aud_tone_reply declared to provide CDMA Wedge the interface for the purpose of mimicking the GSM DSP message reply *//************** HEADER FILE INCLUDES ******************************************/#ifndef SUAPI_INCLUDE#include <SUAPI/suapi.h>#endif#include "td_aud_tone_req_tone_type.h"/************** CONSTANTS *****************************************************//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************//************** FUNCTION PROTOTYPES *******************************************/void aud_dsp_reply( void );#if (MAKE_TTY == TRUE)void aud_dsp_reply_tty(void);#endifvoid aud_am_reply(TD_AUD_TONE_REQ_TONE_TYPE_T tone_type, UINT8 dsp_seq);/************** MACROS ********************************************************//************** CLASS DEFINITIONS *********************************************//************** GLOBAL VARIABLES **********************************************/#ifdef __cplusplus /* allow #include in a C++ file (only put this in .h files) */}#endif#endif /* end of - prevent inadvertently including a header file twice */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?