yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
yang_data.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2017 - 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_yang_data
12#define _H_yang_data
13
14/* FILE: yang_data.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----------------------------------------------------------------------
3403-jul-17 abb Begun
35*/
36
37#ifndef _H_status_enum
38#include "status_enum.h"
39#endif
40
41#ifdef __cplusplus
42extern "C" {
43#endif
44
45/********************************************************************
46* *
47* F U N C T I O N S *
48* *
49*********************************************************************/
50
51
65extern status_t
66 yang_data_init (void);
67
68
73extern status_t
74 yang_data_init2 (void);
75
76
82extern void
83 yang_data_cleanup (void);
84
85
90#ifdef __cplusplus
91} /* end extern 'C' */
92#endif
93
94#endif /* _H_yang_data */
status_t
global error return code
Definition: status_enum.h:210
void yang_data_cleanup(void)
Cleanup this module.
Definition: yang_data.c:591
status_t yang_data_init2(void)
Load the yang-data-ext module.
Definition: yang_data.c:562
status_t yang_data_init(void)
Initialize this module; must be after ext_init!!!
Definition: yang_data.c:506
global error status code enumerations