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

Method IsFrameSyncedWith

Source/Modules/nimMockNodes/MockGenerator.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431XnBool MockGenerator::IsFrameSyncedWith(xn::ProductionNode& other)
432{
433 return other.IsValid() && (strcmp(other.GetName(), m_strFrameSyncWith) == 0);
434}
435
436XnStatus MockGenerator::RegisterToFrameSyncChange(XnModuleStateChangedHandler handler, void* pCookie, XnCallbackHandle& hCallback)
437{

Callers 2

xnIsFrameSyncedWithImplFunction · 0.45
UpdateFrameSyncMethod · 0.45

Calls 2

GetNameMethod · 0.80
IsValidMethod · 0.45

Tested by

no test coverage detected