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

acq400_Proxy implementation. More...

#include "acq400_Proxy.h"
#include "acq-util.h"
#include "split2.h"

Macros

#define XRMIOCAPP_SRC_ACQ400_PROXY_CPP_
#define DN   __FILE__
#define FN   __FUNCTION__
#define MARK   fprintf(stderr, "%s %d\n", FN, __LINE__)
#define MARKI(p)

Typedefs

typedef std::vector< std::string > VS

Functions

epicsFloat32 ** init_ecal_src ()
const SamplePramsget_acq400_SamplePrams ()
int acq400_Proxy_Configure (const char *portName)
void acq400_Proxy_Register (void)
 epicsExportRegistrar (acq400_Proxy_Register)

Detailed Description

acq400_Proxy implementation.

Created on: 12 May 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_Proxy_Configure()

int acq400_Proxy_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.