Commit b1c805f
committed
Support parsing SCPI commands in sigrok-cli.
The support for sending custom SCPI commands to the device
has recently been added to libsigrok.
Add the corresponding support for parsing such commands in
sigrok-cli.
Signed-off-by: Guido Trentalancia <guido@trentalancia.com>
---
parsers.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)1 parent 6451abf commit b1c805f
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| 275 | + | |
275 | 276 | | |
276 | 277 | | |
277 | 278 | | |
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
281 | 282 | | |
282 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
283 | 291 | | |
284 | 292 | | |
285 | 293 | | |
| |||
0 commit comments