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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user