yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
agt_static_syslib.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_syslib
12#define _H_agt_static_syslib
13/* FILE: agt_static_syslib.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----------------------------------------------------------------------
3423-may-17 abb Begun;
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
69/********************************************************************
70* *
71* F U N C T I O N S *
72* *
73*********************************************************************/
74
75#ifdef STATIC_SERVER
76
88extern void
90
91
105extern status_t
106 agt_static_syslib_init1 (boolean pre_cli);
107
108
121extern status_t
122 agt_static_syslib_init2 (boolean pre_load);
123
124
131extern void
133
134#endif // STATIC_SYSTEM
135
136
140#ifdef __cplusplus
141} /* end extern 'C' */
142#endif
143
144#endif /* _H_agt_static_syslib */
status_t agt_static_syslib_init1(boolean pre_cli)
Call the init1 function for the yp_system-static.a library.
Definition: agt_static_syslib.c:109
void agt_static_syslib_init_profile(void)
Override the agt_profile default initialization.
Definition: agt_static_syslib.c:86
status_t agt_static_syslib_init2(boolean pre_load)
Call the init2 function for the yp_system-static.a library.
Definition: agt_static_syslib.c:132
void agt_static_syslib_cleanup(void)
Call the cleanup function for the yp_system-static.a library.
Definition: agt_static_syslib.c:150
status_t
global error return code
Definition: status_enum.h:210
global error status code enumerations