Filter Library Camera Interface Physics

__SpmScanIVParameters Struct Reference

#include <InterfaceDLL.h>

List of all members.


Detailed Description

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

Type to support the exchange of data between the CameraDLL and the main program.

 typedef struct __SpmScanIVParameters
 {
                int     iOffsetx;
                int     iOffsety;
                UINT  nSizeNmX;
                UINT  nSizeNmY;
                double dAngle;
 } SPMSCANIVPARAMETERS, *LPSCANIVPARAMETERS;

This structure is used to send an array of i/v points to the main program.

In the camera dll, the user can choose, to get an i/v - spectrum on these positions.

Definition at line 997 of file InterfaceDLL.h.

Public Attributes

int iOffsetx
 x - position (iv-point)
int iOffsety
 y - position (iv-point)
UINT nSizeNmX
 X Size of image in nm.
UINT nSizeNmY
 Y Size of image in nm.
double dAngle
 Angle always 0.0 [not used].


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