va_command_cnf.h

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

H
64
字号
#ifndef VA_COMMAND_CNF_INCLUDE#define VA_COMMAND_CNF_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_command_cnf  ************** REVISION HISTORY **********************************************     Date       Author      Reference   ========   ========    ==========================   98-02-06   mbonness    PR - CSGce16636              VA Timer Enhancement              - Added time elapsed to command confirm.   97-07-31   mbonness    PR - CSGce11361              VA Interface              - Upgraded confirmation primitive to meet new design                specifications.   97-01-21   chucks      PR - CSGce07118              - Initial version  *//************** HEADER FILE INCLUDES ******************************************/#include "td_va_status.h"          /************** CONSTANTS *****************************************************//************** STRUCTURES, ENUMS, AND TYPEDEFS *******************************//* Voice Annotator Confirm Primitive Structure */typedef struct{    /*    TD_PRIMITIVE_HEADER primitive_header;  / * header for the primitive */    TD_VA_STATUS status;                    /* status */    UINT32 time_elapsed;                     /* (ISD only) duration of voicenote                                               recorded in ticks */} VA_COMMAND_CNF;/************** FUNCTION PROTOTYPES *******************************************//************** MACROS ********************************************************//************** CLASS DEFINITIONS *********************************************//************** GLOBAL VARIABLES **********************************************/#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

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