Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 89 → Rev 88

/cvi/instr/CAENV288/CAENV288.c
File deleted
/cvi/instr/CAENV288/CAENV288.fp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
Index: instr/CAENV288/CAENV288_DEF.h
===================================================================
--- instr/CAENV288/CAENV288_DEF.h (revision 89)
+++ instr/CAENV288/CAENV288_DEF.h (nonexistent)
@@ -1,10 +0,0 @@
-#ifndef _CAENV288_DEF_H
-#define _CAENV288_DEF_H
-
-#define V288_BUF 0x0
-#define V288_STATUS 0x2
-#define V288_TX 0x4
-#define V288_RST 0x6
-#define V288_IVR 0x8
-
-#endif
Index: instr/CAENV288/CAENV288.h
===================================================================
--- instr/CAENV288/CAENV288.h (revision 89)
+++ instr/CAENV288/CAENV288.h (nonexistent)
@@ -1,12 +0,0 @@
-#ifndef _CAENV288_H
-#define _CAENV288_H
-
-#include <ivi.h>
-
-void _VI_FUNC V288_Map (int ModuleNumber, unsigned long ModuleOffset);
-void _VI_FUNC V288_Reset(int ModuleNumber);
-void _VI_FUNC V288_Init (int ModuleNumber);
-int _VI_FUNC V288_Send(int ModuleNumber,int slaveid,int nbuf,unsigned short *buf);
-int _VI_FUNC V288_Receive(int ModuleNumber,int nbuf,unsigned short *buf);
-
-#endif