hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
ReducingOutputMessage.hpp
Go to the documentation of this file.
1
15
#ifndef REDUCINGOUTPUTMESSAGE_HPP_
16
#define REDUCINGOUTPUTMESSAGE_HPP_
17
18
#include "
ReducingBaseMessage.hpp
"
19
20
namespace
HCE{
21
namespace
reduce_types{
22
23
class
ReducingOutputMessage
:
public
ReducingBaseMessage
{
24
public
:
25
ReducingOutputMessage
(
const
types::MessageType
processingType,
const
int
ttl
,
26
const
std::string& body,
const
int
processingErrorCode,
27
const
std::string& processingErrorMsg,
28
int
processingElapsedTime);
29
~ReducingOutputMessage
();
30
31
int
getProcessingErrorCode
()
const
;
32
std::string
getProcessingErrorMsg
()
const
;
33
int
getProcessingElapsedTime
()
const
;
34
35
private
:
36
int
_processingErrorCode;
37
int
_processingElapsedTime;
38
std::string _processingErrorMsg;
39
40
ReducingOutputMessage
();
41
};
42
43
}
44
}
45
46
#endif
sources
utils
reduceHandler
src
ReducingOutputMessage.hpp
Generated on Tue Jun 30 2015 19:42:14 for hce-node application by
1.8.1.2