va_command_req.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 62 行
H
62 行
#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 + =
减小字号Ctrl + -
显示快捷键?