#include "fret.h"
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:
Enumerations | |
enum | { NON_BUFFER_ID = 0, MIN_BUFFER_ID = 1 } |
Functions | |
void | resetGram (Gram *const pGram) |
void | setError (FretError error) |
FretError | getError (void) |
void | setMinLength (unsigned int len) |
unsigned int | getMinLength (void) |
|
Constants used within the library. |
|
Return the internal error code. |
|
Get the minimum Gram length. |
|
Initialise fields in a Gram structure. |
|
Save an internal error code. |
|
Set the minimum Gram length. |