Check if any module errors occurred when loading the library Check for module errors after modules are loaded.
More...
Check if any module errors occurred when loading the library Check for module errors after modules are loaded.
◆ dump_modQ()
void dump_modQ |
( |
dlq_hdr_t * |
modQ | ) |
|
dump module Q contents [name, revision] for debugging
- Parameters
-
◆ ncx_any_mod_errors()
boolean ncx_any_mod_errors |
( |
void |
| ) |
|
Check if any of the loaded modules are loaded with non-fatal errors.
- Returns
- TRUE if any modules are loaded with non-fatal errors; FALSE if all modules present have a status of NO_ERR
◆ ncx_dev_revision_count_que()
uint32 ncx_dev_revision_count_que |
( |
xml_msg_hdr_t * |
msg, |
|
|
dlq_hdr_t * |
deviationQ, |
|
|
const xmlChar * |
modname |
|
) |
| |
Find all the ncx_save_deviations_t structs in the specified queue that have the same module name.
- Parameters
-
- Returns
- count of deviation modules that have this name (exact match)
◆ ncx_mod_revision_count()
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!!!
- Parameters
-
- Returns
- count of modules that have this name (exact match)
◆ ncx_mod_revision_count_que()
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.
- Parameters
-
- Returns
- count of modules that have this name (exact match)
◆ ncx_save_descr()
boolean ncx_save_descr |
( |
void |
| ) |
|
Get the value of the save description strings variable.
- Returns
- TRUE descriptive strings should be save
FALSE descriptive strings should not be saved