13 #include <boost/system/error_code.hpp> 15 #include "../../../../LIBRARIES/UTILS/src/dpyError.h" 36 Status(std::string k,std::string v,std::string t );
38 std::string toString()
const;
39 friend std::ostream& operator<<(std::ostream& os,
const Status& s);
40 friend std::istream& operator>>(std::istream& is,
Status& s);
48 std::string parentId =
"";
49 std::string serialNumber =
"";
50 std::string fwversion =
"";
51 std::string others =
"";
Priority
Priority of the message.
Definition: healthTypes.h:20
Status type.
Definition: healthTypes.h:28
Low.
Definition: healthTypes.h:22
Normal.
Definition: healthTypes.h:23
std::string value
The value.
Definition: healthTypes.h:31
Not Available.
Definition: healthTypes.h:21
Deepsy HEALTH namespace that includes the different enums, structs or method signatures that should b...
Definition: healthTypes.h:17
std::string timestamp
When the data was obtained.
Definition: healthTypes.h:32
std::string key
The value identifier.
Definition: healthTypes.h:30
High.
Definition: healthTypes.h:24