yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
agt_sm_ietf.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022, YumaWorks, Inc., All Rights Reserved.
3 *
4 * Unless required by applicable law or agreed to in writing,
5 * software distributed under the License is distributed on an
6 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
7 * KIND, either express or implied. See the License for the
8 * specific language governing permissions and limitations
9 * under the License.
10 *
11 */
12#ifdef WITH_SCHEMA_MOUNT
13
14#ifndef _H_agt_sm_ietf
15#define _H_agt_sm_ietf
16
43#include <xmlstring.h>
44
45#include "procdefs.h"
46#include "dlq.h"
47#include "ncxtypes.h"
48#include "op.h"
49#include "status.h"
50#include "val.h"
51
52#ifdef __cplusplus
53extern "C" {
54#endif
55
84extern status_t agt_sm_ietf_init (void);
85
92extern void agt_sm_ietf_cleanup (void);
93
94
97#ifdef __cplusplus
98} /* end extern 'C' */
99#endif
100
101#endif
102#endif // WITH_SCHEMA_MOUNT
dlq provides general double-linked list and queue support:
status_t
global error return code
Definition: status_enum.h:210
status_t agt_sm_ietf_init(void)
Phase 1: Initialize the ietf-yang-schema-mount server instrumentation library.
Definition: agt_sm_ietf.c:520
void agt_sm_ietf_cleanup(void)
Cleanup the ietf-yang-schema-mount server instrumentation library.
Definition: agt_sm_ietf.c:567
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.