![]() |
yumapro
25.10-4
YumaPro SDK
|
YANG instrumentation library. More...

Data Structures | |
| struct | y_ypcmp_T_source |
| struct | y_ypcmp_T_source_backup |
| struct | y_ypcmp_T_source_url |
| union | y_ypcmp_T_compare_source |
| struct | y_ypcmp_T_target |
| struct | y_ypcmp_T_target_backup |
| struct | y_ypcmp_T_target_url |
| union | y_ypcmp_T_compare_target |
| struct | y_ypcmp_T_subtree_filter_1 |
| struct | y_ypcmp_T_subtree_filter |
| struct | y_ypcmp_T_xpath_filter |
| union | y_ypcmp_T_filter_spec |
| struct | y_ypcmp_T_input |
| struct | y_ypcmp_T_no_matches |
| struct | y_ypcmp_T_value |
| struct | y_ypcmp_T_edit |
| struct | y_ypcmp_T_yang_patch_1 |
| struct | y_ypcmp_T_yang_patch |
| struct | y_ypcmp_T_config |
| struct | y_ypcmp_T_edit_config |
| union | y_ypcmp_T_compare_format_1 |
| struct | y_ypcmp_T_differences_1 |
| struct | y_ypcmp_T_differences |
| union | y_ypcmp_T_compare_response |
| struct | y_ypcmp_T_output |
| struct | y_ypcmp_T_compare_config |
Functions | |
| status_t | y_yumaworks_compare_init (const xmlChar *modname, const xmlChar *revision) |
| Phase 1: Initialize the yumaworks-compare server instrumentation library. More... | |
| status_t | y_yumaworks_compare_init2 (void) |
| Phase 2: Initialize the yumaworks-compare server instrumentation library. More... | |
| void | y_yumaworks_compare_cleanup (void) |
| Cleanup the yumaworks-compare server instrumentation library. More... | |
YANG instrumentation library.
Generated by yangdump-sdk.
| void y_yumaworks_compare_cleanup | ( | void | ) |
Cleanup the yumaworks-compare server instrumentation library.
Called by server when module is unloaded.
| status_t y_yumaworks_compare_init | ( | const xmlChar * | modname, |
| const xmlChar * | revision | ||
| ) |
Phase 1: Initialize the yumaworks-compare server instrumentation library.
Called by server when module is loaded.
| modname | requested module name to load |
| revision | requested revision date of the module to load. This may be NULL if the module has no revision statements. |


| status_t y_yumaworks_compare_init2 | ( | void | ) |
Phase 2: Initialize the yumaworks-compare server instrumentation library.
SIL init phase 2: non-config data structures. Called after running config is loaded.