td_va_defs.h

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

H
48
字号
#ifndef TD_VA_DEFS_INCLUDE /* To prevent inadvertently including a header twice */#define TD_VA_DEFS_INCLUDE  #ifdef __cplusplus  /* allow #include in a C++ file (only put this in .h files) */extern "C" {#endif/* (c) Copyright Motorola 1999, 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:        This file contains definitions used in the Voice Annotation feature  ************** REVISION HISTORY **********************************************     Date       Author      Reference   ========   ========    ==========================   99-04-07   bwester     CR - CSGce30087              Removing FDI_Read() function calls from non-SEEM tasks              - Moved SEEM_VA_MAX_VOICE_NOTES here from seem_globals.h;                renamed SEEM_VA_MAX_VOICE_NOTES to TD_VA_MAX_VOICE_NOTES*//************** HEADER FILE INCLUDES ******************************************/          /************** CONSTANTS *****************************************************/#define TD_VA_MAX_VOICE_NOTES 30/************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************//************** 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 + -
显示快捷键?