]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hameg-hmo/protocol.h
hameg-hmo: Map logic data from second digital pod to channels D8-D15
[libsigrok.git] / src / hardware / hameg-hmo / protocol.h
index 24deb3f759ae99b39e8d720d6250f3630093f08d..b251bc823b3aadfe147af3070c7a2637d5bfb3ec 100644 (file)
@@ -103,6 +103,9 @@ struct dev_context {
        uint64_t num_frames;
 
        uint64_t frame_limit;
+
+       size_t pod_count;
+       GByteArray *logic_data;
 };
 
 SR_PRIV int hmo_init_device(struct sr_dev_inst *sdi);