1.把负荷文件路径加入CIMParser中。
2.把变压器也处理成双端支路。 Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
@@ -24,9 +24,12 @@ public:
|
||||
LoadMapping();
|
||||
~LoadMapping();
|
||||
bool broadcastUpdateByTime(const QTime& time);
|
||||
QSharedPointer<LoadInfo> getALoad(const QString& id);
|
||||
QVector<QSharedPointer<LoadInfo> > getSubstationLoad(const QString& id);
|
||||
bool load(const QString& loadDir, const QString &matchdDir, const QString &exceptionFile);
|
||||
bool readLoads(const QString& dir);
|
||||
bool readMatch(const QString& dir);
|
||||
|
||||
private:
|
||||
class CG // 它的唯一工作就是在析构函数中删除CSingleton的实例
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user