#include "fret.h"
#include "common.h"
Include dependency graph for init_api.c:
Enumerations | |
enum | |
Functions | |
bool | fret_init (void) |
bool | fret_deinit (void) |
bool | fret_getError (FretError *const pError) |
bool | fret_setOptions (const ScanOptions *const pOpts) |
|
Default minimum length of a detected Gram. |
|
De-initializes the FRET library and deallocates internal resources.
|
|
Get an error code describing the cause of the last known error.
|
|
Initialize the FRET library and allocate internal resources.
|
|
Passes client specified options, which affecting scanning behaviour, to the library.
|