|
ACQ2XX_API
|
defines the Kernel Device Driver Transport. More...
#include "local.h"#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "acq_transport.h"#include "KddTransport.h"Go to the source code of this file.
Data Structures | |
| class | KddTransport |
| class | HostdrvTransport |
Defines | |
| #define | MFMT "/dev/acq32/acq32.%d.m%d" |
| #define | SHELL_FMT "/dev/acq200/acq200.%d.rsh" |
| #define | ERROR_STRING "ACQ32:ERROR" |
| #define | ERROR_LEN strlen(ERROR_STRING) |
defines the Kernel Device Driver Transport.
D-TACQ offers 2 types of Linux Kernel Device Driver, this Transport is compatible with both of them:
D-TACQ does NOT offer a Windows(TM) kernel device driver (WDM) at this time; to control ACQ2xx from Windows use the SOAP or Dt100Transports.
Definition in file KddTransport.cpp.
| #define ERROR_LEN strlen(ERROR_STRING) |
Definition at line 45 of file KddTransport.cpp.
| #define ERROR_STRING "ACQ32:ERROR" |
Definition at line 44 of file KddTransport.cpp.
| #define MFMT "/dev/acq32/acq32.%d.m%d" |
Definition at line 41 of file KddTransport.cpp.
Referenced by KddTransport::KddTransport().
| #define SHELL_FMT "/dev/acq200/acq200.%d.rsh" |
Definition at line 42 of file KddTransport.cpp.
Referenced by KddTransport::KddTransport().
1.7.4