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

Method MaxBufferSize

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

Source from the content-addressed store, hash-verified

60
61 XnChar* Buffer() { return m_strBuffer; }
62 XnUInt32 MaxBufferSize() const { return XN_LOG_MAX_MESSAGE_LENGTH; }
63
64private:
65 XnChar m_strBuffer[XN_LOG_MAX_MESSAGE_LENGTH];

Callers 1

xnLogCreateEntryVFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected