#include <scans.h>
Data Fields | |
| PhaseId | phase |
| ScanId | id |
| void * | pFunc |
| newStateFunc | pNewFunc |
| bool | automatic |
|
|
If true then scan is always used, if false it must be called specifically. |
|
|
ID of the Scan. |
|
|
Pointer to the function that performs the Scan. |
|
|
Phase that this Scan belongs to. |
|
|
Pointer to function that creates state struct. |
1.4.4