td_vr_group_types.h
来自「Motorola synergy audio component」· C头文件 代码 · 共 84 行
H
84 行
#ifndef TD_VR_GROUP_TYPES_INCLUDE#define TD_VR_GROUP_TYPES_INCLUDE/*(c) Copyright Motorola 1997, All rights reserved.Motorola Confidential ProprietaryContains confidential proprietary information of Motorola, Inc.Reverse engineering is prohibited.The copyright notice does not imply publication.*/#ifdef __cplusplus /* allow #include in a C++ file */extern "C" {#endif/*DESCRIPTION: This file defines the group list for the voice tags. *//******************************* REVISION HISTORY ****************************** Date Author Reference Number ======== ======== ================ 97.05.15 slam PR - CSGce10240 - Initial Release 97.05.28 joshuag PR - CSGce10240 - Add VR_INVALID_GROUP to enum. 97.05.29 slam PR - CSGce10240 - Change VR_INVALID_GROUP to 0xff. 97.07.15 slam PR - CSGce10240 - Add VR_ALL_GROUPS to enum.*******************************************************************************//* INCLUDES *//*************************************************************************** *//* code *//*************************************************************************** *//* Global group index defines ------------------------------------*/enum{ /* group for all phonebook voice tags */ VR_PHONEBOOK_GROUP, /* 0x00 */ /* group for all quick access voice tags */ VR_QUICK_ACCESS_GROUP, /* 0x01 */ /* all groups */ VR_ALL_GROUPS, /* Groups 0xf0 through 0xfe are reserved for pre-recorded prompt */ /* invalid group */ VR_INVALID_GROUP = 0xff };typedef UINT8 TD_VR_GROUP_TYPE;#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?