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

Method addMessage

IPL/src/IPLProcess.cpp:350–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350void IPLProcess::addMessage(IPLProcessMessage msg)
351{
352 _messageMutex.lock();
353 _messages.push_back(msg);
354 _messageMutex.unlock();
355}
356
357void IPLProcess::addError(std::string msg)
358{

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected