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

Function xnLogSetMaskState

Source/OpenNI/XnLog.cpp:1093–1096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1091}
1092
1093XN_C_API XnStatus xnLogSetMaskState(const XnChar* csMask, XnBool bEnabled)
1094{
1095 return xnLogBCSetMaskState(csMask, bEnabled);
1096}
1097
1098XN_C_API XnStatus xnLogSetSeverityFilter(XnLogSeverity nMinSeverity)
1099{

Callers

nothing calls this directly

Calls 1

xnLogBCSetMaskStateFunction · 0.85

Tested by

no test coverage detected