yumapro  24.10-2
YumaPro SDK
Loading...
Searching...
No Matches
glob.h File Reference

NCX Common Global Callbacks handling. More...

#include <xmlstring.h>
#include "ses.h"
#include "status.h"
#include "xml_util.h"
Include dependency graph for glob.h:

Go to the source code of this file.

Functions

void glob_init (void)
 Init the global callback handler. More...
 
void glob_cleanup (void)
 Cleanup the global callback handler. More...
 
void glob_set_edit_enabled (boolean val)
 Set the Global EDIT callbacks enabled flag. More...
 
boolean glob_get_edit_enabled (void)
 Get the Global EDIT callbacks enabled flag. More...
 
void glob_set_get2cb (getcb_fn2_t get2_cbfn)
 Set the current Global GET2 callback function. More...
 
getcb_fn2_t glob_get_get2cb (void)
 Get the current Global GET2 callback function. More...
 
void glob_set_get_enabled (boolean val)
 Set the Global EDIT callbacks enabled flag. More...
 
boolean glob_get_get2_enabled (void)
 Get the Global EDIT callbacks enabled flag. More...
 
void glob_set_rpc_enabled (boolean val)
 Set the Global RPC callbacks enabled flag. More...
 
boolean glob_get_rpc_enabled (void)
 Get the Global RPC callbacks enabled flag. More...
 
void glob_set_action_enabled (boolean val)
 Set the Global Action callbacks enabled flag. More...
 
boolean glob_get_action_enabled (void)
 Get the Global Action callbacks enabled flag. More...
 
void glob_set_remote_get_enabled (boolean val)
 Set the Global SIL-SA GET2 callbacks enabled flag. More...
 
boolean glob_get_remote_get2_enabled (void)
 Get the Global SIL-SA GET2 callbacks enabled flag. More...
 
void glob_set_remote_get2cb (getcb_fn2_t get2_cbfn)
 Set remote GET2 wrapper handler. More...
 
getcb_fn2_t glob_get_remote_get2cb (void)
 Get the remote Global GET2 callback handler. More...
 
void glob_set_remote_edit_enabled (boolean val)
 Set the Remote Global EDIT callbacks enabled flag. More...
 
boolean glob_get_remote_edit_enabled (void)
 Get the Remote Global EDIT callbacks enabled flag. More...
 

Detailed Description

NCX Common Global Callbacks handling.

Manage local and remote Global callbacks registry