User`s guide
FUNCTIONS
SDK SECTION 11
Page 144
GetMSTimingsData
unsigned int WINAPI GetMSTimingsData(SYSTEMTIME *TimeOfStart ,float *pfDifferences, int
inoOfimages)
Description THIS FUNCTION IS RESERVED.
GetMSTimingsEnabled
unsigned int WINAPI GetMSTimingsEnabled(void)
Description THIS FUNCTION IS RESERVED.
GetNewData
unsigned int WINAPI GetNewData(at_32* arr, unsigned long size)
Description
Deprecated see Note:
This function will update the data array to hold data acquired so far. The data are returned
as long integers (32-bit signed integers). The “array” must be large enough to hold the
complete data set. When used in conjunction with the SetDriverEvent and
GetAcquisitonProgress functions, the data from each scan in a kinetic series can be
processed while the acquisition is taking place.
Parameters
At_* array: pointer to data storage allocated by the user.
unsigned long size: total number of pixels.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ERROR_ACK
DRV_P1INVALID
DRV_P2INVALID
DRV_NO_NEW_DATA
Data copied.
System not initialized.
Unable to communicate with card.
Invalid pointer (i.e. NULL).
Array size is incorrect.
There is no new data yet.
See also
SetDriverEvent, GetAcquisitionProgress, SetAcquisitionMode, GetNewData8,
GetNewData16
NOTE: Deprecated by the following functions:
• GetImages
• GetMostRecentImage
• GetOldestIimage