Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNI/OpenNI
/ GetPayload
Method
GetPayload
Source/Modules/Common/DataRecords.cpp:213–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
const XnUInt8* Record::GetPayload() const
214
{
215
XN_ASSERT(m_pHeader->m_nPayloadSize != 0);
216
return (m_pData + m_pHeader->m_nFieldsSize);
217
}
218
219
XnUInt8* Record::GetPayload()
220
{
Callers
1
HandleNewDataRecord
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected