va_status_ind.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 62 行
H
62 行
#ifndef VA_STATUS_IND_INCLUDE#define VA_STATUS_IND_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_status_ind ************** REVISION HISTORY ********************************************** Date Author Reference ======== ======== ========================== 00-04-16 Dale Noble CR - 55011 Removed include of std_def.h replaced with suapi.h 97-08-02 mbonness PR - CSGce11361 VA Interface - Upgraded status indication 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 "td_va_status.h" /************** CONSTANTS *****************************************************//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************//* Voice Annotator Status Indication Primitive Structure */typedef struct { TD_VA_STATUS status; /* status */ UINT16 row_address; /* row address (ISD only) */} VA_STATUS_IND;/************** FUNCTION PROTOTYPES *******************************************//************** MACROS ********************************************************//************** CLASS DEFINITIONS *********************************************//************** GLOBAL VARIABLES **********************************************/#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?