Workspace 6.21.5
Namespaces | Macros | Functions
heterogeneousparallelcomputingplugin.cpp File Reference
#include "heterogeneousparallelcomputingplugin.h"
#include <QString>
#include <QStringList>
#include "Workspace/Application/builtinplugin.h"
#include "Workspace/DataExecution/DataObjects/datafactorytraits.h"
#include "Workspace/DataExecution/Operations/operationfactorytraits.h"
#include "hpcdevicemanager.h"
#include "opencldataseriessum.h"
#include "opencljuliaset.h"
#include "queryopencldevices.h"
Include dependency graph for heterogeneousparallelcomputingplugin.cpp:

Namespaces

namespace  CSIRO
 Top level namespace for all Workspace code.
 
namespace  CSIRO::HPC
 

Macros

#define STRINGIFY(x)   #x
 
#define STRINGIFY(x)   #x
 
#define TOSTRING(x)   STRINGIFY(x)
 
#define TOSTRING(x)   STRINGIFY(x)
 

Functions

CSIRO_IMPORTSPEC const char * builtAgainstWorkspace ()
 
CSIRO_EXPORTSPEC CSIRO::Application::WorkspacePlugingetWorkspacePlugin ()
 

Macro Definition Documentation

◆ STRINGIFY [1/2]

#define STRINGIFY (   x)    #x

◆ STRINGIFY [2/2]

#define STRINGIFY (   x)    #x

◆ TOSTRING [1/2]

#define TOSTRING (   x)    STRINGIFY(x)

◆ TOSTRING [2/2]

#define TOSTRING (   x)    STRINGIFY(x)

Function Documentation

◆ builtAgainstWorkspace()

CSIRO_IMPORTSPEC const char * builtAgainstWorkspace ( )
Returns
The version string for the Workspace build we've been built against

◆ getWorkspacePlugin()