#include <string>
Go to the source code of this file.
◆ str_app_template
const std::string str_app_template |
|
static |
◆ str_mod_template
const std::string str_mod_template |
|
static |
◆ str_res_template
const std::string str_res_template |
|
static |
Initial value:=
"<resources>\n"
" <!-- Multiple computer descriptions can be introduced -->\n"
" <computer>\n"
" <name>hostname1</name>\n"
" <description>Template resource</description>\n"
"\n"
" <!-- A disabled resource will not be used. -->\n"
" <disable>no</disable>\n"
"\n"
" <!-- Platform, Memory, Storage, Processor and Network speceification\n"
" will be discoverd automatically. But peripherals sush as GPU need to\n"
" be specifically introduced. -->\n"
" </computer>\n"
"\n"
"</resources>\n"
Definition at line 117 of file template_res.h.