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