td_va_status.h

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

H
59
字号
#ifndef TD_VA_STATUS_INCLUDE /* To prevent inadvertently including a header twice */#define TD_VA_STATUS_INCLUDE  #ifdef __cplusplus  /* allow #include in a C++ file (only put this in .h files) */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:        Defines constant values and data types common to VA command confirm and       status indication primitives.  ************** REVISION HISTORY **********************************************     Date       Author      Reference   ========   ========    ==========================   97-08-02   mbonness    PR - CSGce11361              VA Interface              - Created file.  *//************** HEADER FILE INCLUDES ******************************************/#include <SUAPI/su_basictypes.h>/************** CONSTANTS *****************************************************//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************//* Voice Annotator Status */enum{    TD_VA_STATUS_SUCCESS,    TD_VA_STATUS_END_OF_MESSAGE,    TD_VA_STATUS_OVERFLOW,    TD_VA_STATUS_START_OF_FLASH_ERRORS = 53 /* see td_vr_error_codes.h */};typedef UINT8 TD_VA_STATUS;/************** FUNCTION PROTOTYPES *******************************************//************** MACROS ********************************************************//************** CLASS DEFINITIONS *********************************************//************** GLOBAL VARIABLES **********************************************/#ifdef __cplusplus /* allow #include in a C++ file (only put this in .h files) */}#endif#endif /* end of - prevent inadvertently including a header file twice */

⌨️ 快捷键说明

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