am_sendmessage.h

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

H
43
字号
#ifndef AM_SEND_MESSAGE_INCLUDE#define AM_SEND_MESSAGE_INCLUDE/* (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.*/#ifdef __cplusplusextern "C" {#endif/*   DESCRIPTION:        Prototypes for audio interface  ************** REVISION HISTORY **********************************************   Date       Author      Reference   ========   ========    ==========================   00-08-04   qcf001      CR - CSGce68048              -Adding datalogger   99-11-08   wchoi       CSGce39558                          - Initial file creation*//************** HEADER FILE INCLUDES ******************************************/#include <SUAPI/suapi.h>void AM_SendMessage( char * msgptr );void am_send_log_data (UINT32 log_id, char *data, UINT32 length);#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

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