Skip to content
Snippets Groups Projects
Commit 77fb60cc authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #7432: Added header for LOFAR Messages format

parent 262e1583
No related branches found
No related tags found
No related merge requests found
......@@ -42,11 +42,19 @@ class Message
// Construct a message
Message(
// Name of the service or process producing this message
const std::string &from,
// End-user responsible for this request (if applicable)
const std::string &forUser,
// Human-readable summary describing this request
const std::string &summary,
// Service to send this message to
const std::string &toService,
// Version of the protocol we're using to describe the payload
const std::string &toVersion
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment