hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ReducingInputMessage.hpp
Go to the documentation of this file.
1 
15 #ifndef REDUCINGINPUTMESSAGE_HPP_
16 #define REDUCINGINPUTMESSAGE_HPP_
17 
18 #include "ReducingBaseMessage.hpp"
19 
20 namespace HCE
21 {
22 namespace reduce_types
23 {
24 
26 public:
27  ReducingInputMessage(const types::MessageType processingType, const int ttl, const std::string& body):
28  ReducingBaseMessage(processingType, ttl, body)
29  {
30  }
31 
33 };
34 
35 }
36 }
37 
38 #endif