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

The YANG Library contains conformance information that reflects the modules, features, and deviations loaded into the server. More...

Collaboration diagram for YANG Library:

Functions

status_t agt_static_yanglib_init1 (void)
 Load the ietf-yang-library SIL even if it is statically linked. More...
 
status_t agt_static_yanglib_init2 (void)
 Call the init2 function for the ietf-yang-library. More...
 
void agt_static_yanglib_cleanup (void)
 Call the cleanup function for the ietf-yang-library. More...
 

Detailed Description

The YANG Library contains conformance information that reflects the modules, features, and deviations loaded into the server.

RFC 8525 is supported.

The ietf-yang-library module can be loaded from a dynamic library or linked as a static library. If STATIC_LINK=1 the the agt_static_yanglib entry points will be used instead of the real functions in the SIL code.

Function Documentation

◆ agt_static_yanglib_cleanup()

void agt_static_yanglib_cleanup ( void  )

Call the cleanup function for the ietf-yang-library.

Only used if STATIC_LINK=1

◆ agt_static_yanglib_init1()

status_t agt_static_yanglib_init1 ( void  )

Load the ietf-yang-library SIL even if it is statically linked.

Only used if STATIC_LINK=1

Returns
status
Here is the caller graph for this function:

◆ agt_static_yanglib_init2()

status_t agt_static_yanglib_init2 ( void  )

Call the init2 function for the ietf-yang-library.

Only used if STATIC_LINK=1

Returns
status