Filter Library Camera Interface Physics

__SpmDeviceSpecificIVData Struct Reference

#include <InterfaceDLL.h>

List of all members.


Detailed Description

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

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

 typedef struct __SpmDeviceSpecificIVData
 {
        DWORD           dwSize;                 ///< Size of this structure in bytes
        //
        // device specific IV data
        //
 } SPMDEVICESPECIFICIVDATA, * LPSPMDEVICESPECIFICIVDATA;
The Dll can store various parameters belonging to an IV-measure in this structure. This structure is passed to the main program when adding IVcurves with the UpdateIVCurveData-notification. Because the main program does not know it contents, it will ask the Dll to display this data with the DrawDeviceSpecificIVCurveData-command. The main program can load and save this structure because it size is specified in the dwSize variable.

Definition at line 905 of file InterfaceDLL.h.

Public Attributes

DWORD dwSize
 Size of this structure in bytes.


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