yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
y_yumaworks_templates.h
Go to the documentation of this file.
1#ifdef WITH_TEMPLATES
2#ifndef _H_y_yumaworks_templates
3#define _H_y_yumaworks_templates
4/*
5 * Copyright (c) 2008-2012, Andy Bierman, All Rights Reserved.
6 * Copyright (c) 2012 - 2017, YumaWorks, Inc., All Rights Reserved.
7 *
8 * Unless required by applicable law or agreed to in writing,
9 * software distributed under the License is distributed on an
10 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
11 * KIND, either express or implied. See the License for the
12 * specific language governing permissions and limitations
13 * under the License.
14 *
15
16*** Generated by yangdump-sdk puma-integ-2017-02-20.15.24
17
18 YumaPro SIL header
19 module yumaworks-templates
20 revision 2017-02-20
21 namespace http://yumaworks.com/ns/yumaworks-templates
22 organization YumaWorks, Inc.
23 Created: 2017-02-20T23:28:50Z
24 CLI parameters:
25 format yh
26 indent 4
27 module yumaworks-templates
28 output y_yumaworks-templates.h
29 sil-edit2
30 unified true
31
32 */
33
34
35
42#include <xmlstring.h>
43
44#include "dlq.h"
45#include "ncxtypes.h"
46#include "op.h"
47#include "status.h"
48#include "val.h"
49
50#ifdef __cplusplus
51extern "C" {
52#endif
53
54#define y_yumaworks_templates_M_yumaworks_templates (const xmlChar *)"yumaworks-templates"
55
56#define y_yumaworks_templates_R_yumaworks_templates (const xmlChar *)"2017-02-20"
57
58#define y_yumaworks_templates_N_data (const xmlChar *)"data"
59#define y_yumaworks_templates_N_data_target (const xmlChar *)"data-target"
60#define y_yumaworks_templates_N_name (const xmlChar *)"name"
61#define y_yumaworks_templates_N_template (const xmlChar *)"template"
62#define y_yumaworks_templates_N_templates (const xmlChar *)"templates"
63
78 const xmlChar *modname,
79 const xmlChar *revision);
80
81
90
91
92
98extern void y_yumaworks_templates_cleanup (void);
99
100
104#ifdef __cplusplus
105} /* end extern 'C' */
106#endif
107
108#endif // _H_y_yumaworks_templates
109#endif // WITH_TEMPLATES
dlq provides general double-linked list and queue support:
status_t y_yumaworks_templates_init(const xmlChar *modname, const xmlChar *revision)
initialize the yumaworks-templates server instrumentation library
Definition: y_yumaworks_templates.c:207
void y_yumaworks_templates_cleanup(void)
cleanup the server instrumentation library
Definition: y_yumaworks_templates.c:307
status_t y_yumaworks_templates_init2(void)
SIL init phase 2: non-config data structures.
Definition: y_yumaworks_templates.c:262
status_t
global error return code
Definition: status_enum.h:210
YANG module data structures Many internal representations of YANG module constructs.
NETCONF protocol operations.
Global error messages for status code enumerations.
Value Node Basic Support.