Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addError
Method · 0.85
addWarning
Method · 0.85
addSuccess
Method · 0.85
addInformation
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected