Workspace 6.21.5
Namespaces | Macros
schedulerprovidermanager.cpp File Reference
#include "schedulerprovidermanager.h"
#include <algorithm>
#include <iostream>
#include <QDir>
#include <QFileInfo>
#include <QLibrary>
#include <QStringList>
#include <QUuid>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/Application/logmanager.h"
#include "abstractremotescheduler.h"
#include "abstractscheduler.h"
#include "schedulercontroller.h"
#include "schedulerprovider.h"
Include dependency graph for schedulerprovidermanager.cpp:

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)
 

Macro Definition Documentation

◆ STRINGIFY

#define STRINGIFY (   x)    #x

◆ TOSTRING

#define TOSTRING (   x)    STRINGIFY(x)