2
0
forked from Ivasoft/DSView

Fix wave shake when measure high frequency signals @ dso mode

This commit is contained in:
DreamSourceLab
2020-01-09 21:48:39 +08:00
parent 7328b0b2cc
commit 235a863b3a
18 changed files with 213 additions and 126 deletions

View File

@@ -387,6 +387,8 @@ struct sr_datafeed_dso {
gboolean samplerate_tog;
/** trig flag */
gboolean trig_flag;
/** trig channel */
uint8_t trig_ch;
/** The analog value(s). The data is interleaved according to
* the probes list. */
void *data;
@@ -703,6 +705,8 @@ struct sr_status {
uint32_t sample_divider;
gboolean sample_divider_tog;
gboolean trig_flag;
uint8_t trig_ch;
uint8_t trig_offset;
uint8_t ch0_max;
uint8_t ch0_min;