I need a header file for K8047.(*.h)
I would like to embed the K8047 in Labview.
Here you can copy the content of the K8047 header file:
[code]#ifdef __cplusplus
extern āCā {
#endif
#define FUNCTION __declspec(dllimport)
FUNCTION void __stdcall StartDevice();
FUNCTION void __stdcall StopDevice();
FUNCTION void __stdcall LEDon();
FUNCTION void __stdcall LEDoff();
FUNCTION void __stdcall ReadData(int *ptr);
FUNCTION void __stdcall SetGain(int Channel, int Gain);
#ifdef __cplusplus
}
#endif[/code]