1.加入Task文件,准备批量做。
2.把Task文件接入流程。 Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
@@ -26,6 +26,8 @@ public:
|
||||
explicit ElementHashtable(QObject *parent = 0);
|
||||
bool Parse(const QString& xmlPWPath,const QString& xmlZWPath);
|
||||
bool GoPath();
|
||||
void SetACLineID(const QString &id);//寻找的线路ID
|
||||
void SetFDSet(const QVector<QString> &FDSet);//FeeDer集合
|
||||
private:
|
||||
bool child(QXmlStreamReader &reader);
|
||||
bool setCurrentHashTable(QHash<QString,BasicElementInfo *> *t);
|
||||
@@ -34,6 +36,8 @@ private:
|
||||
QHash<QString,BasicElementInfo *> mainStationHT;//记录主站的元素
|
||||
NodeToTerminal nodeToTerminal;
|
||||
QHash<QString,BasicElementInfo *> *currentHT;
|
||||
QString lineID;
|
||||
QVector<QString> FDSet;
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user