X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=hardware%2Fcem-dt-885x%2Fprotocol.h;fp=hardware%2Fcem-dt-885x%2Fprotocol.h;h=6351aa4b02c670d477166091c7fa9dd96942fe6a;hp=ca995f1b72679681e272ed745fcdb3f82d4e02c6;hb=7fb8279c9b7e1e7f564725970bbafff74f5d2394;hpb=8fa9368eb41c7cb040a9eaef34aecc9f8a9e6d7e diff --git a/hardware/cem-dt-885x/protocol.h b/hardware/cem-dt-885x/protocol.h index ca995f1b..6351aa4b 100644 --- a/hardware/cem-dt-885x/protocol.h +++ b/hardware/cem-dt-885x/protocol.h @@ -39,8 +39,11 @@ struct dev_context { /* Model-specific information */ /* Acquisition settings */ + uint64_t limit_samples; /* Operational state */ + unsigned int num_samples; + unsigned char stream_buf[5]; /* Temporary state across callbacks */