trevisan / SCL_Bind

An IEC 61850-6 SCL (Substation Configuration Language) file parser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=================
SCL_Bind Project
================= 

Instructions to compile project:
--------------------------------

cd SCL_Bind/
qmake     
make 

Alternatively you can load the project (SCL_Bind.pro) with QtCreator IDE.

Dependencies:
-------------
XSD: 
sudo apt-get install xsd


Instructions to run SCL_Bind:
-----------------------------
To parse one file:
./SCL_Bind filename

To parse every file in a directory tree like this:
+Dir1/
+Dir2/
+Dir3/
-SCL_Bind   (executable)

find . -iname "*.icd" -exec ./SCL_Bind {} \;

About

An IEC 61850-6 SCL (Substation Configuration Language) file parser.


Languages

Language:C++ 99.9%Language:Prolog 0.1%