ACQ400_XRM (xrmIoc)
Loading...
Searching...
No Matches
acq400_SOE.cpp File Reference

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)

Detailed Description

acq400_SOE implementation.

Created on: 23 Feb 2026 Author: pgm

Macro Definition Documentation

◆ MARKI

#define MARKI ( p)
Value:
fprintf(stderr, "%s %d P_ %s:%d\n", FN, __LINE__, #p, p)

Function Documentation

◆ acq400_SOE_Configure()

int acq400_SOE_Configure ( const char * portName)

EPICS iocsh callable function to call constructor for the testAsynPortDriver class.

Parameters
[in]portNameThe name of the asyn port driver to be created.