1 #ifndef SIMPT_PAREX_SIM_RESULT_H_INCLUDED
2 #define SIMPT_PAREX_SIM_RESULT_H_INCLUDED
43 SimResult(
const std::string& explorationName,
int taskId, ResultType result,
44 const std::string& nodeIP=
"",
int nodePort=0);
62 std::string m_exploration_name;
67 std::string m_node_ip;
73 #endif // end-of-include-guard
A container class for the final result of a simulation.
std::string GetNodeIP() const
Returns the IP of the node that has the result.
int GetTaskId() const
Return the id of the finished task.
ResultType GetResult() const
Check if the simulation was successfully completed.
std::string GetExplorationName() const
Returns the name of the exploration of the finished task.
Namespace for SimPT parameter explorer package.
int GetNodePort() const
Returns the Port of the TCP server of the node that has the result.
SimResult()
Default constructor, needed by Qt signals.