Filter Library Camera Interface Physics

__SpmDeviceSpecificFrameData Struct Reference

#include <InterfaceDLL.h>

List of all members.


Detailed Description

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

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

 typedef struct __SpmDeviceSpecificFrameData
 {
        DWORD           dwSize;                         ///< Size of this structure in bytes
        //
        // device specific frame data
        //
 } SPMDEVICESPECIFICFRAMEDATA, * LPSPMDEVICESPECIFICFRAMEDATA;
The Dll can store various parameters belonging to a frame in this structure. This structure is passed to the main program when adding frames with the UpdateFrameData-notification. Because the main program does not know it contents, it will ask the Dll to display this data with the DrawDeviceSpecificFrameData-command. The main program can load and save this structure because it size is specified in the dwSize variable.

Definition at line 822 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