From 77fb60cca5f61212dfd8e7f2649253045ca049a9 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Mon, 2 Feb 2015 14:01:45 +0000 Subject: [PATCH] Task #7432: Added header for LOFAR Messages format --- LCS/MessageBus/include/MessageBus/Message.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/LCS/MessageBus/include/MessageBus/Message.h b/LCS/MessageBus/include/MessageBus/Message.h index 85641507e18..9b8266520d8 100644 --- a/LCS/MessageBus/include/MessageBus/Message.h +++ b/LCS/MessageBus/include/MessageBus/Message.h @@ -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 ); -- GitLab