yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
errmsg.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2018, 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_errmsg
12#define _H_errmsg
13
14/* FILE: errmsg.h
15*********************************************************************
16* *
17* P U R P O S E *
18* *
19*********************************************************************/
20
33/*********************************************************************
34* *
35* C H A N G E H I S T O R Y *
36* *
37*********************************************************************
38
39date init comment
40----------------------------------------------------------------------
4124-mar-18 abb Begun
42*/
43
44#ifndef _H_status_enum
45#include "status_enum.h"
46#endif
47
48#ifdef __cplusplus
49extern "C" {
50#endif
51
52/********************************************************************
53* *
54* F U N C T I O N S *
55* *
56*********************************************************************/
57
70extern status_t
71 errmsg_init (void);
72
73
78extern void
79 errmsg_cleanup (void);
80
81
84#ifdef __cplusplus
85} /* end extern 'C' */
86#endif
87
88#endif /* _H_errmsg */
status_t
global error return code
Definition: status_enum.h:210
void errmsg_cleanup(void)
Cleanup this module; must be before ext_cleanup!!!
Definition: errmsg.c:246
status_t errmsg_init(void)
Initialize this module; must be after ext_init!!!
Definition: errmsg.c:216
global error status code enumerations