more changes for stupid stupid win32
This commit is contained in:
@@ -50,6 +50,7 @@ static struct {
|
||||
read_ai,
|
||||
NULL
|
||||
};
|
||||
epicsShareExtern dset *pdevAiSoft;
|
||||
epicsShareDef dset *pdevAiSoft = (dset *)&devAiSoft;
|
||||
|
||||
static long init_record(aiRecord *pai)
|
||||
|
||||
@@ -51,6 +51,7 @@ static struct {
|
||||
read_ai,
|
||||
NULL
|
||||
};
|
||||
epicsShareExtern dset *pdevAiSoftRaw;
|
||||
epicsShareDef dset *pdevAiSoftRaw = (dset *)&devAiSoftRaw;
|
||||
|
||||
static long init_record(aiRecord *pai)
|
||||
|
||||
@@ -54,6 +54,7 @@ static struct {
|
||||
NULL,
|
||||
write_ao,
|
||||
NULL};
|
||||
epicsShareExtern dset *pdevAoSoft;
|
||||
epicsShareDef dset *pdevAoSoft = (dset *)&devAoSoft;
|
||||
|
||||
|
||||
|
||||
@@ -51,6 +51,7 @@ static struct {
|
||||
NULL,
|
||||
write_ao,
|
||||
NULL};
|
||||
epicsShareExtern dset *pdevAoSoftRaw;
|
||||
epicsShareDef dset *pdevAoSoftRaw = (dset *)&devAoSoftRaw;
|
||||
|
||||
static long write_ao(aoRecord *pao)
|
||||
|
||||
@@ -46,6 +46,7 @@ static struct {
|
||||
NULL,
|
||||
read_bi
|
||||
};
|
||||
epicsShareExtern dset *pdevBiSoft;
|
||||
epicsShareDef dset *pdevBiSoft = (dset *)&devBiSoft;
|
||||
|
||||
static long init_record(biRecord *pbi)
|
||||
|
||||
@@ -46,6 +46,7 @@ static struct {
|
||||
NULL,
|
||||
read_bi
|
||||
};
|
||||
epicsShareExtern dset *pdevBiSoftRaw;
|
||||
epicsShareDef dset *pdevBiSoftRaw = (dset *)&devBiSoftRaw;
|
||||
|
||||
static long init_record(biRecord *pbi)
|
||||
|
||||
@@ -52,6 +52,7 @@ static struct {
|
||||
init_record,
|
||||
NULL,
|
||||
write_bo};
|
||||
epicsShareExtern dset *pdevBoSoft;
|
||||
epicsShareDef dset *pdevBoSoft = (dset *)&devBoSoft;
|
||||
|
||||
static long init_record(boRecord *pbo)
|
||||
|
||||
@@ -52,6 +52,7 @@ static struct {
|
||||
init_record,
|
||||
NULL,
|
||||
write_bo};
|
||||
epicsShareExtern dset *pdevBoSoftRaw;
|
||||
epicsShareDef dset *pdevBoSoftRaw = (dset *)&devBoSoftRaw;
|
||||
|
||||
|
||||
|
||||
@@ -46,6 +46,7 @@ static struct {
|
||||
NULL,
|
||||
read_event
|
||||
};
|
||||
epicsShareExtern dset *pdevEventSoft;
|
||||
epicsShareDef dset *pdevEventSoft = (dset *)&devEventSoft;
|
||||
|
||||
static long init_record(eventRecord *pevent)
|
||||
|
||||
@@ -49,6 +49,7 @@ static struct {
|
||||
read_histogram,
|
||||
NULL
|
||||
};
|
||||
epicsShareExtern dset *pdevHistogramSoft;
|
||||
epicsShareDef dset *pdevHistogramSoft = (dset *)&devHistogramSoft;
|
||||
|
||||
static long init_record(histogramRecord *phistogram)
|
||||
|
||||
@@ -47,6 +47,7 @@ static struct {
|
||||
NULL,
|
||||
read_longin
|
||||
};
|
||||
epicsShareExtern dset *pdevLiSoft;
|
||||
epicsShareDef dset *pdevLiSoft = (dset *)&devLiSoft;
|
||||
|
||||
static long init_record(longinRecord *plongin)
|
||||
|
||||
@@ -45,6 +45,7 @@ static struct {
|
||||
NULL,
|
||||
write_longout
|
||||
};
|
||||
epicsShareExtern dset *pdevLoSoft;
|
||||
epicsShareDef dset *pdevLoSoft = (dset *)&devLoSoft;
|
||||
|
||||
static long init_record(longoutRecord *plongout)
|
||||
|
||||
@@ -46,6 +46,7 @@ static struct {
|
||||
NULL,
|
||||
read_mbbi
|
||||
};
|
||||
epicsShareExtern dset *pdevMbbiDirectSoft;
|
||||
epicsShareDef dset *pdevMbbiDirectSoft = (dset *)&devMbbiDirectSoft;
|
||||
|
||||
static long init_record(mbbiDirectRecord *pmbbi)
|
||||
|
||||
@@ -46,6 +46,7 @@ static struct {
|
||||
NULL,
|
||||
read_mbbi
|
||||
};
|
||||
epicsShareExtern dset *pdevMbbiDirectSoftRaw;
|
||||
epicsShareDef dset *pdevMbbiDirectSoftRaw = (dset *)&devMbbiDirectSoftRaw;
|
||||
|
||||
static long init_record(mbbiDirectRecord *pmbbi)
|
||||
|
||||
@@ -46,6 +46,7 @@ static struct {
|
||||
NULL,
|
||||
read_mbbi
|
||||
};
|
||||
epicsShareExtern dset *pdevMbbiSoft;
|
||||
epicsShareDef dset *pdevMbbiSoft = (dset *)&devMbbiSoft;
|
||||
|
||||
static long init_record(mbbiRecord *pmbbi)
|
||||
|
||||
@@ -46,6 +46,7 @@ static struct {
|
||||
NULL,
|
||||
read_mbbi
|
||||
};
|
||||
epicsShareExtern dset *pdevMbbiSoftRaw;
|
||||
epicsShareDef dset *pdevMbbiSoftRaw = (dset *)&devMbbiSoftRaw;
|
||||
|
||||
static long init_record(mbbiRecord *pmbbi)
|
||||
|
||||
@@ -46,6 +46,7 @@ static struct {
|
||||
NULL,
|
||||
write_mbbo
|
||||
};
|
||||
epicsShareExtern dset *pdevMbboDirectSoft;
|
||||
epicsShareDef dset *pdevMbboDirectSoft = (dset *)&devMbboDirectSoft;
|
||||
|
||||
static long init_record(mbboDirectRecord *pmbbo)
|
||||
|
||||
@@ -47,6 +47,7 @@ static struct {
|
||||
NULL,
|
||||
write_mbbo
|
||||
};
|
||||
epicsShareExtern dset *pdevMbboDirectSoftRaw;
|
||||
epicsShareDef dset *pdevMbboDirectSoftRaw = (dset *)&devMbboDirectSoftRaw;
|
||||
|
||||
static long init_record(mbboDirectRecord *pmbbo)
|
||||
|
||||
@@ -46,6 +46,7 @@ static struct {
|
||||
NULL,
|
||||
write_mbbo
|
||||
};
|
||||
epicsShareExtern dset *pdevMbboSoft;
|
||||
epicsShareDef dset *pdevMbboSoft = (dset *)&devMbboSoft;
|
||||
|
||||
static long init_record(mbboRecord *pmbbo)
|
||||
|
||||
@@ -45,6 +45,7 @@ static struct {
|
||||
NULL,
|
||||
write_mbbo
|
||||
};
|
||||
epicsShareExtern dset *pdevMbboSoftRaw;
|
||||
epicsShareDef dset *pdevMbboSoftRaw = (dset *)&devMbboSoftRaw;
|
||||
|
||||
static long init_record(mbboRecord *pmbbo)
|
||||
|
||||
@@ -48,6 +48,7 @@ static struct {
|
||||
NULL,
|
||||
read_sa
|
||||
};
|
||||
epicsShareExtern dset *pdevSASoft;
|
||||
epicsShareDef dset *pdevSASoft = (dset *)&devSASoft;
|
||||
|
||||
|
||||
|
||||
@@ -47,6 +47,7 @@ static struct {
|
||||
NULL,
|
||||
read_stringin
|
||||
};
|
||||
epicsShareExtern dset *pdevSiSoft;
|
||||
epicsShareDef dset *pdevSiSoft = (dset *)&devSiSoft;
|
||||
|
||||
static long init_record(stringinRecord *pstringin)
|
||||
|
||||
@@ -46,6 +46,7 @@ static struct {
|
||||
NULL,
|
||||
write_stringout
|
||||
};
|
||||
epicsShareExtern dset *pdevSoSoft;
|
||||
epicsShareDef dset *pdevSoSoft = (dset *)&devSoSoft;
|
||||
|
||||
static long init_record(stringoutRecord *pstringout)
|
||||
|
||||
@@ -51,6 +51,7 @@ static struct {
|
||||
NULL,
|
||||
read_wf
|
||||
};
|
||||
epicsShareExtern dset *pdevWfSoft;
|
||||
epicsShareDef dset *pdevWfSoft = (dset *)&devWfSoft;
|
||||
|
||||
|
||||
|
||||
@@ -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