#include "extract.h"#include "flexfx.h"#include "fxdefs.h"#include "featdefs.h"#include <stdio.h>#include "funcdefs.h"#include "danerror.h"Defines | |
| #define | NUM_FX 3 |
| #define | DEFAULT_FX 2 |
| #define | DUMMY_ERROR 1 |
Typedefs | |
| typedef CHAR_FEATURES(* | CF_FUNC )() |
Functions | |
| void | ExtractorStub () |
| CHAR_DESC | ExtractBlobFeatures (TBLOB *Blob, LINE_STATS *LineStats) |
Variables | |
| int | CurrentFx = DEFAULT_FX |
| #define DEFAULT_FX 2 |
| #define DUMMY_ERROR 1 |
| #define NUM_FX 3 |
---------------------------------------------------------------------------- Global Data Definitions and Declarations ----------------------------------------------------------------------------
| typedef CHAR_FEATURES(* CF_FUNC)() |
---------------------------------------------------------------------------- Include Files and Type Defines ----------------------------------------------------------------------------
| CHAR_DESC ExtractBlobFeatures | ( | TBLOB * | Blob, | |
| LINE_STATS * | LineStats | |||
| ) |
---------------------------------------------------------------------------- Public Code ----------------------------------------------------------------------------
| void ExtractorStub | ( | ) |
---------------------------------------------------------------------------- Private Function Prototypes ----------------------------------------------------------------------------
---------------------------------------------------------------------------- Private Code ----------------------------------------------------------------------------
| int CurrentFx = DEFAULT_FX |
1.6.3