|
ACQ2XX_API
|
implementation of acqcmd using API. More...
Go to the source code of this file.
Defines | |
| #define | MAXBUF 1024 |
Functions | |
| int | main (int argc, const char **argv) |
Variables | |
| int | acq200_debug |
| int | timeout |
| char * | device |
| int | do_shell |
| char | command [MAXBUF] = {} |
| char | response [MAXBUF] = {} |
| char * | poll_while |
| char * | poll_until |
implementation of acqcmd using API.
acqcmd is the interface to the low level command interpreter (see ICD).
Definition in file acqcmd.cpp.
| #define MAXBUF 1024 |
Definition at line 36 of file acqcmd.cpp.
Referenced by main().
| int main | ( | int | argc, |
| const char ** | argv | ||
| ) |
Definition at line 42 of file acqcmd.cpp.
References acq200_debug, Transport::acq2sh(), Transport::acqcmd(), command, device, do_shell, Transport::getTransport(), MAXBUF, opt_context, poll_until, poll_while, response, STATUS_IS_OK, timeout, and Transport::waitStateChange().
| int acq200_debug |
Definition at line 31 of file acqcmd.cpp.
| char command[MAXBUF] = {} |
Definition at line 37 of file acqcmd.cpp.
| char* device |
Definition at line 33 of file acqcmd.cpp.
| int do_shell |
Definition at line 34 of file acqcmd.cpp.
| char* poll_until |
Definition at line 40 of file acqcmd.cpp.
Referenced by main().
| char* poll_while |
Definition at line 39 of file acqcmd.cpp.
Referenced by main().
| char response[MAXBUF] = {} |
Definition at line 38 of file acqcmd.cpp.
| int timeout |
Definition at line 32 of file acqcmd.cpp.
1.7.4