Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNI/OpenNI
/ WriteUnformatted
Method
WriteUnformatted
Source/OpenNI/XnLogFileWriter.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void XnLogFileWriter::WriteUnformatted(const XnChar* strMessage)
77
{
78
xnOSWriteFile(m_fLogFile, strMessage, xnOSStrLen(strMessage) + 1);
79
}
80
81
XnStatus XnLogFileWriter::OpenFile()
82
{
Callers
3
WriteUnformattedCallback
Method · 0.45
xnLogWriteNoEntryImplV
Function · 0.45
xnLogWriteNoEntry
Function · 0.45
Calls
2
xnOSWriteFile
Function · 0.50
xnOSStrLen
Function · 0.50
Tested by
no test coverage detected