Uwe Hermann
|
144f6660d0
|
Don't define names ending with _t (POSIX reserved).
Avoid defining any names ending in _t, those are generally reserved
for POSIX usage. For details see:
http://pubs.opengroup.org/onlinepubs/007904975/functions/xsh_chap02_02.html
http://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html
|
2014-05-04 16:16:17 +02:00 |
Matthias Heidbrink
|
dc05dd6069
|
visa: Fixed missing header warnings/uninitialized variable.
|
2014-03-08 10:56:16 +01:00 |
Daniel Elstner
|
d8b6b28b80
|
scpi_visa: Add missing callback parameter.
(scpi_visa_dev_inst_new): Fix serious compiler warning due to
missing drvc parameter in prototype.
|
2014-02-07 20:20:20 +01:00 |
Uwe Hermann
|
7ad4e2b80b
|
scpi_visa.c: Minor cosmetics.
|
2014-02-03 00:24:13 +01:00 |
Martin Ling
|
1fb2312f99
|
Add librevisa SCPI backend.
|
2014-02-02 22:42:25 +01:00 |