Filter Library Camera Interface Physics

__SpmIVPositions Struct Reference

#include <InterfaceDLL.h>

List of all members.


Detailed Description

Structure: SPMIVPOSITIONS for PROTOCOL [main program - camera dll].

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


The documentation for this struct was generated from the following file:
Camera Filter Library documentation © 2004-2007 by Leiden Probe Microscopy