Filter Library | Camera | Interface Physics |
#include <InterfaceDLL.h>
Type to support the exchange of data between the CameraDLL and the main program.
typedef struct __SpmIVPositions { int nNumberOfPoints; // Number of points in structure int nPos[]; // array of X,Y position in picometer } SPMIVPOSITIONS, *LPSPMIVPOSITIONS;
This structure is used by two commands, in two directions. The UserIVPositionUpdate-command is send by the main program to update the IV-points when the user places or drags markers in the scanframe display. The data is then used to transfer these points to the Dll. In the other direction the data is send from the Dll to the main program to update the markers when the positions in the command-window are changed. This is done by the UpdateUserIVPosition-notification.
Definition at line 756 of file InterfaceDLL.h.
Public Attributes | |
int | nNumberOfPoints |
Number of points in structure. | |
int | nPos [] |
array of X,Y position in picometer |