Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 18 → Rev 17

/wiener_pcivme_dll/pcivme_ni.sdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: pcivme_ni.h.bak
===================================================================
--- pcivme_ni.h.bak (nonexistent)
+++ pcivme_ni.h.bak (revision 17)
@@ -0,0 +1,53 @@
+#ifndef __PCIVME_NI_H__
+#define __PCIVME_NI_H__
+
+//-------------------------------------------------------------------------------------------
+// pcivme_ni.h - header for ni-labview dll for ARW pcivme interface
+//
+// (c) 1999-2002 ARW Elektronik, Germany
+//
+// this source code is published under GPL (Open Source). You can use, redistrubute and
+// modify it unless this header is not modified or deleted. No warranty is given that
+// this software will work like expected.
+// This product is not authorized for use as critical component in life support systems
+// wihout the express written approval of ARW Elektronik Germany.
+//
+// Please announce changes and hints to ARW Elektronik
+//
+//
+// $Log: pcivme_ni.h,v $
+// Revision 1.1.1.1 2003/11/14 23:17:18 klaus
+// First put into repository
+//
+// Revision 1.2 2002/10/27 17:05:33 klaus
+// CVS log added, file addressing bug > 2 Gbtye circumvent
+//
+// what who when
+// first steps AR 17.11.1999
+// modified for use with C++ AR 08.06.2002
+//
+
+//-------------------------------------------------------------------------------------------
+// FUNCTIONS
+//
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+int __declspec(dllexport) VMEinit(const char *cszDeviceName, unsigned short nVMEMM, unsigned char ubAddressModifier, int *pnHandle);
+int __declspec(dllexport) VMEread(int nHandle, unsigned long ulAddress, unsigned char ubAccessWidth, unsigned long ulElementCount, void *pvBuffer);
+int __declspec(dllexport) VMEwrite(int nHandle, unsigned long ulAddress, unsigned char ubAccessWidth, unsigned long ulElementCount, void *pvBuffer);
+int __declspec(dllexport) VMEaccessVIC(int nHandle, unsigned char ubAccessMode, unsigned short uwAddress, unsigned char *ubContent);
+int __declspec(dllexport) VMEreset(int nHandle);
+int __declspec(dllexport) VMETAS(int nHandle, unsigned long ulAddress, unsigned char *ubResult);
+int __declspec(dllexport) VMEinterrupt(int nHandle, unsigned char *ubVector);
+int __declspec(dllexport) VMEsysfailGet(int nHandle, BOOLEAN *bResult);
+int __declspec(dllexport) VMEsysfailSet(int nHandle, BOOLEAN bForce);
+int __declspec(dllexport) VMEclose(int nHandle);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __PCIVME_NI_H__ */
\ No newline at end of file
Index: pcivme_ni.dsp
===================================================================
--- pcivme_ni.dsp (nonexistent)
+++ pcivme_ni.dsp (revision 17)
@@ -0,0 +1,131 @@
+# Microsoft Developer Studio Project File - Name="pcivme_ni" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** NICHT BEARBEITEN **
+
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
+
+CFG=pcivme_ni - Win32 Debug
+!MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE
+!MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl
+!MESSAGE
+!MESSAGE NMAKE /f "pcivme_ni.mak".
+!MESSAGE
+!MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben
+!MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel:
+!MESSAGE
+!MESSAGE NMAKE /f "pcivme_ni.mak" CFG="pcivme_ni - Win32 Debug"
+!MESSAGE
+!MESSAGE Für die Konfiguration stehen zur Auswahl:
+!MESSAGE
+!MESSAGE "pcivme_ni - Win32 Release" (basierend auf "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "pcivme_ni - Win32 Debug" (basierend auf "Win32 (x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName "pcivme_ni"
+# PROP Scc_LocalPath "."
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "pcivme_ni - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
+# ADD BASE RSC /l 0x407 /d "NDEBUG"
+# ADD RSC /l 0x407 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
+
+!ELSEIF "$(CFG)" == "pcivme_ni - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug"
+# PROP Intermediate_Dir "Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
+# ADD BASE RSC /l 0x407 /d "_DEBUG"
+# ADD RSC /l 0x407 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
+
+!ENDIF
+
+# Begin Target
+
+# Name "pcivme_ni - Win32 Release"
+# Name "pcivme_ni - Win32 Debug"
+# Begin Source File
+
+SOURCE=.\Klist.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\Klist.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\os_info.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\os_info.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\pcivme_ni.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\pcivme_ni.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\pcivme_ni_95.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\pcivme_ni_95.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\pcivme_ni_NT.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\pcivme_ni_NT.h
+# End Source File
+# End Target
+# End Project
Index: pcivme_ni.dsw
===================================================================
--- pcivme_ni.dsw (nonexistent)
+++ pcivme_ni.dsw (revision 17)
@@ -0,0 +1,33 @@
+Microsoft Developer Studio Workspace File, Format Version 6.00
+# WARNUNG: DIESE ARBEITSBEREICHSDATEI DARF NICHT BEARBEITET ODER GELÖSCHT WERDEN!
+
+###############################################################################
+
+Project: "pcivme_ni"=.\pcivme_ni.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+ begin source code control
+ pcivme_ni
+ ..\..\..\programme\devstudio\myprojects\pcivme_ni
+ end source code control
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Global:
+
+Package=<5>
+{{{
+}}}
+
+Package=<3>
+{{{
+}}}
+
+###############################################################################
+