LibTiePie
0.4.5
Library for interfacing TiePie engineering instruments
|
Functions | |
void | ScpSetCallbackDataOverflow (TpDeviceHandle_t hDevice, TpCallback_t pCallback, void *pData) |
Set callback function which is called when the instrument has a data overflow. More... | |
void | ScpSetEventDataOverflow (TpDeviceHandle_t hDevice, int fdEvent) |
void | ScpSetEventDataOverflow (TpDeviceHandle_t hDevice, HANDLE hEvent) |
void | ScpSetMessageDataOverflow (TpDeviceHandle_t hDevice, HWND hWnd, WPARAM wParam, LPARAM lParam) |
Set window handle to which a WM_LIBTIEPIE_SCP_DATAOVERFLOW message is sent when a data overflow has occurred. More... | |
void ScpSetCallbackDataOverflow | ( | TpDeviceHandle_t | hDevice, |
TpCallback_t | pCallback, | ||
void * | pData | ||
) |
Set callback function which is called when the instrument has a data overflow.
hDevice | A device handle. |
pCallback | Pointer to callback function. |
pData | Optional user data. |
void ScpSetEventDataOverflow | ( | TpDeviceHandle_t | hDevice, |
int | fdEvent | ||
) |
hDevice | A device handle. |
fdEvent | Event file descriptor. |
void ScpSetEventDataOverflow | ( | TpDeviceHandle_t | hDevice, |
HANDLE | hEvent | ||
) |
hDevice | A device handle. |
hEvent | A handle to the event object. |
void ScpSetMessageDataOverflow | ( | TpDeviceHandle_t | hDevice, |
HWND | hWnd, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
Set window handle to which a WM_LIBTIEPIE_SCP_DATAOVERFLOW message is sent when a data overflow has occurred.
hDevice | A device handle. |
hWnd | A handle to the window whose window procedure is to receive the message. Use NULL to disable. |
wParam | Optional user value for the messages wParam. |
lParam | Optional user value for the messages lParam. |