10 #ifndef RUNREMOTEGINGAVM_H
11 #define RUNREMOTEGINGAVM_H
14 #include <QProgressBar>
15 #include <core/model/Project.h>
17 #include "SimpleSSHClient.h"
32 QStringList filesToSendToGingaVM(Project *project, QString nclLocalPath);
34 bool sendFilesToGingaVM(
SimpleSSHClient &sshclient, QString baseLocalPath,
35 QString baseRemotePath, QStringList filesToSend);
37 bool fixSrcsFromNCLFile(
const QString &nclLocalPath);
46 void taskDescription(QString);
47 void taskMaximumValue(
int);
51 void runCurrentProject();
55 void setCurrentProject(Project* project);
63 void stopRunningApplication();
66 #endif // RUNREMOTEGINGAVM_H