|
ACQ400_XRM (xrmIoc)
|
acq400_Permit implementation. More...
#include "acq400_Permit.h"#include "acq400_PermitLut.h"#include "acq400_Proxy.h"#include "anatrg.h"#include "acq-util.h"#include "split2.h"#include <fcntl.h>#include <sys/mman.h>#include <unistd.h>#include <string.h>Classes | |
| class | acq400_Permit_AI |
| class | acq400_Permit_DI |
Macros | |
| #define | DN __FILE__ |
| #define | FN __FUNCTION__ |
| #define | MARK fprintf(stderr, "%s %d\n", FN, __LINE__) |
| #define | MARKI(p) |
| #define | DI_NELEM 2 |
| #define | FM32 0xffffffff |
Functions | |
| int | acq400_Permit_Configure (const char *portName, int site, int is_ai, int nchan) |
| void | acq400_Permit_Register (void) |
| epicsExportRegistrar (acq400_Permit_Register) | |
acq400_Permit implementation.
Strategy:
Records thread:
| #define DI_NELEM 2 |
active, state
| #define MARKI | ( | p | ) |
| int acq400_Permit_Configure | ( | const char * | portName, |
| int | site, | ||
| int | is_ai, | ||
| int | nchan ) |
EPICS iocsh callable function to call constructor for the testAsynPortDriver class.
| [in] | portName | The name of the asyn port driver to be created. |