On 08/14/2015 05:01 PM, Hubert Chaumette wrote:

> I suppose that's what SR_CONF_CONTINUOUS is for. However, I don't
> understand how it is supposed to be activated. It is a SR_T_UINT64
> property, yet I have not found its value used anywhere in libsigrok (and I was
> expecting a SR_T_BOOL). In sigrok-cli, the continuous option is only used to
> disable buffering.

SR_CONF_CONTINUOUS is basically an "advisory" config key -- it tells the 
client that this device can operate in continuous mode, i.e. doesn't need a 
sample limit, frame limit, and the like.

The client doesn't really need to set it, since it's the default in the 
absence of any of the limit config keys.


-- 
Bert Vermeulen        b...@biot.com          email/xmpp

------------------------------------------------------------------------------
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to