SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Structures | Typedefs
cwr_object_interface.c File Reference

A generic interface to load object for in the recognizer. More...

Data Structures

struct  SprCwrSRMDesc
 Standard Resource Management Descriptor. More...
 

Typedefs

typedef void *(* _FuncPtr1_CWR_OBJECT_INTERFACE_ )(void *dst, const char *name, const char *options)
 
typedef int(* _FuncPtr2_CWR_OBJECT_INTERFACE_ )(void *interface_, void *instance, unsigned int mx_sz_instance, void *resource,...)
 

Detailed Description

A generic interface to load object for in the recognizer.

A generic interface to load object for in the recognizer.

Date
February 2011
Author
Kris Demuynck
Revision History:
25/02/2011 - KD
Extracted from cwr_lm_interface.c