Custom variables support
Change-Id: Ia847a868d1803dc80fdb8a627d57bba571cdee64
This commit is contained in:
parent
d3a3b3bb5e
commit
97d24f75e4
15 changed files with 628 additions and 40 deletions
|
|
@ -13,7 +13,8 @@
|
|||
const JSON::Value empty;
|
||||
|
||||
namespace Util{
|
||||
void streamVariables(std::string &str, const std::string &streamname, const std::string &source = "");
|
||||
size_t streamCustomVariables(std::string &str);
|
||||
size_t streamVariables(std::string &str, const std::string &streamname, const std::string &source = "", uint8_t depth = 0);
|
||||
std::string getTmpFolder();
|
||||
void sanitizeName(std::string &streamname);
|
||||
bool streamAlive(std::string &streamname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue