| 340 | } |
| 341 | |
| 342 | std::shared_ptr<USBMgr> USBMgr::instance() |
| 343 | { |
| 344 | if( !sInstance ) { |
| 345 | sInstance = std::shared_ptr<USBMgr>( new USBMgr ); |
| 346 | } |
| 347 | return sInstance; |
| 348 | } |
| 349 | |
| 350 | void USBMgr::cameraStarted() |
| 351 | { |
nothing calls this directly
no outgoing calls
no test coverage detected