#ifndef DGMAPPING_H #define DGMAPPING_H #include #include #include #include #include #include #include "singletonbase.h" #include "dginfo.h" //把DG信息对应到Substation上。 class DGMapping { class htType:public SingletonBase > ,htType> { }; public: DGMapping(); ~DGMapping(); QVector > getDGBySubstationID(const QString& id); bool load(const QString &filePath); private: htType ht; }; #endif // DGMAPPING_H