You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
912 B
C

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/****************************************************************************
** File name : HTIEC61850ISOFile.h
** Description : ISO iec 61850 dat file parser api
** Create date : 2019.09.01
** Auther by : Liuyx
** Version info : V1.0.01
** Copyright (C) 2002-2019 xi'an huatek, Inc Co., Ltd
** Update record:
** DATE AUTHER DESC
** -------------------------------------------------------------------------
** 2019.09.01 Liuyx first build
****************************************************************************/
#ifndef __HT_IEC61850_ISO_FILE_H
#define __HT_IEC61850_ISO_FILE_H
#include "HTGlobal.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
// 创建测试配置文件
int iCreateTest61850Config();
// 解析dat文件.文件类型ASCII/BINARY
void vIec61850FileParser();
#ifdef __cplusplus
}
#endif
#endif /* end __HT_IEC61850_ISO_FILE_H */