YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
template_res.h File Reference
#include <string>
+ Include dependency graph for template_res.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const std::string str_app_template
 
static const std::string str_mod_template
 
static const std::string str_res_template
 

Variable Documentation

◆ str_app_template

const std::string str_app_template
static

Definition at line 11 of file template_res.h.

◆ str_mod_template

const std::string str_mod_template
static

Definition at line 46 of file template_res.h.

◆ 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.