add qpiri as a configurable value

This commit is contained in:
Raphael Pertl
2020-02-22 22:21:11 +01:00
parent ebd3bbe2bc
commit 35a09bb538
4 changed files with 8 additions and 1 deletions
+2
View File
@@ -34,6 +34,8 @@ class cInverter {
string *GetQpigsStatus();
string *GetWarnings();
int qpiri;
int GetMode();
void ExecuteCmd(const std::string cmd);
};