Add SR_CONF_TRIGGER_TYPE config_info list
This commit is contained in:
parent
ec4063b83c
commit
8e34ca86fb
|
@ -61,6 +61,8 @@ static struct sr_config_info sr_config_info_data[] = {
|
|||
"Pre-trigger capture ratio", NULL},
|
||||
{SR_CONF_PATTERN_MODE, SR_T_CHAR, "pattern",
|
||||
"Pattern generator mode", NULL},
|
||||
{SR_CONF_TRIGGER_TYPE, SR_T_CHAR, "triggertype",
|
||||
"Trigger types", NULL},
|
||||
{SR_CONF_RLE, SR_T_BOOL, "rle",
|
||||
"Run Length Encoding", NULL},
|
||||
{SR_CONF_TRIGGER_SLOPE, SR_T_UINT64, "triggerslope",
|
||||
|
|
Loading…
Reference in New Issue