yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches

Support Experimental YANG to CBOR SID File. More...

Collaboration diagram for LSID:

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...
 

Detailed Description

Support Experimental YANG to CBOR SID File.

Manage Localized SID assignments.

Function Documentation

◆ yang_lsid_cleanup()

void yang_lsid_cleanup ( void  )

Cleanup the YANG LSID module.

Here is the caller graph for this function:

◆ yang_lsid_init()

void yang_lsid_init ( void  )

Initialize the YANG LSID module.

Here is the caller graph for this function:

◆ yang_lsid_set_all_modules()

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.

Parameters
test_fncallback to check if how module should be handled for LSID assignment
Returns
status
Here is the call graph for this function:
Here is the caller graph for this function:

◆ yang_lsid_set_module()

status_t yang_lsid_set_module ( ncx_module_t mod,
yang_sid_status_t  status 
)

Attempt to assign SIDs for the module.

Parameters
modmodule to assign
statustype of SID assignemnt (internal or external or skip)
Returns
status
Here is the call graph for this function:
Here is the caller graph for this function: