MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / start

Method start

Default/GenericInspector/TVProcessorWorker.cpp:185–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void
186TVProcessorWorker::start(void)
187{
188 if (this->processor == nullptr) {
189 this->processor = su_tv_processor_new(&this->defaultParams);
190 if (this->processor == nullptr)
191 emit error("TV processor failed to initialize: invalid parameters");
192 }
193}
194
195void
196TVProcessorWorker::process()

Callers 2

connectAllMethod · 0.45
TVProcessorTabMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected