diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 12:48:09 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-15 12:48:09 -0400 |
commit | 047fcb18ded8438d5763ad537c64a2c110052a11 (patch) | |
tree | 9d1389954f929466c7f2a4dad6721c27387b7435 /instr-daemon.c | |
parent | c3f7e27f94563adc50e857d31c602ec03c2e7332 (diff) |
first attempt at gpib query responses
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index e1e29fb..2534d73 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -345,7 +345,7 @@ static gboolean periodic_poll (void) GPIB_check_for_device_clear_signal(); if (GPIB_check_for_messages(globals.Registers.gpib_buffer)) { if (GPIB_handle_new_input(globals.Registers.gpib_buffer)) { - Parser_main(globals.Registers.gpib_buffer, 0, NULL, NULL); + Parser_main(globals.Registers.gpib_buffer, 1, GPIB_send_query_response, NULL); } } GPIB_check_for_device_clear_signal(); |