switch_application_interface Struct Reference

A module interface to implement an application. More...

#include <switch_module_interfaces.h>

Collaboration diagram for switch_application_interface:

[legend]

Data Fields

const char * interface_name
switch_application_function_t application_function
const char * long_desc
const char * short_desc
const char * syntax
uint32_t flags
switch_thread_rwlock_trwlock
int refs
switch_mutex_treflock
switch_loadable_module_interface_tparent
switch_application_interfacenext

Detailed Description

A module interface to implement an application.

Definition at line 664 of file switch_module_interfaces.h.


Field Documentation

switch_application_function_t switch_application_interface::application_function

function the application implements

Definition at line 668 of file switch_module_interfaces.h.

Referenced by collect_thread_run(), and switch_core_session_execute_application_get_flags().

uint32_t switch_application_interface::flags

flags to control behaviour

Definition at line 676 of file switch_module_interfaces.h.

Referenced by switch_core_session_execute_application_get_flags(), and switch_core_session_get_app_flags().

const char* switch_application_interface::interface_name

the name of the interface

Definition at line 666 of file switch_module_interfaces.h.

Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().

const char* switch_application_interface::long_desc

the long winded description of the application

Definition at line 670 of file switch_module_interfaces.h.

struct switch_application_interface* switch_application_interface::next

Definition at line 681 of file switch_module_interfaces.h.

Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().

switch_loadable_module_interface_t* switch_application_interface::parent

Definition at line 680 of file switch_module_interfaces.h.

switch_mutex_t* switch_application_interface::reflock

Definition at line 679 of file switch_module_interfaces.h.

int switch_application_interface::refs

Definition at line 678 of file switch_module_interfaces.h.

switch_thread_rwlock_t* switch_application_interface::rwlock

Definition at line 677 of file switch_module_interfaces.h.

Referenced by switch_loadable_module_unprocess().

const char* switch_application_interface::short_desc

the short and sweet description of the application

Definition at line 672 of file switch_module_interfaces.h.

Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().

const char* switch_application_interface::syntax

an example of the application syntax

Definition at line 674 of file switch_module_interfaces.h.

Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().


The documentation for this struct was generated from the following file:
Generated on Wed May 16 04:00:25 2012 for FreeSWITCH API Documentation by  doxygen 1.4.7