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

Method Decode

Source/Modules/Common/DataRecords.cpp:322–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322XnStatus NodeAdded_1_0_0_4_Record::Decode()
323{
324 XnStatus nRetVal = XN_STATUS_OK;
325 nRetVal = StartRead();
326 XN_IS_STATUS_OK(nRetVal);
327 nRetVal = DecodeImpl();
328 XN_IS_STATUS_OK(nRetVal);
329 nRetVal = FinishRead();
330 XN_IS_STATUS_OK(nRetVal);
331 return XN_STATUS_OK;
332}
333
334XnStatus NodeAdded_1_0_0_4_Record::EncodeImpl()
335{

Calls 2

ReadFunction · 0.85
xnOSMemMoveFunction · 0.50

Tested by

no test coverage detected