yumapro  25.10-4
YumaPro SDK
Loading...
Searching...
No Matches
agt_factory.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026, 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_factory
12#define _H_agt_factory
13
14/* FILE: agt_factory.h
15*********************************************************************
16* *
17* P U R P O S E *
18* *
19*********************************************************************/
20
27/*********************************************************************
28* *
29* C H A N G E H I S T O R Y *
30* *
31*********************************************************************
32
33date init comment
34----------------------------------------------------------------------
3502-jan-26 abb Begun
36*/
37
38#include "agt.h"
39#include "status_enum.h"
40
41
42#ifdef __cplusplus
43extern "C" {
44#endif
45
46/********************************************************************
47* *
48* C O N S T A N T S *
49* *
50*********************************************************************/
51
52/********************************************************************
53* *
54* T Y P E S *
55* *
56*********************************************************************/
57
58
59/********************************************************************
60* *
61* F U N C T I O N S *
62* *
63*********************************************************************/
64
84extern status_t
85 agt_factory_init (void);
86
87
94extern status_t
95 agt_factory_init2 (void);
96
97
104extern void
105 agt_factory_cleanup (void);
106
107
115extern void
117
118
129extern void
130 agt_factory_trigger_reboot (void);
131
132
133
137#ifdef __cplusplus
138} /* end extern 'C' */
139#endif
140
141#endif /* _H_agt_factory */
Multi-Protocol Network Management Server.
void(* agt_factory_reset_fn_t)(void)
factory-reset callback (agt_factory_reset_fn_t)
Definition: agt.h:2197
void agt_factory_register_cb(agt_factory_reset_fn_t cbfn)
Register a factory-reset callback function.
Definition: agt_factory.c:311
status_t
global error return code
Definition: status_enum.h:219
global error status code enumerations