MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / start

Method start

sources/base/SystemWrapper.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89bool SystemWrapper::start()
90{
91 if (_grabber != nullptr)
92 return _grabber->start();
93 else
94 return false;
95}
96
97void SystemWrapper::stop()
98{

Callers 11

setAuthBlockMethod · 0.45
setNewTokenRequestMethod · 0.45
startInstanceMethod · 0.45
handleUsbImageMethod · 0.45
handleSysImageMethod · 0.45
MuxerMethod · 0.45
setEnableMethod · 0.45
timeTriggerMethod · 0.45
readPendingDatagramsMethod · 0.45
onThreadExitsMethod · 0.45
registerServiceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected