ADTF  3.18.2
adtf::services::macro Namespace Reference

Namespace to collect all available macros within ADTF. More...

Variables

constexpr const tChar *const ADTF_DIR = "ADTF_DIR"
 The ADTF_DIR points to your ADTF installation directory.
 
constexpr const tChar *const ADTF_SESSION_DIR = "ADTF_SESSION_DIR"
 The ADTF_SESSION_DIR points to directory of the current .adtfsession file loaded (if loaded via adtfsession)
 
constexpr const tChar *const ADTF_SESSION_FILE_NAME = "ADTF_SESSION_FILE_NAME"
 The ADTF_SESSION_FILE_NAME is resolved to the current .adtfsession file loaded without path (if loaded via adtfsession)
 
constexpr const tChar *const ADTF_SESSION_FILE_NAME_NOEXT = "ADTF_SESSION_FILE_NAME_NOEXT"
 The ADTF_SESSION_FILE_NAME_NOEXT is resolved to the current .adtfsession file loaded without path and without extension (if loaded via adtfsession)
 
constexpr const tChar *const ADTF_SESSION_DATA_DIR = "ADTF_SESSION_DATA_DIR"
 The ADTF_SESSION_DATA_DIR points to directory of the current session data (if loaded via adtfsession) By default this directory points to the. More...
 
constexpr const tChar *const ADTF_SYSTEM_DIR = "ADTF_SYSTEM_DIR"
 The ADTF_SYSTEM_DIR points to directory of the current .adtfsystem file loaded (if loaded via adtfsystem)
 
constexpr const tChar *const ADTF_SYSTEM_FILE_NAME = "ADTF_SYSTEM_FILE_NAME"
 The ADTF_SYSTEM_FILE_NAME is resolved to the current .adtfsystem file loaded without path (if loaded via adtfsystem)
 
constexpr const tChar *const ADTF_SYSTEM_FILE_NAME_NOEXT = "ADTF_SYSTEM_FILE_NAME_NOEXT"
 The ADTF_SYSTEM_FILE_NAME_NOEXT is resolved to the current .adtfsystem file loaded without path and without extension (if loaded via adtfsystem)
 
constexpr const tChar *const ADTF_GRAPH_DIR = "ADTF_GRAPH_DIR"
 The ADTF_GRAPH_DIR points to directory of the current .adtfgraph file loaded (if loaded via adtfgraph)
 
constexpr const tChar *const ADTF_GRAPH_FILE_NAME = "ADTF_GRAPH_FILE_NAME"
 The ADTF_GRAPH_FILE_NAME is resolved to the current .adtfgraph file loaded without path (if loaded via adtfgraph)
 
constexpr const tChar *const ADTF_GRAPH_FILE_NAME_NOEXT = "ADTF_GRAPH_FILE_NAME_NOEXT"
 The ADTF_GRAPH_FILE_NAME_NOEXT is resolved to the current .adtfgraph file loaded without path and without extension(if loaded via adtfgraph)
 
constexpr const tChar *const ADTF_PLAYBACK_FILE_NAMES = "ADTF_PLAYBACK_FILE_NAMES"
 The ADTF_PLAYBACK_FILE_NAMES is resolved to the filenames of the currently opened playback files, separated by ';'.
 
constexpr const tChar *const ADTF_PLAYBACK_FILE_NAMES_NOEXT = "ADTF_PLAYBACK_FILE_NAMES_NOEXT"
 The ADTF_PLAYBACK_FILE_NAMES_NOEXT is resolved to the filenames without the extension of the currently opened playback files, separated by ';'.
 
constexpr const tChar *const ADTF_PLAYBACK_FILE_BASENAMES = "ADTF_PLAYBACK_FILE_BASENAMES"
 The ADTF_PLAYBACK_FILE_BASENAMES is resolved to the basenames (filenames without directory components) of the currently opened playback files, separated by ';'.
 
constexpr const tChar *const ADTF_PLAYBACK_FILE_BASENAMES_NOEXT = "ADTF_PLAYBACK_FILE_BASENAMES_NOEXT"
 The ADTF_PLAYBACK_FILE_BASENAMES_NOEXT is resolved to the basenames (filenames without directory components) without the extension of the currently opened playback files, separated by ';'.
 
constexpr const tChar *const ADTF_PLAYBACK_DIRS = "ADTF_PLAYBACK_DIRS"
 The ADTF_PLAYBACK_DIRS is resolved to the directories that the currently opened playback files reside in, separated by ';'.
 
constexpr const tChar *const THIS_OBJECT_NAME = "THIS_OBJECT_NAME"
 The THIS_OBJECT_NAME is a scoped macro to resolve the current name of an object.
 
constexpr const tChar *const THIS_OBJECT_PARENT = "THIS_OBJECT_PARENT"
 The THIS_OBJECT_PARENT is a scoped macro to resolve the current fully path name of an objects parent (. separated)
 
constexpr const tChar *const THIS_OBJECT_FULL_NAME = "THIS_OBJECT_FULL_NAME"
 The THIS_OBJECT_FULL_NAME is a scoped macro to resolve the current fully path name of an objects (. separated)
 

Detailed Description

Namespace to collect all available macros within ADTF.

Variable Documentation

◆ ADTF_SESSION_DATA_DIR

constexpr const tChar* const ADTF_SESSION_DATA_DIR = "ADTF_SESSION_DATA_DIR"
constexpr

The ADTF_SESSION_DATA_DIR points to directory of the current session data (if loaded via adtfsession) By default this directory points to the.

constexpr const tChar *const ADTF_SESSION_FILE_NAME_NOEXT
The ADTF_SESSION_FILE_NAME_NOEXT is resolved to the current .adtfsession file loaded without path and...
constexpr const tChar *const ADTF_SESSION_DIR
The ADTF_SESSION_DIR points to directory of the current .adtfsession file loaded (if loaded via adtfs...

Definition at line 27 of file macroresolver_intf.h.