2025-04-30 16:24:29 +08:00

27 lines
1.0 KiB
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/****************************************************************************/
/* 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