?? td_va_defs.h
字號:
#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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -