This will come back in some form or another later, but for now
don't clutter the API with non-working stuff. Removing stuff from APIs
is not possible without breaking the API, adding stuff later is simpler.
.BR ascii ,
.BR binary ,
.BR vcd ,
-.BR ols ,
-.BR gnuplot ", and"
-.BR analog .
+.BR ols ", and"
+.BR gnuplot .
.sp
The
.B bits
sample_size = logic->unitsize;
g_message("cli: received SR_DF_LOGIC, %"PRIu64" bytes", logic->length);
break;
- case SR_DF_ANALOG:
- break;
}
/* not supporting anything but SR_DF_LOGIC for now */