|
LibTiePie
0.4.2
Library for interfacing TiePie engineering instruments
|
Functions | |
| TpVersion_t | DevGetDriverVersion (TpDeviceHandle_t hDevice) |
| Get version number of the driver. | |
| TpVersion_t | DevGetFirmwareVersion (TpDeviceHandle_t hDevice) |
| Get version number of the firmware. | |
| TpDate_t | DevGetCalibrationDate (TpDeviceHandle_t hDevice) |
| Get the calibration date of the instrument. | |
| uint32_t | DevGetSerialNumber (TpDeviceHandle_t hDevice) |
| Get the instrument's serial number. | |
| uint32_t | DevGetProductId (TpDeviceHandle_t hDevice) |
| Get the instrument's product id. | |
| uint32_t | DevGetVendorId (TpDeviceHandle_t hDevice) |
| Get the instrument's vendor id. | |
| uint32_t | DevGetType (TpDeviceHandle_t hDevice) |
| Get device type. | |
| uint32_t | DevGetName (TpDeviceHandle_t hDevice, char *pBuffer, uint32_t dwBufferLength) |
| Get the instruments name. | |
| uint32_t | DevGetNameShort (TpDeviceHandle_t hDevice, char *pBuffer, uint32_t dwBufferLength) |
| Get the instrument's short name. | |
| TpDate_t DevGetCalibrationDate | ( | TpDeviceHandle_t | hDevice | ) |
Get the calibration date of the instrument.
Example:
| hDevice | A device handle. |
| TpVersion_t DevGetDriverVersion | ( | TpDeviceHandle_t | hDevice | ) |
Get version number of the driver.
Example:
| hDevice | A device handle. |
| TpVersion_t DevGetFirmwareVersion | ( | TpDeviceHandle_t | hDevice | ) |
Get version number of the firmware.
Example:
| hDevice | A device handle. |
| uint32_t DevGetName | ( | TpDeviceHandle_t | hDevice, |
| char * | pBuffer, | ||
| uint32_t | dwBufferLength | ||
| ) |
Get the instruments name.
Example:
| hDevice | A device handle. |
| pBuffer | Pointer to buffer to write to. |
| dwBufferLength | Length of the buffer. |
| uint32_t DevGetNameShort | ( | TpDeviceHandle_t | hDevice, |
| char * | pBuffer, | ||
| uint32_t | dwBufferLength | ||
| ) |
Get the instrument's short name.
Example:
| hDevice | A device handle. |
| pBuffer | Pointer to buffer to write to. |
| dwBufferLength | Length of the buffer. |
| uint32_t DevGetProductId | ( | TpDeviceHandle_t | hDevice | ) |
| uint32_t DevGetSerialNumber | ( | TpDeviceHandle_t | hDevice | ) |
Get the instrument's serial number.
| hDevice | A device handle. |
| uint32_t DevGetType | ( | TpDeviceHandle_t | hDevice | ) |
| uint32_t DevGetVendorId | ( | TpDeviceHandle_t | hDevice | ) |