more changes for stupid stupid win32
This commit is contained in:
@@ -56,6 +56,7 @@ static struct {
|
||||
read_ai,
|
||||
NULL
|
||||
};
|
||||
epicsShareExtern dset *pdevAiTestAsyn;
|
||||
epicsShareDef dset *pdevAiTestAsyn = (dset *)&devAiTestAsyn;
|
||||
|
||||
|
||||
|
||||
@@ -57,6 +57,7 @@ static struct {
|
||||
write_ao,
|
||||
NULL
|
||||
};
|
||||
epicsShareExtern dset *pdevAoTestAsyn;
|
||||
epicsShareDef dset *pdevAoTestAsyn = (dset *)&devAoTestAsyn;
|
||||
|
||||
static long init_record(pao)
|
||||
|
||||
@@ -56,6 +56,7 @@ static struct {
|
||||
read_bi,
|
||||
NULL
|
||||
};
|
||||
epicsShareExtern dset *pdevBiTestAsyn;
|
||||
epicsShareDef dset *pdevBiTestAsyn = (dset *)&devBiTestAsyn;
|
||||
|
||||
static long init_record(pbi)
|
||||
|
||||
@@ -57,6 +57,7 @@ static struct {
|
||||
write_bo,
|
||||
NULL
|
||||
};
|
||||
epicsShareExtern dset *pdevBoTestAsyn;
|
||||
epicsShareDef dset *pdevBoTestAsyn = (dset *)&devBoTestAsyn;
|
||||
|
||||
static long init_record(pbo)
|
||||
|
||||
@@ -49,6 +49,7 @@ static struct {
|
||||
get_ioint_info,
|
||||
read_event
|
||||
};
|
||||
epicsShareExtern dset *pdevEventTestIoEvent;
|
||||
epicsShareDef dset *pdevEventTestIoEvent = (dset *)&devEventTestIoEvent;
|
||||
|
||||
typedef struct myCallback {
|
||||
|
||||
@@ -52,6 +52,7 @@ static struct {
|
||||
read_histogram,
|
||||
NULL
|
||||
};
|
||||
epicsShareExtern dset *pdevHistogramTestAsyn;
|
||||
epicsShareDef dset *pdevHistogramTestAsyn = (dset *)&devHistogramTestAsyn;
|
||||
|
||||
static long init_record(phistogram)
|
||||
|
||||
@@ -56,6 +56,7 @@ static struct {
|
||||
read_mbbi,
|
||||
NULL
|
||||
};
|
||||
epicsShareExtern dset *pdevMbbiTestAsyn;
|
||||
epicsShareDef dset *pdevMbbiTestAsyn = (dset *)&devMbbiTestAsyn;
|
||||
|
||||
static long init_record(pmbbi)
|
||||
|
||||
@@ -57,6 +57,7 @@ static struct {
|
||||
write_mbbo,
|
||||
NULL
|
||||
};
|
||||
epicsShareExtern dset *pdevMbboTestAsyn;
|
||||
epicsShareDef dset *pdevMbboTestAsyn = (dset *)&devMbboTestAsyn;
|
||||
|
||||
static long init_record(pmbbo)
|
||||
|
||||
@@ -55,6 +55,7 @@ static struct {
|
||||
read_stringin,
|
||||
NULL
|
||||
};
|
||||
epicsShareExtern dset *pdevSiTestAsyn;
|
||||
epicsShareDef dset *pdevSiTestAsyn = (dset *)&devSiTestAsyn;
|
||||
|
||||
static long init_record(pstringin)
|
||||
|
||||
@@ -56,6 +56,7 @@ static struct {
|
||||
write_stringout,
|
||||
NULL
|
||||
};
|
||||
epicsShareExtern dset *pdevSoTestAsyn;
|
||||
epicsShareDef dset *pdevSoTestAsyn = (dset *)&devSoTestAsyn;
|
||||
|
||||
static long init_record(pstringout)
|
||||
|
||||
@@ -56,6 +56,7 @@ static struct {
|
||||
read_wf,
|
||||
NULL
|
||||
};
|
||||
epicsShareExtern dset *pdevWfTestAsyn;
|
||||
epicsShareDef dset *pdevWfTestAsyn = (dset *)&devWfTestAsyn;
|
||||
|
||||
static long init_record(pwf)
|
||||
|
||||
Reference in New Issue
Block a user