yumapro  25.10-3
YumaPro SDK
Loading...
Searching...
No Matches
yang_annot.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025, 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_yang_annot
12#define _H_yang_annot
13
14/* FILE: yang_annot.h
15*********************************************************************
16* *
17* P U R P O S E *
18* *
19*********************************************************************/
20
26/*********************************************************************
27* *
28* C H A N G E H I S T O R Y *
29* *
30*********************************************************************
31
32date init comment
33----------------------------------------------------------------------
3422-nov-25 abb Begun; start from yang_data.h
35*/
36
37#include "status_enum.h"
38
39#ifdef __cplusplus
40extern "C" {
41#endif
42
43/********************************************************************
44* *
45* F U N C T I O N S *
46* *
47*********************************************************************/
48
49
63extern status_t
64 yang_annot_init (void);
65
66
72extern void
73 yang_annot_cleanup (void);
74
75
80#ifdef __cplusplus
81} /* end extern 'C' */
82#endif
83
84#endif /* _H_yang_annot */
status_t
global error return code
Definition: status_enum.h:219
void yang_annot_cleanup(void)
Cleanup this module.
Definition: yang_annot.c:195
status_t yang_annot_init(void)
Initialize this module; must be after ext_init!!!
Definition: yang_annot.c:150
global error status code enumerations