yumapro
24.10-1
YumaPro SDK
|
YANG instrumentation library. More...
Functions | |
status_t | y_yumaworks_yang_cbor_init (const xmlChar *modname, const xmlChar *revision) |
Phase 1: Initialize the yumaworks-yang-cbor server instrumentation library. More... | |
status_t | y_yumaworks_yang_cbor_init2 (void) |
Phase 2: Initialize the yumaworks-yang-cbor server instrumentation library. More... | |
void | y_yumaworks_yang_cbor_cleanup (void) |
Cleanup the yumaworks-yang-cbor server instrumentation library. More... | |
YANG instrumentation library.
Generated by yangdump-sdk.
void y_yumaworks_yang_cbor_cleanup | ( | void | ) |
Cleanup the yumaworks-yang-cbor server instrumentation library.
Called by server when module is unloaded.
status_t y_yumaworks_yang_cbor_init | ( | const xmlChar * | modname, |
const xmlChar * | revision | ||
) |
Phase 1: Initialize the yumaworks-yang-cbor 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_yang_cbor_init2 | ( | void | ) |
Phase 2: Initialize the yumaworks-yang-cbor server instrumentation library.
SIL init phase 2: non-config data structures. Called after running config is loaded.