用类处理线路阻抗数据。

Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
facat@lab.com
2014-12-26 21:21:58 +08:00
parent 45a76228c4
commit 57dc9e9728
9 changed files with 107 additions and 4 deletions

View File

@@ -31,7 +31,10 @@ SOURCES += main.cpp \
synchronousmachine.cpp \
nodetoterminal.cpp \
topologyrecorder.cpp \
substation.cpp
substation.cpp \
cimexporter.cpp \
element/branch.cpp \
element/line.cpp
HEADERS += \
elementhashtable.h \
@@ -48,7 +51,10 @@ HEADERS += \
synchronousmachine.h \
nodetoterminal.h \
topologyrecorder.h \
substation.h
substation.h \
cimexporter.h \
element/branch.h \
element/line.h
#release{
DEFINES += QT_NO_DEBUG_OUTPUT