From f5704e4bc7082c1a0b6f7c49d2dcce35713178f6 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 18 Oct 2006 18:33:09 +0000 Subject: Added help string support, minor fixes. --- xtract/libxtract.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'xtract') diff --git a/xtract/libxtract.h b/xtract/libxtract.h index 5de0e32..627046d 100644 --- a/xtract/libxtract.h +++ b/xtract/libxtract.h @@ -178,6 +178,13 @@ printf("Mean = %.2f\n", mean); int(*xtract[XTRACT_FEATURES])(float *data, int N, void *argv, float *result); #endif + +/** \brief An array of pointers to function help strings + * + * Defined in libxtract.c. As a minimum this will contain pointers to the names of all of the feature extraction functions in the library. This is intended as a 'quick reference' to be queried as necessary. + */ +char *xtract_help_strings[XTRACT_FEATURES]; + /** \brief A structure to store a set of n_filters Mel filters */ typedef struct xtract_mel_filter_ { int n_filters; -- cgit v1.2.3