|
LibTiePie
0.4.2
Library for interfacing TiePie engineering instruments
|
Functions | |
| uint64_t | GenGetDataLengthMin (TpDeviceHandle_t hDevice) |
| Get minimum length of arbitrary sample buffer. | |
| uint64_t | GenGetDataLengthMax (TpDeviceHandle_t hDevice) |
| Get maximum length of arbitrary sample buffer. | |
| uint64_t | GenGetDataLength (TpDeviceHandle_t hDevice) |
| Get length of arbitrary sample buffer. | |
| uint32_t | GenGetDataRawType (TpDeviceHandle_t hDevice) |
| Get arbitrary raw data type. | |
| void | GenSetData (TpDeviceHandle_t hDevice, float *pBuffer, uint64_t qwSampleCount) |
| Load arbitrary data into memory. | |
| void | GenSetDataRaw (TpDeviceHandle_t hDevice, void *pBuffer, uint64_t qwSampleCount) |
| Load arbitrary data into memory. | |
| uint64_t GenGetDataLength | ( | TpDeviceHandle_t | hDevice | ) |
Get length of arbitrary sample buffer.
| hDevice | A device handle. |
| uint64_t GenGetDataLengthMax | ( | TpDeviceHandle_t | hDevice | ) |
Get maximum length of arbitrary sample buffer.
| hDevice | A device handle. |
| uint64_t GenGetDataLengthMin | ( | TpDeviceHandle_t | hDevice | ) |
Get minimum length of arbitrary sample buffer.
| hDevice | A device handle. |
| uint32_t GenGetDataRawType | ( | TpDeviceHandle_t | hDevice | ) |
Get arbitrary raw data type.
| hDevice | A device handle. |
| void GenSetData | ( | TpDeviceHandle_t | hDevice, |
| float * | pBuffer, | ||
| uint64_t | qwSampleCount | ||
| ) |
Load arbitrary data into memory.
| hDevice | A device handle. |
| pBuffer | Pointer to buffer with sample data. |
| qwSampleCount | Number of samples in buffer. |
| void GenSetDataRaw | ( | TpDeviceHandle_t | hDevice, |
| void * | pBuffer, | ||
| uint64_t | qwSampleCount | ||
| ) |
Load arbitrary data into memory.
| hDevice | A device handle. |
| pBuffer | Pointer to buffer with sample data. |
| qwSampleCount | Number of samples in buffer. |