|
Modules | |
Pantheios speech Stock Back-end Flags | |
Flags for the Pantheios speech Stock Back-end. | |
Classes | |
struct | pan_be_speech_init_t |
Structure used for specifying initialisation information to the be.speech library. More... | |
Functions | |
void | pantheios_be_speech_getAppInit (int backEndId, pan_be_speech_init_t *init) |
Callback function defined by the application, invoked when the API is initialised with a NULL init parameter. | |
int | pantheios_be_speech_init (PAN_CHAR_T const *processIdentity, int id, pan_be_speech_init_t const *init, void *reserved, void **ptoken) |
Implements the functionality for pantheios_be_init() over the speech API. | |
void | pantheios_be_speech_uninit (void *token) |
Implements the functionality for pantheios_be_uninit() over the speech API. | |
int | pantheios_be_speech_logEntry (void *feToken, void *beToken, int severity, PAN_CHAR_T const *entry, size_t cchEntry) |
Implements the functionality for pantheios_be_logEntry() over the speech API. |
void pantheios_be_speech_getAppInit | ( | int | backEndId, | |
pan_be_speech_init_t * | init | |||
) |
Callback function defined by the application, invoked when the API is initialised with a NULL init
parameter.
backEndId | The back-end identifier passed to the back-end during its initialisation. | |
init | A pointer to an already-initialised instance of pan_be_speech_init_t. |
init
points, which will already have been initialised. These changes will then be incorporated into the back-end state, and reflected in its behaviour.If no changes are required, then the function can be a simple stub, containing no instructions.
throw() | This function must not throw any exceptions! |
int pantheios_be_speech_init | ( | PAN_CHAR_T const * | processIdentity, | |
int | id, | |||
pan_be_speech_init_t const * | init, | |||
void * | reserved, | |||
void ** | ptoken | |||
) |
Implements the functionality for pantheios_be_init() over the speech API.
int pantheios_be_speech_logEntry | ( | void * | feToken, | |
void * | beToken, | |||
int | severity, | |||
PAN_CHAR_T const * | entry, | |||
size_t | cchEntry | |||
) |
Implements the functionality for pantheios_be_logEntry() over the speech API.
void pantheios_be_speech_uninit | ( | void * | token | ) |
Implements the functionality for pantheios_be_uninit() over the speech API.
|
|
pantheios Library documentation © Matthew Wilson & Synesis Software, 2006-2011 |