MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / IPLProcessMessage

Function IPLProcessMessage

IPL/include/IPLProcess.h:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 };
60
61 IPLProcessMessage(std::string msg, IPLProcessMessageType type)
62 {
63 this->msg = msg;
64 this->type = type;
65 }
66
67 IPLProcessMessageType type;
68 std::string msg;

Callers 4

addErrorMethod · 0.85
addWarningMethod · 0.85
addSuccessMethod · 0.85
addInformationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected