Generalized stream variables implementation
This commit is contained in:
parent
a3b5555568
commit
e8f1ceff3a
2 changed files with 45 additions and 90 deletions
|
@ -7,6 +7,7 @@
|
|||
#include "json.h"
|
||||
|
||||
namespace Util {
|
||||
void streamVariables(std::string &str, const std::string & streamname, const std::string & source = "");
|
||||
std::string getTmpFolder();
|
||||
void sanitizeName(std::string & streamname);
|
||||
bool streamAlive(std::string & streamname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue