fix restart of hyperion. now devices closed before restart (#269)

This commit is contained in:
redPanther
2016-10-10 23:08:01 +02:00
committed by GitHub
parent e889996ae7
commit 37558a983f
3 changed files with 11 additions and 1 deletions

View File

@@ -78,6 +78,10 @@ public:
///
~Hyperion();
///
/// free all alocated objects, should be called only from constructor or before restarting hyperion
///
void freeObjects();
static Hyperion* initInstance(const Json::Value& jsonConfig, const QJsonObject& qjsonConfig, const std::string configFile);
static Hyperion* getInstance();