⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aud_rat_change_ind.h

📁 Motorola synergy audio component
💻 H
字号:
#ifndef AUD_RAT_CHANGE_IND_INCLUDE#define AUD_RAT_CHANGE_IND_INCLUDE#ifdef __cplusplusextern "C" {#endif /* (c) Copyright Motorola 1990, 1991, 1999, 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:   ************** REVISION HISTORY **********************************************     Date       Author      Reference   ========   ========    ==========================   11-13-01   w18944      File creation*//************** HEADER FILE INCLUDES ******************************************/#ifndef SUAPI_INCLUDE#include <SUAPI/suapi.h>#endif#include <ENGINE_AUDIO/audio_conditional_compile_def.h>#if (AUDIO_RAINBOW == TRUE)#include <ENGINE_GSM_STACK/td_rat.h>#endif/************** CONSTANTS *****************************************************//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************/#if (AUDIO_RAINBOW == TRUE)typedef struct{    TD_RAT  rat_type;} AUD_RAT_CHANGE_IND;/************** FUNCTION PROTOTYPES *******************************************/void aud_rat_change_ind(TD_RAT  current_rat);#endif/************** MACROS ********************************************************//************** CLASS DEFINITIONS *********************************************//************** GLOBAL VARIABLES **********************************************/#ifdef __cplusplus}#endif#endif  /* aud_rat_change_req.h */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -