LibTiePie
0.4.0
Library for interfacing TiePie engineering instruments
|
Functions | |
void | GenSetCallbackBurstCompleted (TpDeviceHandle_t hDevice, TpCallback_t pCallback, void *pData) |
Set callback function which is called when the generator burst is completed. | |
void | GenSetCallbackControllableChanged (TpDeviceHandle_t hDevice, TpCallback_t pCallback, void *pData) |
Set callback function which is called when the generator controlable property changes. | |
void | GenSetEventBurstCompleted (TpDeviceHandle_t hDevice, HANDLE hEvent) |
Set event object handle which is set when the generator burst is completed. | |
void | GenSetEventControllableChanged (TpDeviceHandle_t hDevice, HANDLE hEvent) |
Set event object handle which is set when the generator controllable property changes. | |
void | GenSetMessageBurstCompleted (TpDeviceHandle_t hDevice, HWND hWnd, WPARAM wParam, LPARAM lParam) |
Set window handle to which is send a WM_LIBTIEPIE_GEN_BURSTCOMPLETED message when the generator burst is completed. | |
void | GenSetMessageControllableChanged (TpDeviceHandle_t hDevice, HWND hWnd, WPARAM wParam, LPARAM lParam) |
Set window handle to which is send a WM_LIBTIEPIE_GEN_CONTROLLABLECHANGED message when the generator controlable property changes. | |
void GenSetCallbackBurstCompleted | ( | TpDeviceHandle_t | hDevice, |
TpCallback_t | pCallback, | ||
void * | pData | ||
) |
Set callback function which is called when the generator burst is completed.
hDevice | A device handle. |
pCallback | Pointer to callback function. |
pData | Optional user data. |
void GenSetCallbackControllableChanged | ( | TpDeviceHandle_t | hDevice, |
TpCallback_t | pCallback, | ||
void * | pData | ||
) |
Set callback function which is called when the generator controlable property changes.
hDevice | A device handle. |
pCallback | Pointer to callback function. |
pData | Optional user data. |
void GenSetEventBurstCompleted | ( | TpDeviceHandle_t | hDevice, |
HANDLE | hEvent | ||
) |
Set event object handle which is set when the generator burst is completed.
hDevice | A Opening a device handle "device handle". |
hEvent | A handle to the event object. |
void GenSetEventControllableChanged | ( | TpDeviceHandle_t | hDevice, |
HANDLE | hEvent | ||
) |
Set event object handle which is set when the generator controllable property changes.
hDevice | A Opening a device handle "device handle". |
hEvent | A handle to the event object. |
void GenSetMessageBurstCompleted | ( | TpDeviceHandle_t | hDevice, |
HWND | hWnd, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
Set window handle to which is send a WM_LIBTIEPIE_GEN_BURSTCOMPLETED message when the generator burst is completed.
hDevice | A Opening a device handle "device handle". |
hWnd | A handle to the window whose window procedure is to receive the message. |
wParam | Optional user value for the messages wParam. |
lParam | Optional user value for the messages lParam. |
void GenSetMessageControllableChanged | ( | TpDeviceHandle_t | hDevice, |
HWND | hWnd, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
Set window handle to which is send a WM_LIBTIEPIE_GEN_CONTROLLABLECHANGED message when the generator controlable property changes.
hDevice | A Opening a device handle "device handle". |
hWnd | A handle to the window whose window procedure is to receive the message. |
wParam | Optional user value for the messages wParam. |
lParam | Optional user value for the messages lParam. |