MCPcopy Create free account
hub / github.com/AIRLegend/aitrack / startTransferThread

Method startTransferThread

PS3Driver/src/ps3eye.cpp:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362void USBMgr::startTransferThread()
363{
364 update_thread = std::thread(&USBMgr::transferThreadFunc, this);
365}
366
367void USBMgr::stopTransferThread()
368{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected