📄 fsmsgapi.him
字号:
/*S**************************************************************************** ........................................................................ COPYRIGHT (c) Philips Semiconductors Nuremberg 2003 .. All rights are reserved. Reproduction in whole or in part is .. prohibited without the written consent of the copyright owner. . ......................................................................... File name : FsMsgApi.him.. Project : SSYOL3 WAP/MMS.. Module : OSFS.. %version: MMS1.0 %.. Compiler name and release:...............:........:..........:............:........................... *----------------------------------------------------------------------------* * DESCRIPTION * * This file contains internally used macro declarations for FS message * interface. *----------------------------------------------------------------------------* *----------------------------------------------------------------------------* * FUNCTIONS DEFINED IN THIS FILE *----------------------------------------------------------------------------* * Name | Object *----------------------------------------------------------------------------* * * *----------------------------------------------------------------------------* *----------------------------------------------------------------------------* * EVOLUTION *----------------------------------------------------------------------------* * Date | Author | Description *----------------------------------------------------------------------------* * 27.03.03 | tcmc_sgp | File header is added****************************************************************************E*/#ifndef FSMSGAPI_HIM#define FSMSGAPI_HIM/* PR#1285: MACRO variables must always have brackets surrounding them */#define MC_FS_STATUS(pp_Param) (((t_FsMsgHeader*) (pp_Param))->v_ErrNumber)#define MC_FS_KERNEL_ID( pp_Param) \ ((t_RtkID) (((t_MsgHeader *) (pp_Param))->s_Transmitter))#define MC_FS_MA_INIT(pp_Config) Fs10_05InitMsgApi(pp_Config)#define MC_FS_MA_SEND_CMD_MSG_TO_FS( vp_Behaviour, pp_Msg, vp_Cmd ) \ Fs10_04SendCmdMessageToFs(vp_Behaviour,pp_Msg, vp_Cmd)#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -