|
ACQ400_XRM (xrmIoc)
|
acq400_SOE implementation. More...
#include "acq400_SOE.h"#include "acq400_Proxy.h"#include "acq-util.h"#include "split2.h"#include <fcntl.h>#include <unistd.h>#include <string.h>#include "Buffer.h"#include "ES.h"Macros | |
| #define | DN __FILE__ |
| #define | FN __FUNCTION__ |
| #define | MARK fprintf(stderr, "%s %d\n", FN, __LINE__) |
| #define | MARKI(p) |
| #define | SKIP_ES 1 |
Typedefs | |
| typedef std::vector< std::string > | VS |
Functions | |
| epicsInt64 | getWrTsFromRaw (unsigned *sp_raw) |
| int | acq400_SOE_Configure (const char *portName) |
| void | acq400_SOE_Register (void) |
| epicsExportRegistrar (acq400_SOE_Register) | |
acq400_SOE implementation.
Created on: 23 Feb 2026 Author: pgm
| #define MARKI | ( | p | ) |
| int acq400_SOE_Configure | ( | const char * | portName | ) |
EPICS iocsh callable function to call constructor for the testAsynPortDriver class.
| [in] | portName | The name of the asyn port driver to be created. |