]> sigrok.org Git - libsigrok.git/blobdiff - hardware/saleae-logic16/protocol.h
saleae-logic16: Detect the hardware.
[libsigrok.git] / hardware / saleae-logic16 / protocol.h
index a3ae1f82146e2d6372c685ff88d90d9ce229781a..0551712f1bdafab7ac0d4c2064ca7501e99fb675 100644 (file)
 
 /** Private, per-device-instance driver context. */
 struct dev_context {
-       /* Model-specific information */
-
-       /* Acquisition settings */
-
-       /* Operational state */
-
-       /* Temporary state across callbacks */
-
+       /** The currently configured samplerate of the device. */
+       uint64_t cur_samplerate;
 };
 
 SR_PRIV int saleae_logic16_receive_data(int fd, int revents, void *cb_data);