Subversion Repositories f9daq

Compare Revisions

Regard whitespace Rev 143 → Rev 142

/CVIpython/TestGui.c
File deleted
/CVIpython/ExportCVIFunctions.prj
File deleted
/CVIpython/ExportCVIFunctions.cws
File deleted
/CVIpython/TestGui.h
File deleted
/CVIpython/testgui.py
File deleted
/CVIpython/TestProject.prj
File deleted
/CVIpython/TestProject.cws
File deleted
/CVIpython/TestGui.uir
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: CVIpython/ExportCVIFunctions.h
===================================================================
--- CVIpython/ExportCVIFunctions.h (revision 143)
+++ CVIpython/ExportCVIFunctions.h (nonexistent)
@@ -1,28 +0,0 @@
-
-/************** Static Function Declarations **************/
-
-/************** Global Variable Declarations **************/
-
-/************** Global Function Declarations **************/
-int __declspec(dllexport) pySetCtrlVal( char *, char *);
-
-int __declspec(dllexport) pyGetCtrlVal( char *, char *);
-
-int __declspec(dllexport) pyPrint(int panel);
-
-int __declspec(dllexport) pySetPanelHandle(int );
-
-int __declspec(dllexport) pySetQueueHandle(int );
-
-int __declspec(dllexport) pySetThreadHandle(int );
-
-int __declspec(dllexport) pyLoadUirHeader(const char *fname);
-
-int __declspec(dllexport) pyProcessUserEvent(char *param);
-
-int __declspec(dllexport) pyQueueUserEvent(char *param);
-
-
-
-
-extern int __declspec(dllexport) panelHandle;