Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

ScanInfo Struct Reference

#include <scans.h>


Data Fields

PhaseId phase
ScanId id
void * pFunc
newStateFunc pNewFunc
bool automatic


Detailed Description

Structure relates a ScanId to the function that performs the scan.


Field Documentation

bool ScanInfo::automatic
 

If true then scan is always used, if false it must be called specifically.

ScanId ScanInfo::id
 

ID of the Scan.

void* ScanInfo::pFunc
 

Pointer to the function that performs the Scan.

PhaseId ScanInfo::phase
 

Phase that this Scan belongs to.

newStateFunc ScanInfo::pNewFunc
 

Pointer to function that creates state struct.


The documentation for this struct was generated from the following file:
Generated on Thu Jan 19 18:59:28 2006 for FRET by  doxygen 1.4.4