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