📄 am_sendmessage.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -