23 #ifndef TRACITESTCLIENT_H
24 #define TRACITESTCLIENT_H
36 namespace testclient {
85 bool run(std::string fileName,
int port, std::string host =
"localhost");
87 bool connect(
int port, std::string host =
"localhost");
110 void commandSubscribeVariable(
int domID,
const std::string& objID,
int beginTime,
int endTime,
int varNo, std::ifstream& defFile);
111 void commandSetValue(
int domID,
int varID,
const std::string& objID, std::ifstream& defFile);
118 void errorMsg(std::stringstream& msg);