yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
agt_yang_cbor.h
Go to the documentation of this file.
1#ifdef WITH_YANG_CBOR
2#ifndef _H_agt_yang_cbor
3#define _H_agt_yang_cbor
4/*
5 * Copyright (c) 2008 - 2012, Andy Bierman, All Rights Reserved.
6 * Copyright (c) 2012 - 2022, 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
23#include "procdefs.h"
24#include "status_enum.h"
25
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
31
49extern status_t agt_yang_cbor_init (void);
50
51
52
53
54
55
63extern status_t
65
66
76extern status_t agt_yang_cbor_init2 (void);
77
78
85extern void agt_yang_cbor_cleanup (void);
86
87
90#ifdef __cplusplus
91} /* end extern 'C' */
92#endif
93
94#endif
95#endif // WITH_YANG_CBOR
status_t agt_yang_cbor_set_modules(void)
Set all the SID assignments.
Definition: agt_yang_cbor.c:225
void agt_yang_cbor_cleanup(void)
Cleanup the YANG CBOR code.
Definition: agt_yang_cbor.c:283
status_t agt_yang_cbor_init2(void)
Phase 2: Initialize the YANG CBOR code.
Definition: agt_yang_cbor.c:258
status_t agt_yang_cbor_init(void)
Phase 1: Initialize the YANG CBOR code.
Definition: agt_yang_cbor.c:159
status_t
global error return code
Definition: status_enum.h:210
global error status code enumerations