Renamed file

This commit is contained in:
Marty Kraimer
1997-06-11 15:17:54 +00:00
parent 423e24fe8b
commit 4908e28d31
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ SRCS.c += ../devAiDvx2502.c
SRCS.c += ../devAiKscV215.c
SRCS.c += ../devAiSoft.c
SRCS.c += ../devAiSoftRaw.c
SRCS.c += ../devAiStats.c
SRCS.c += ../devVXStats.c
SRCS.c += ../devAiSymb.c
SRCS.c += ../devAiTestAsyn.c
SRCS.c += ../devAiXy566Di.c
@@ -1,5 +1,5 @@
/* devAiStats.c - Device Support Routines for vxWorks statistics */
/* devVX.c - Device Support Routines for vxWorks statistics */
/*
* Author: Jim Kowalkowski
* Date: 2/1/96
@@ -29,6 +29,9 @@
* -----------------
*
* $Log$
* Revision 1.2 1997/04/30 18:57:33 mrk
* Fixed most compiler warning messages
*
* Revision 1.1 1996/10/21 15:30:37 jbk
* Added ai/ao device support for vxWorks statics (memory/load/TCP con)
*
@@ -37,8 +40,8 @@
/*
add the following to devSup.ascii:
"ai" VME_IO "devAiStats" "VX stats"
"ao" VME_IO "devAoStats" "VX stats"
"ai" VME_IO "devAiVXStats" "VX stats"
"ao" VME_IO "devAoVXStats" "VX stats"
--------------------------------------------------------------------
Add TCP and CA connection information before release.
@@ -300,8 +303,8 @@ static validPutParms statsPutParms[]={
{ NULL,NULL,0 }
};
aStats devAiStats={ 6,NULL,ai_init,ai_init_record,ai_ioint_info,ai_read,NULL };
aStats devAoStats={ 6,NULL,NULL,ao_init_record,NULL,ao_write,NULL };
aStats devAiVXStats={ 6,NULL,ai_init,ai_init_record,ai_ioint_info,ai_read,NULL };
aStats devAoVXStats={ 6,NULL,NULL,ao_init_record,NULL,ao_write,NULL };
static glob_vars globs[3];
static spy_info spyinfo;