Workspace 6.21.5
Namespaces | Macros
tcpremotescheduler.cpp File Reference
#include "tcpremotescheduler.h"
#include <algorithm>
#include <cstdlib>
#include <ctime>
#include <fstream>
#include <iostream>
#include <sstream>
#include <QDateTime>
#include <QDir>
#include <QFile>
#include <QHostAddress>
#include <QNetworkInterface>
#include <QString>
#include <QStringList>
#include <QUuid>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/Application/Server/remoteschedulerservice.h"
#include "Workspace/Application/Server/sessionmanager.h"
#include "Workspace/Application/argumentsparser.h"
#include "Workspace/Application/pluginmanager.h"
#include "Workspace/Authentication/Basic/bacredentials.h"
#include "Workspace/Authentication/Basic/baprovider.h"
#include "Workspace/Authentication/workspaceauthenticationserver.h"
#include "Workspace/DataExecution/Execution/schedulercontroller.h"
#include "Authentication/Common/serversettings.h"
#include "Authentication/Common/settingshelper.h"
#include "tcpremoteschedulerqueue.h"
#include "tcpremoteschedulersockethandler.h"
#include "tcpschedulerprovider.h"
Include dependency graph for tcpremotescheduler.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)

Variable Documentation

◆ defaultAuthStr

const QString defaultAuthStr = "defaultAuth"

◆ portStr

const QString portStr = "port"