1 #ifndef SIMPT_PAREX_SERVER_NODE_PROTOCOL_H_
2 #define SIMPT_PAREX_SERVER_NODE_PROTOCOL_H_
56 void Delete(
const std::string& name);
64 virtual void ReceivePtree(
const boost::property_tree::ptree& reader);
69 #endif // end-of-include-guard
Base class for the XML/ptree protocols between client, server and node.
void StopTask()
Orders the node to stop its current task.
virtual void ReceivePtree(const boost::property_tree::ptree &reader)
Receive a ptree message (implements of Protocol::ReceivePtree).
A container class for the final result of a simulation.
void SendTask(const SimTask &task)
Sends a task to the server.
void SendAck()
Sends an acknowledgment of a received result to the server.
Protocol at the server side to communicate with the node.
void ResultReceived(const SimResult &result)
Signals emitted when a sim result was received.
void Delete(const std::string &name)
Orders the node to delete all files it has for a certain exploration.
Namespace for SimPT parameter explorer package.
Contains all information needed for a transmitable simulation task.
see the online Qt documentation