![]() |
yumapro
25.10-1
YumaPro SDK
|
Support Experimental YANG to CBOR SID File. More...

Functions | |
| status_t | yang_lsid_set_module (ncx_module_t *mod, yang_sid_status_t status) |
| Attempt to assign SIDs for the module. More... | |
| status_t | yang_lsid_set_all_modules (yang_sid_test_fn_t test_fn) |
| Attempt to assign the YANG SIDs for all the loaded modules. More... | |
| void | yang_lsid_init (void) |
| Initialize the YANG LSID module. More... | |
| void | yang_lsid_cleanup (void) |
| Cleanup the YANG LSID module. More... | |
Support Experimental YANG to CBOR SID File.
Manage Localized SID assignments.
| void yang_lsid_cleanup | ( | void | ) |
Cleanup the YANG LSID module.

| void yang_lsid_init | ( | void | ) |
Initialize the YANG LSID module.

| status_t yang_lsid_set_all_modules | ( | yang_sid_test_fn_t | test_fn | ) |
Attempt to assign the YANG SIDs for all the loaded modules.
| test_fn | callback to check if how module should be handled for LSID assignment |

| status_t yang_lsid_set_module | ( | ncx_module_t * | mod, |
| yang_sid_status_t | status | ||
| ) |
Attempt to assign SIDs for the module.
| mod | module to assign |
| status | type of SID assignemnt (internal or external or skip) |

