#include <assert.h>
#include "fret.h"
#include "requesthandler.h"
#include "gramstore.h"
#include "common.h"
#include "scans.h"
#include "gramhash.h"
Include dependency graph for requesthandler.c:
Data Structures | |
union | RhScanFuncs |
Functions | |
bool | doRequest (const Request *const pRequest) |
Process a Request to perform a scan or scans. | |
bool | setProgressCallback (fret_sendProgressFunc pCallback) |
|
Process a Request to perform a scan or scans. Recieves a Request object that describes a scan or scans and utilises scan modules to perform these scans.
|
|
Register a callback function. Function is used to notify client of progress of current scans. |