yumapro
24.10-2
YumaPro SDK
|
Check if any module errors occurred when loading the library Check for module errors after modules are loaded. More...
Functions | |
boolean | ncx_any_mod_errors (void) |
Check if any of the loaded modules are loaded with non-fatal errors. More... | |
boolean | ncx_save_descr (void) |
Get the value of the save description strings variable. More... | |
uint32 | ncx_mod_revision_count (xml_msg_hdr_t *msg, const xmlChar *modname) |
Find all the ncx_module_t structs in the ncx_modQ that have the same module name. More... | |
uint32 | ncx_mod_revision_count_que (xml_msg_hdr_t *msg, dlq_hdr_t *modQ, const xmlChar *modname) |
Find all the ncx_module_t structs in the specified queue that have the same module name. More... | |
void | dump_modQ (dlq_hdr_t *modQ) |
dump module Q contents [name, revision] for debugging More... | |
Check if any module errors occurred when loading the library Check for module errors after modules are loaded.
void dump_modQ | ( | dlq_hdr_t * | modQ | ) |
dump module Q contents [name, revision] for debugging
modQ | Q of ncx_module_t to use |
boolean ncx_any_mod_errors | ( | void | ) |
Check if any of the loaded modules are loaded with non-fatal errors.
uint32 ncx_mod_revision_count | ( | xml_msg_hdr_t * | msg, |
const xmlChar * | modname | ||
) |
Find all the ncx_module_t structs in the ncx_modQ that have the same module name.
Check all the submodules as well!!!
msg | xml_msg_hdr_t to use |
modname | module name |
uint32 ncx_mod_revision_count_que | ( | xml_msg_hdr_t * | msg, |
dlq_hdr_t * | modQ, | ||
const xmlChar * | modname | ||
) |
Find all the ncx_module_t structs in the specified queue that have the same module name.
msg | xml_msg_hdr_t to use |
modQ | queue of ncx_module_t structs to check |
modname | module name to find |
boolean ncx_save_descr | ( | void | ) |
Get the value of the save description strings variable.