MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / setStepCallback

Method setStepCallback

src/gui/FlexControlDialog.cpp:495–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493 bool captured() const { return m_captured; }
494
495 void setStepCallback(std::function<void(int)> callback)
496 {
497 m_stepCallback = std::move(callback);
498 }
499
500 void setCaptureCallback(std::function<void(bool)> callback)
501 {

Callers 1

FlexControlDialogMethod · 0.80

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected