yumapro  25.10-4
YumaPro SDK
Loading...
Searching...
No Matches
ietf-factory-default.h
Go to the documentation of this file.
1
2#ifndef _H_ietf_factory_default
3#define _H_ietf_factory_default
4/*
5 * Copyright (c) 2008 - 2012, Andy Bierman, All Rights Reserved.
6 * Copyright (c) 2012 - 2025, 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
49/* Feature ietf-factory-default:factory-default-datastore
50 * Comment out #define to disable */
51#define u_fd_F_factory_default_datastore 1
52
53#include <xmlstring.h>
54
55#include "procdefs.h"
56#include "dlq.h"
57#include "ncxtypes.h"
58#include "op.h"
59#include "status.h"
60#include "val.h"
61
62#ifdef __cplusplus
63extern "C" {
64#endif
65
87#define y_fd_M_fd (const xmlChar *)"ietf-factory-default"
88
89#define y_fd_R_fd (const xmlChar *)"2020-08-31"
90
91#define y_fd_I_factory_default (const xmlChar *)"factory-default"
92
93#define y_fd_N_factory_reset (const xmlChar *)"factory-reset"
94
95
96/* container /factory-reset/input */
97typedef struct y_fd_T_input_ {
99
100/* container /factory-reset/output */
101typedef struct y_fd_T_output_ {
103
104/* rpc /factory-reset */
105typedef struct y_fd_T_factory_reset_ {
106 y_fd_T_input v_input;
107 y_fd_T_output v_output;
109
110
122 const xmlChar *modname,
123 const xmlChar *revision);
124
125
136
137
144extern void y_ietf_factory_default_cleanup (void);
145
146
149#ifdef __cplusplus
150} /* end extern 'C' */
151#endif
152
153#endif
dlq provides general double-linked list and queue support:
status_t
global error return code
Definition: status_enum.h:219
void y_ietf_factory_default_cleanup(void)
Cleanup the ietf-factory-default server instrumentation library.
Definition: ietf-factory-default.c:334
status_t y_ietf_factory_default_init2(void)
Phase 2: Initialize the ietf-factory-default server instrumentation library.
Definition: ietf-factory-default.c:312
status_t y_ietf_factory_default_init(const xmlChar *modname, const xmlChar *revision)
Phase 1: Initialize the ietf-factory-default server instrumentation library.
Definition: ietf-factory-default.c:209
YANG module data structures Many internal representations of YANG module constructs.
NETCONF protocol operations.
Global error messages for status code enumerations.
Definition: ietf-factory-default.h:105
Definition: ietf-factory-default.h:97
Definition: ietf-factory-default.h:101
Value Node Basic Support.