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.
|
|
|
|
/****************************************************************************
|
|
|
|
|
** 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 */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>
|
|
|
|
|
int iCreateTest61850Config();
|
|
|
|
|
|
|
|
|
|
// <20><><EFBFBD><EFBFBD>dat<61>ļ<EFBFBD>.<2E>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD>ͣ<EFBFBD>ASCII/BINARY
|
|
|
|
|
void vIec61850FileParser();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif /* end __HT_IEC61850_ISO_FILE_H */
|
|
|
|
|
|