]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hameg-hmo/protocol.h
hameg-hmo: Support BE format for SCPI sample downloads
[libsigrok.git] / src / hardware / hameg-hmo / protocol.h
index 6219ed635ef048fc014bb43200f1b3b2a79ebd15..c42aa98a6a8fc3a3fcd130c57b0073f4c4d06ed1 100644 (file)
@@ -87,6 +87,9 @@ struct scope_state {
        int trigger_source;
        int trigger_slope;
        uint64_t sample_rate;
+
+       /** SCPI data block byte order. 'l'/'b' when known, '?' otherwise. */
+       char byteorder;
 };
 
 /** Private, per-device-instance driver context. */