yumapro
24.10-1
YumaPro SDK
|
YANG instrumentation library. More...
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... | |
YANG instrumentation library.
Generated by yangdump-sdk.
void y_yumaworks_sm_yanglib_cleanup | ( | void | ) |
Cleanup the yumaworks-sm-yanglib server instrumentation library.
Called by server when module is unloaded.
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.
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_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.