Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
143 f9daq 1
 
2
/************** Static Function Declarations **************/
3
 
4
/************** Global Variable Declarations **************/
5
 
6
/************** Global Function Declarations **************/
7
int __declspec(dllexport) pySetCtrlVal( char *, char *);
8
 
9
int __declspec(dllexport) pyGetCtrlVal( char *, char *);
10
 
11
int __declspec(dllexport) pyPrint(int panel);
12
 
13
int __declspec(dllexport) pySetPanelHandle(int );
14
 
15
int __declspec(dllexport) pySetQueueHandle(int );
16
 
17
int __declspec(dllexport) pySetThreadHandle(int );
18
 
19
int __declspec(dllexport) pyLoadUirHeader(const char *fname);
20
 
21
int __declspec(dllexport)  pyProcessUserEvent(char *param);
22
 
23
int __declspec(dllexport)  pyQueueUserEvent(char *param);
24
 
25
 
26
 
27
 
28
extern int __declspec(dllexport) panelHandle;