MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / setInput

Method setInput

src/process/VisualProcessor.h:62–66  ·  view source on GitHub ↗

Set a (new) 'input' queue for incoming data.

Source from the content-addressed store, hash-verified

60
61 //Set a (new) 'input' queue for incoming data.
62 void setInput(VisualInputQueueTypePtr vis_in) {
63 std::lock_guard < std::mutex > busy_lock(busy_update);
64 input = vis_in;
65
66 }
67
68 //Add a vis_out queue where to consumed 'input' data will be
69 //dispatched by distribute().

Callers 2

OnInitMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected