/****************************************************************************/ /* Copyright (c) 2008,许继集团有限公司 */ /* All rights reserved. */ /* */ /* 模块描述: */ /** goose控制块创建 * @file gse_create.h */ /* */ /* 日期 作者 注释 */ /* 2010/01/20 DJF 创建文件 */ /****************************************************************************/ #include "glbtypes.h" #include "sysincs.h" //#include "scl.h" #ifdef __cplusplus extern "C" { #endif /** * 创建所有goose信息,包括发送的和接收的 */ ST_RET iecGooseCreateAll ( ST_CHAR * ini_name ); #ifdef __cplusplus } #endif