aud_sdvr_model_id_req.h

来自「Motorola synergy audio component」· C头文件 代码 · 共 83 行

H
83
字号
#ifndef AUD_SDVR_MODEL_ID_REQ_INCLUDE#define AUD_SDVR_MODEL_ID_REQ_INCLUDE/*(c) Copyright Motorola 1997, All rights reserved.Motorola Confidential ProprietaryContains confidential proprietary information of Motorola, Inc.Reverse engineering is prohibited.The copyright notice does not imply publication.*/#ifdef __cplusplus  /* allow #include in a C++ file */extern "C" {#endif/*DESCRIPTION: This file defines the data structure for MMI request toAudio Manager to retreive all SDVR models saved in the DSP flash.*//******************************* REVISION HISTORY ******************************    Date        Author      Reference Number    ========    ========    ================    00-04-16   Dale Noble  CR - 55011               Removed include of std_def.h replaced with suapi.h    97.07.16    slam        PR - CSGce10240                - Initial release*******************************************************************************//* INCLUDES */#ifndef SUAPI_INCLUDE#include <SUAPI/suapi.h>#endif#ifndef TD_VR_DEFS_INCLUDE#	error Need Include File td_vr_defs.h#endif#ifndef TD_VR_GROUP_TYPES_INCLUDE#	error Need Include File td_vr_group_types.h#endif/****************************************************************************//* code *//****************************************************************************/	/*******************************************************************	*           PRIMITIVE DATA STRUCTURE DEFINITION	*******************************************************************/typedef struct{    /* Identifier of the group to which the model retrieval       should be performed.    */    TD_VR_GROUP_TYPE        group_id;} AUD_SDVR_MODEL_ID_REQ;#ifdef __cplusplus         /*  Allow #include in a C++ file.  */}#endif#endif        /*  End Of Definitions  */

⌨️ 快捷键说明

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