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

Method instance

PS3Driver/src/ps3eye.cpp:342–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342std::shared_ptr<USBMgr> USBMgr::instance()
343{
344 if( !sInstance ) {
345 sInstance = std::shared_ptr<USBMgr>( new USBMgr );
346 }
347 return sInstance;
348}
349
350void USBMgr::cameraStarted()
351{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected