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

Method WriteEntryCallback

Include/XnLogWriterBase.h:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101private:
102 static void XN_CALLBACK_TYPE WriteEntryCallback(const XnLogEntry* pEntry, void* pCookie)
103 {
104 XnLogWriterBase* pThis = (XnLogWriterBase*)pCookie;
105 pThis->WriteEntry(pEntry);
106 }
107 static void XN_CALLBACK_TYPE WriteUnformattedCallback(const XnChar* strMessage, void* pCookie)
108 {
109 XnLogWriterBase* pThis = (XnLogWriterBase*)pCookie;

Callers

nothing calls this directly

Calls 1

WriteEntryMethod · 0.45

Tested by

no test coverage detected