OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
ExternalDependencies.h
Go to the documentation of this file.
1
#pragma once
2
#include "
OTCore/CoreTypes.h
"
3
#include "
OTCore/FolderNames.h
"
4
5
class
ExternalDependencies
6
{
7
public
:
8
void
setPythonScriptFolderID
(
ot::UID
id
) { _pythonScriptFolderID = id; };
9
ot::UID
getPythonScriptFolderID
()
const
{
return
_pythonScriptFolderID; }
10
private
:
11
static
ot::UID
_pythonScriptFolderID;
12
};
CoreTypes.h
FolderNames.h
ExternalDependencies
Definition
ExternalDependencies.h:6
ExternalDependencies::setPythonScriptFolderID
void setPythonScriptFolderID(ot::UID id)
Definition
ExternalDependencies.h:8
ExternalDependencies::getPythonScriptFolderID
ot::UID getPythonScriptFolderID() const
Definition
ExternalDependencies.h:9
ot::UID
unsigned long UID
Unique identifier (32 bit unsigned integer)
Definition
CoreTypes.h:27
Services
DataProcessingService
include
ExternalDependencies.h
Generated by
1.10.0