Support for 3.7 of epics

This commit is contained in:
Marty Kraimer
1992-09-14 14:05:18 +00:00
parent b7752984c7
commit d4d04b0c07
3 changed files with 17 additions and 17 deletions
+6 -6
View File
@@ -184,7 +184,7 @@ static long init_1771Ife(struct aiRecord *pai)
pabio->card,pabio->signal,pabio->plc_flag,&value,pai->linr);
return(0);
}
static long read_1771Ife(struct aiRecord *pai)
{
struct abio *pabio;
@@ -241,7 +241,7 @@ static long init_1771Ife0to5V(struct aiRecord *pai)
pabio->card,pabio->signal,pabio->plc_flag,&value,pai->linr);
return(0);
}
static long read_1771Ife0to5V(struct aiRecord *pai)
{
struct abio *pabio;
@@ -298,7 +298,7 @@ static long init_1771IfeMa(struct aiRecord *pai)
pabio->card,pabio->signal,pabio->plc_flag,&value,pai->linr);
return(0);
}
static long read_1771IfeMa(struct aiRecord *pai)
{
struct abio *pabio;
@@ -355,7 +355,7 @@ static long init_1771IfeSe(struct aiRecord *pai)
pabio->card,pabio->signal,pabio->plc_flag,&value,pai->linr);
return(0);
}
static long read_1771IfeSe(struct aiRecord *pai)
{
struct abio *pabio;
@@ -412,7 +412,7 @@ static long init_1771Il(struct aiRecord *pai)
pabio->card,pabio->signal,pabio->plc_flag,&value,pai->linr);
return(0);
}
static long read_1771Il(struct aiRecord *pai)
{
struct abio *pabio;
@@ -557,7 +557,7 @@ static long init_1771Ofe(struct aoRecord *pao)
else return(2);
return(0);
}
static long write_1771Ofe(struct aoRecord *pao)
{
struct abio *pabio;
+10 -10
View File
@@ -1,4 +1,4 @@
/* devFp.c */
/* devAt8At8Fp.c */
/* share/src/dev $Id$ */
/*
@@ -74,10 +74,10 @@ typedef struct {
} BINARYDSET;
BINARYDSET devBiFp= {6,NULL,NULL,init_bi, bi_ioinfo, read_bi};
BINARYDSET devBoFp= {6,NULL,NULL,init_bo, NULL, write_bo};
BINARYDSET devMbbiFp={6,NULL,NULL,init_mbbi,mbbi_ioinfo,read_mbbi};
BINARYDSET devMbboFp={6,NULL,NULL,init_mbbo, NULL,write_mbbo};
BINARYDSET devBiAt8Fp= {6,NULL,NULL,init_bi, bi_ioinfo, read_bi};
BINARYDSET devBoAt8Fp= {6,NULL,NULL,init_bo, NULL, write_bo};
BINARYDSET devMbbiAt8Fp={6,NULL,NULL,init_mbbi,mbbi_ioinfo,read_mbbi};
BINARYDSET devMbboAt8Fp={6,NULL,NULL,init_mbbo, NULL,write_mbbo};
static long init_bi( struct biRecord *pbi)
{
@@ -93,7 +93,7 @@ static long init_bi( struct biRecord *pbi)
break;
default :
recGblRecordError(S_db_badField,(void *)pbi,
"devBiFp (init_record) Illegal INP field");
"devBiAt8Fp (init_record) Illegal INP field");
return(S_db_badField);
}
return(0);
@@ -145,7 +145,7 @@ static long init_bo(struct boRecord *pbo)
default :
status = S_db_badField;
recGblRecordError(status,(void *)pbo,
"devBoFp (init_record) Illegal OUT field");
"devBoAt8Fp (init_record) Illegal OUT field");
}
return(status);
}
@@ -175,7 +175,7 @@ static long init_mbbi(struct mbbiRecord *pmbbi)
break;
default :
recGblRecordError(S_db_badField,(void *)pmbbi,
"devMbbiFp (init_record) Illegal INP field");
"devMbbiAt8Fp (init_record) Illegal INP field");
return(S_db_badField);
}
return(0);
@@ -198,7 +198,7 @@ static long read_mbbi(struct mbbiRecord *pmbbi)
pvmeio = (struct vmeio *)&(pmbbi->inp.value);
status = at5vxi_read(pvmeio->card,pmbbi->mask,&value);
status = fp_read(pvmeio->card,pmbbi->mask,&value);
if(status==0) {
pmbbi->rval = value;
} else {
@@ -226,7 +226,7 @@ static long init_mbbo(struct mbboRecord *pmbbo)
default :
status = S_db_badField;
recGblRecordError(status,(void *)pmbbo,
"devMbboFp (init_record) Illegal OUT field");
"devMbboAt8Fp (init_record) Illegal OUT field");
}
return(status);
}
+1 -1
View File
@@ -79,7 +79,7 @@ int after;
static long get_ioint_info(
int *cmd,
int cmd,
struct eventRecord *pr,
IOSCANPVT *ppvt)
{