Workspace 6.21.5
|
#include "schedulersettings.h"
#include <algorithm>
#include <iostream>
#include <QCoreApplication>
#include <QDataStream>
#include <QDir>
#include <QFileInfo>
#include <QJsonArray>
#include <QJsonDocument>
#include <QJsonObject>
#include <QSaveFile>
#include <QSettings>
#include <QString>
#include <QSystemSemaphore>
#include <QThread>
#include <QVariant>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/Application/textlogger.h"
#include "Workspace/Authentication/workspaceauthenticationserver.h"
#include "Authentication/Common/provider.h"
#include "Authentication/Common/providermanager.h"
#include "schedulercontroller.h"
#include "schedulerfeatures.h"
#include "schedulerprovider.h"
#include "schedulerprovidermanager.h"
#include "schedulers.h"
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::DataExecution |
Base workspace functionality not requiring a user interface. | |
Macros | |
#define | STRINGIFY(x) #x |
#define | TOSTRING(x) STRINGIFY(x) |