MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / WriteUnformattedCallback

Method WriteUnformattedCallback

Include/XnLogWriterBase.h:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 pThis->WriteEntry(pEntry);
106 }
107 static void XN_CALLBACK_TYPE WriteUnformattedCallback(const XnChar* strMessage, void* pCookie)
108 {
109 XnLogWriterBase* pThis = (XnLogWriterBase*)pCookie;
110 pThis->WriteUnformatted(strMessage);
111 }
112 static void XN_CALLBACK_TYPE OnConfigurationChangedCallback(void* pCookie)
113 {
114 XnLogWriterBase* pThis = (XnLogWriterBase*)pCookie;

Callers

nothing calls this directly

Calls 1

WriteUnformattedMethod · 0.45

Tested by

no test coverage detected