LibTiePie
0.4.0
Library for interfacing TiePie engineering instruments
|
Functions | |
void | ScpSetCallbackDataReady (TpDeviceHandle_t hDevice, TpCallback_t pCallback, void *pData) |
Set callback function which is called when the instrument has data ready. | |
void | ScpSetCallbackDataOverflow (TpDeviceHandle_t hDevice, TpCallback_t pCallback, void *pData) |
Set callback function which is called when the instrument has a data overflow. | |
void | ScpSetCallbackConnectionTestCompleted (TpDeviceHandle_t hDevice, TpCallback_t pCallback, void *pData) |
Set callback function which is called when the connection test is completed. | |
void | ScpSetEventDataReady (TpDeviceHandle_t hDevice, HANDLE hEvent) |
void | ScpSetEventDataOverflow (TpDeviceHandle_t hDevice, HANDLE hEvent) |
void | ScpSetEventConnectionTestCompleted (TpDeviceHandle_t hDevice, HANDLE hEvent) |
void | ScpSetMessageDataReady (TpDeviceHandle_t hDevice, HWND hWnd, WPARAM wParam, LPARAM lParam) |
Set window handle to which is send a WM_LIBTIEPIE_SCP_DATAREADY message when the instrument has data ready. | |
void | ScpSetMessageDataOverflow (TpDeviceHandle_t hDevice, HWND hWnd, WPARAM wParam, LPARAM lParam) |
Set window handle to which is send a WM_LIBTIEPIE_SCP_DATAOVERFLOW message when a data overflow has occurred. | |
void | ScpSetMessageConnectionTestCompleted (TpDeviceHandle_t hDevice, HWND hWnd, WPARAM wParam, LPARAM lParam) |
Set window handle to which is send a WM_LIBTIEPIE_SCP_CONNECTIONTESTCOMPLETED message when the connection test is completed. | |
void ScpSetCallbackConnectionTestCompleted | ( | TpDeviceHandle_t | hDevice, |
TpCallback_t | pCallback, | ||
void * | pData | ||
) |
Set callback function which is called when the connection test is completed.
hDevice | A device handle. |
pCallback | Pointer to callback function. |
pData | Optional user data. |
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 ScpSetCallbackDataReady | ( | TpDeviceHandle_t | hDevice, |
TpCallback_t | pCallback, | ||
void * | pData | ||
) |
Set callback function which is called when the instrument has data ready.
hDevice | A device handle. |
pCallback | Pointer to callback function. |
pData | Optional user data. |
void ScpSetEventConnectionTestCompleted | ( | TpDeviceHandle_t | hDevice, |
HANDLE | hEvent | ||
) |
hDevice | A Opening a device handle "device handle". |
hEvent | A handle to the event object. |
void ScpSetEventDataOverflow | ( | TpDeviceHandle_t | hDevice, |
HANDLE | hEvent | ||
) |
hDevice | A Opening a device handle "device handle". |
hEvent | A handle to the event object. |
void ScpSetEventDataReady | ( | TpDeviceHandle_t | hDevice, |
HANDLE | hEvent | ||
) |
hDevice | A Opening a device handle "device handle". |
hEvent | A handle to the event object. |
void ScpSetMessageConnectionTestCompleted | ( | TpDeviceHandle_t | hDevice, |
HWND | hWnd, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
Set window handle to which is send a WM_LIBTIEPIE_SCP_CONNECTIONTESTCOMPLETED message when the connection test 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 ScpSetMessageDataOverflow | ( | TpDeviceHandle_t | hDevice, |
HWND | hWnd, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
Set window handle to which is send a WM_LIBTIEPIE_SCP_DATAOVERFLOW message when a data overflow has occurred.
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 ScpSetMessageDataReady | ( | TpDeviceHandle_t | hDevice, |
HWND | hWnd, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
Set window handle to which is send a WM_LIBTIEPIE_SCP_DATAREADY message when the instrument has data ready.
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. |