1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-05 22:04:40 +00:00

Hadrons: function to save an application as an XML file

This commit is contained in:
2016-12-14 18:01:56 +00:00
parent 3af663e17b
commit 34df71e755
5 changed files with 55 additions and 7 deletions

View File

@@ -117,6 +117,7 @@ public:
void createModule(const std::string name,
const std::string type,
XmlReader &reader);
unsigned int getNModule(void) const;
ModuleBase * getModule(const unsigned int address) const;
ModuleBase * getModule(const std::string name) const;
template <typename M>