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

📄 va_command_req.h

📁 Motorola synergy audio component
💻 H
字号:
#ifndef VA_COMMAND_REQ_INCLUDE#define VA_COMMAND_REQ_INCLUDE#ifdef __cplusplus              /* allow #include in a C++ file */extern "C" {#endif/* (c) Copyright Motorola 1997, 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:        Contains the format for the va_command_req  ************** REVISION HISTORY **********************************************     Date       Author      Reference   ========   ========    ==========================   97-08-02   mbonness    PR - CSGce11361              VA Interface              - Upgraded request primitive to meet new design                specifications.   97.01.21   chucks      PR - CSGce07118              - Initial version  *//************** HEADER FILE INCLUDES ******************************************/#ifndef SUAPI_INCLUDE#include <SUAPI/suapi.h>#endif#include <ENGINE_AUDIO/td_va_command.h>#include <ENGINE_AUDIO/td_va_group_types.h>/************** CONSTANTS *****************************************************//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************/typedef struct  {    TD_VA_COMMAND command;                /* sub command */    UINT8 voicenote_number;                /* voice note number */    TD_VA_GROUP_TYPE   type;} VA_COMMAND_REQ;/************** FUNCTION PROTOTYPES *******************************************//************** MACROS ********************************************************//************** CLASS DEFINITIONS *********************************************//************** GLOBAL VARIABLES **********************************************/#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

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