#include <stdlib.h>
#include <assert.h>
#include "fret.h"
#include "common.h"
#include "requesthandler.h"
#include "scans.h"
Include dependency graph for scan_api.c:
Functions | |
bool | fret_runScan (const BufferId bufferId, const PhaseId phaseId, const ScanId scanId) |
Run a scan or batch of scans on a buffer or all of the buffers. |
|
Run a scan or batch of scans on a buffer or all of the buffers. If a Buffer ID is passed, then only that Buffer is scanned, otherwise all Buffers are scanned. If a Phase Id is specified then only the scans for that phase are applied. If a specific Scan Id is passed then only that scan is applied to the buffer(s).
|