⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 al_ex_ms.c

📁 中国石油二期加油站IC系统后台通讯软件
💻 C
字号:
/*
***********************************************************************************************************
                                                      Amos
                                          The Real_Time Operation System
                                                   Multi Task
                                 (c) Copyright 1998-2002, ShangYaoHui, Shenzhen
                                              All Right Reserved
                                                  VERSION 6.01

" By  : 商耀挥(ShangYaoHui)
 create time: 2002-6-27 19:25:50  
***********************************************************************************************************
*/

#ifndef __SSS_H__
#define __SSS_H__

#ifdef __cplusplus
extern "C" {
#endif

/**** const define ****/

/**** macro handle define ****/

/**** type define ****/

/**** import variable ****/

/**** export variable ****/

/**** import function declare ****/

/**** export function declare ****/

#ifdef __cplusplus
}
#endif

#endif /* head file is over */

/******************* modify histroy list *******************
001. create at: 2002-6-27 19:25:50 by Shangyaohui

****************** modify histroy list end ****************/


/*
***********************************************************************************************************
													  Amos
										  The Real_Time Operation System
												   Multi Task
								 (c) Copyright 1998-2002, ShangYaoHui, Shenzhen
											  All Right Reserved
												  VERSION 6.01

" By  : 商耀挥(ShangYaoHui)
 create time: 2002-6-27 19:21:24  
***********************************************************************************************************
*/

/************ head file list *************/

/************* const define **************/

/******** import variable declare ********/

/******* gloable variable declare ********/

/*********** function declare ************/

/********** function prototype ***********/

/******************* modify histroy list *******************
001. create at: 2002-6-27 19:21:24 by Shangyaohui

****************** modify histroy list end ****************/




/* header include files -- defines (.h) */
#include "envopt.h"        /* environment options */
#include "envdep.h"        /* environment dependent */
#include "envind.h"        /* environment independent */

#include "gen.h"           /* general */
#include "cm5.h"           /* common functions */
#include "ssi.h"           /* system services */

/* header/extern include files (.x) */

#include "gen.x"           /* general */
#include "cm5.x"           /* common functions */
#include "ssi.x"           /* system services */



S16 AlActvTsk(Pst * pst, Buffer * mbuf)
{
	if(mbuf != NULLP)
	{
		SPutMsg(mbuf);
	}
	RETVALUE(ROK);

}


S16 AlReqActvTsk(Pst * pst, Buffer * mbuf)
{
	if(mbuf != NULLP)
	{
		SPutMsg(mbuf);
	}
	RETVALUE(ROK);

}


⌨️ 快捷键说明

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