yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
agt_static_yanglib.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2012 - 2021, 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#ifndef _H_agt_static_yanglib
12#define _H_agt_static_yanglib
13/* FILE: agt_static_yanglib.h
14*********************************************************************
15* *
16* P U R P O S E *
17* *
18*********************************************************************/
19
26/*********************************************************************
27* *
28* C H A N G E H I S T O R Y *
29* *
30*********************************************************************
31
32date init comment
33----------------------------------------------------------------------
3418-nov-13 abb Begun; split fromagt_yangapi.h
35
36
37*/
38
39#ifndef _H_status_enum
40#include "status_enum.h"
41#endif
42
43#ifdef __cplusplus
44extern "C" {
45#endif
46
47/********************************************************************
48* *
49* F U N C T I O N S *
50* *
51*********************************************************************/
52
70#ifdef STATIC_LINK
71
79extern status_t
81
82
90extern status_t
92
93
99extern void
101
102#endif // STATIC_LINK
103
104
108#ifdef __cplusplus
109} /* end extern 'C' */
110#endif
111
112#endif /* _H_agt_static_yanglib */
void agt_static_yanglib_cleanup(void)
Call the cleanup function for the ietf-yang-library.
Definition: agt_static_yanglib.c:164
status_t agt_static_yanglib_init1(void)
Load the ietf-yang-library SIL even if it is statically linked.
Definition: agt_static_yanglib.c:125
status_t agt_static_yanglib_init2(void)
Call the init2 function for the ietf-yang-library.
Definition: agt_static_yanglib.c:145
status_t
global error return code
Definition: status_enum.h:210
global error status code enumerations