demo_framework.h File Reference

Demo MRCP Application Framework. More...

#include "mrcp_types.h"

Go to the source code of this file.

Typedefs

typedef
typedefAPT_BEGIN_EXTERN_C
struct demo_framework_t 
demo_framework_t

Functions

demo_framework_tdemo_framework_create (apt_dir_layout_t *dir_layout)
apt_bool_t demo_framework_app_run (demo_framework_t *framework, const char *app_name, const char *profile_name)
apt_bool_t demo_framework_destroy (demo_framework_t *framework)

Detailed Description

Demo MRCP Application Framework.


Typedef Documentation

typedef typedefAPT_BEGIN_EXTERN_C struct demo_framework_t demo_framework_t

Opaque demo framework declaration


Function Documentation

apt_bool_t demo_framework_app_run ( demo_framework_t framework,
const char *  app_name,
const char *  profile_name 
)

Run demo application.

Parameters:
framework the framework to run application for
app_name the name of the application to run
profile_name the name of the profile to use
demo_framework_t* demo_framework_create ( apt_dir_layout_t dir_layout  ) 

Create demo framework.

apt_bool_t demo_framework_destroy ( demo_framework_t framework  ) 

Destroy demo framework.

Parameters:
framework the framework to destroy
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 25 Mar 2013 for UniMRCP by  doxygen 1.6.1