yumapro  23.10T-6
YumaPro SDK
Loading...
Searching...
No Matches
agt_library.h File Reference

Setup the server in library mode. More...

#include "ncxmod.h"
#include "status_enum.h"
Include dependency graph for agt_library.h:

Go to the source code of this file.

Typedefs

typedef status_t(* agt_library_search_fn_t) (dlq_hdr_t *modlibQ)
 for the list of subsystems requesting or in progress for a config load or replay More...
 

Functions

void agt_library_init (void)
 Initialize the agt_library module. More...
 
status_t agt_library_init2 (void)
 Load the modules in the agt_library module. More...
 
void agt_library_cleanup (void)
 Cleanup the agt_library module. More...
 
void agt_library_register_search_fn (agt_library_search_fn_t callback)
 Register a library search result Q processing callback. More...
 
ncxmod_search_result_tagt_library_mod_revision_count (const xmlChar *modname, uint32 *retcount)
 Get the number of revisions found of 1 module. More...
 
ncxmod_search_result_tagt_library_find_module (const xmlChar *modname, const xmlChar *version)
 Find the first instance of (modname, version) More...
 

Detailed Description

Setup the server in library mode.