This website works better with JavaScript.
Explore
Help
Sign In
electro
/
scpi_parser
Watch
1
Star
0
Fork
You've already forked scpi_parser
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
42
Commits
1
Branch
7
Tags
196 KiB
Tag:
Branch:
Tree:
f62cd8df28
master
0.0.1
0.0.2
0.0.3
0.1.0
0.1.1
0.1.2
0.2.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f62cd8df28'
${ noResults }
Commit Graph
26 Commits (f62cd8df28d6e57a675c4ddce9d9f9e1b49ee42a)
Author
SHA1
Message
Date
Ondřej Hruška
f62cd8df28
chardata
10 years ago
Ondřej Hruška
195132e829
fixed stupid bug causing a warning
10 years ago
Ondřej Hruška
daf9a3c2a5
fixed some small style errors and warnings
10 years ago
Ondřej Hruška
1118d51b7c
support for custom errors & properly set SESR error type flags
10 years ago
Ondřej Hruška
430e2ca7ba
Discard leading whitespace after semicolon properly
10 years ago
Ondřej Hruška
c7f3337c6f
better example code
10 years ago
Ondřej Hruška
326b6324cd
better testing code in main.c, added scpi_handle_string() for receiving multiple chars
10 years ago
Ondřej Hruška
4fe15cc644
Added some more builtins, cleaning
10 years ago
Ondřej Hruška
e636ee7a5b
restructured
10 years ago
Ondřej Hruška
35732d948e
added skeleton for required SCPI SYST and STAT commands
10 years ago
Ondřej Hruška
1cec87973c
implemented default commands and SRQ callback
10 years ago
Ondřej Hruška
38aea9635e
parser now uses error queue
10 years ago
Ondřej Hruška
14e9df242d
integrated error queue, added builtin command support. TODO use error queue for command errors
10 years ago
Ondřej Hruška
a351127fbc
error table and error string building function added
10 years ago
Ondřej Hruška
2e43307477
require long command variant to be complete
10 years ago
Ondřej Hruška
8e60e0d94a
String escape sequences
10 years ago
Ondřej Hruška
749262e574
added more tests
10 years ago
Ondřej Hruška
0b4ae04d37
working blob reading system
10 years ago
Ondřej Hruška
29b2390442
working blob preamble parser, todo: preable body callback mechanism
10 years ago
Ondřej Hruška
e865a19b59
tested double quotes..
10 years ago
Ondřej Hruška
719bb235d2
removed need for length vars in commands and args config
10 years ago
Ondřej Hruška
b7d0a63986
bugfixes, todo: blob, error queue, output buffer, state registers
10 years ago
Ondřej Hruška
ea1b47e72f
untested arg parser for all but string
10 years ago
Ondřej Hruška
09587ee41e
working command matching, tbd trailing space and args
10 years ago
Ondřej Hruška
588bb22270
func for matching level strings
10 years ago
Ondřej Hruška
3bef041547
reorg, improve
10 years ago