1.把负荷文件路径加入CIMParser中。

2.把变压器也处理成双端支路。

Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
dmy@lab
2015-01-20 13:19:28 +08:00
parent 07cfaef632
commit 8d5fcf9c95
12 changed files with 154 additions and 36 deletions

View File

@@ -27,7 +27,9 @@ public:
explicit ElementHashtable(QObject *parent = 0);
bool Parse(const QString& xmlPWPath,const QString& xmlZWPath);
bool GoPath();
// void ExportTo(const QString& path);
void SetACLineID(const QString &id);//寻找的线路ID
void SetLoadFilePath(const QString &path);
void SetFDSet(const QVector<QString> &FDSet);//FeeDer集合
void ShowContainerInfo(const QString& fileName);
private:
@@ -41,6 +43,7 @@ private:
QString lineID;
QVector<QString> FDSet;
TopologyRecorder *tpRecorder;
QString loadFilePath;
signals:
public slots: