yumapro  23.10T-6
YumaPro SDK
Loading...
Searching...
No Matches
Module yumaworks-sm-yanglib

YANG instrumentation library. More...

Collaboration diagram for Module yumaworks-sm-yanglib:

Data Structures

struct  y_ysl_T_input
 
struct  y_ysl_T_feature
 
struct  y_ysl_T_deviation
 
struct  y_ysl_T_submodule
 
struct  y_ysl_T_module_1
 
struct  y_ysl_T_modules_state
 
struct  y_ysl_T_output
 
struct  y_ysl_T_get_sm_yanglib
 

Functions

status_t y_yumaworks_sm_yanglib_init (const xmlChar *modname, const xmlChar *revision)
 Phase 1: Initialize the yumaworks-sm-yanglib server instrumentation library. More...
 
status_t y_yumaworks_sm_yanglib_init2 (void)
 Phase 2: Initialize the yumaworks-sm-yanglib server instrumentation library. More...
 
void y_yumaworks_sm_yanglib_cleanup (void)
 Cleanup the yumaworks-sm-yanglib server instrumentation library. More...
 

Detailed Description

YANG instrumentation library.

Generated by yangdump-sdk.

Function Documentation

◆ y_yumaworks_sm_yanglib_cleanup()

void y_yumaworks_sm_yanglib_cleanup ( void  )

Cleanup the yumaworks-sm-yanglib server instrumentation library.

Called by server when module is unloaded.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ y_yumaworks_sm_yanglib_init()

status_t y_yumaworks_sm_yanglib_init ( const xmlChar *  modname,
const xmlChar *  revision 
)

Phase 1: Initialize the yumaworks-sm-yanglib server instrumentation library.

Called by server when module is loaded.

Parameters
modnamerequested module name to load
revisionrequested revision date of the module to load. This may be NULL if the module has no revision statements.
Returns
return status. An error will cause the module load to fail.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ y_yumaworks_sm_yanglib_init2()

status_t y_yumaworks_sm_yanglib_init2 ( void  )

Phase 2: Initialize the yumaworks-sm-yanglib server instrumentation library.

SIL init phase 2: non-config data structures. Called after running config is loaded.

Returns
return status. An error will cause the server initialization to fail.