1#ifdef WITH_SCHEMA_MOUNT
2#ifndef _H_yumaworks_sm_yanglib
3#define _H_yumaworks_sm_yanglib
81#define y_ysl_M_ysl (const xmlChar *)"yumaworks-sm-yanglib"
83#define y_ysl_R_ysl (const xmlChar *)"2022-09-24"
85#define y_ysl_N_conformance_type (const xmlChar *)"conformance-type"
86#define y_ysl_N_deviation (const xmlChar *)"deviation"
87#define y_ysl_N_feature (const xmlChar *)"feature"
88#define y_ysl_N_get_sm_yanglib (const xmlChar *)"get-sm-yanglib"
89#define y_ysl_N_label (const xmlChar *)"label"
90#define y_ysl_N_module (const xmlChar *)"module"
91#define y_ysl_N_module_set_id (const xmlChar *)"module-set-id"
92#define y_ysl_N_modules_state (const xmlChar *)"modules-state"
93#define y_ysl_N_name (const xmlChar *)"name"
94#define y_ysl_N_namespace (const xmlChar *)"namespace"
95#define y_ysl_N_revision (const xmlChar *)"revision"
96#define y_ysl_N_schema (const xmlChar *)"schema"
97#define y_ysl_N_submodule (const xmlChar *)"submodule"
101typedef struct y_ysl_T_input_ {
107typedef struct y_ysl_T_feature_ {
113typedef struct y_ysl_T_deviation_ {
120typedef struct y_ysl_T_submodule_ {
128typedef struct y_ysl_T_module_1_ {
133 xmlChar *v_namespace;
135 dlq_hdr_t v_deviation;
136 xmlChar *v_conformance_type;
137 dlq_hdr_t v_submodule;
141typedef struct y_ysl_T_modules_state_ {
142 xmlChar *v_module_set_id;
147typedef struct y_ysl_T_output_ {
152typedef struct y_ysl_T_get_sm_yanglib_ {
169 const xmlChar *modname,
170 const xmlChar *revision);
dlq provides general double-linked list and queue support:
status_t
global error return code
Definition: status_enum.h:210
status_t y_yumaworks_sm_yanglib_init(const xmlChar *modname, const xmlChar *revision)
Phase 1: Initialize the yumaworks-sm-yanglib server instrumentation library.
Definition: yumaworks-sm-yanglib.c:307
status_t y_yumaworks_sm_yanglib_init2(void)
Phase 2: Initialize the yumaworks-sm-yanglib server instrumentation library.
Definition: yumaworks-sm-yanglib.c:379
void y_yumaworks_sm_yanglib_cleanup(void)
Cleanup the yumaworks-sm-yanglib server instrumentation library.
Definition: yumaworks-sm-yanglib.c:401
YANG module data structures Many internal representations of YANG module constructs.
NETCONF protocol operations.
Global error messages for status code enumerations.
one value to match one type
Definition: val.h:912
Definition: yumaworks-sm-yanglib.h:113
Definition: yumaworks-sm-yanglib.h:107
Definition: yumaworks-sm-yanglib.h:152
Definition: yumaworks-sm-yanglib.h:128
Definition: yumaworks-sm-yanglib.h:141
Definition: yumaworks-sm-yanglib.h:147
Definition: yumaworks-sm-yanglib.h:120
Value Node Basic Support.