]> sigrok.org Git - pulseview.git/blobdiff - pv/binding/device.cpp
Device: Display "continuous" checkbox when settable in the driver.
[pulseview.git] / pv / binding / device.cpp
index d33802d0f571b4309646c356e7c7bb141050d871..855052cddc7e909a7c77c62783f50154ea702dd1 100644 (file)
@@ -123,6 +123,7 @@ Device::Device(shared_ptr<sigrok::Configurable> configurable) :
                case SR_CONF_RLE:
                case SR_CONF_POWER_OFF:
                case SR_CONF_AVERAGING:
+               case SR_CONF_CONTINUOUS:
                        bind_bool(descr, "", get, set);
                        break;