Go to the source code of this file.
◆ xpon_mngr_t
◆ _xpon_mngr_main()
int _xpon_mngr_main |
( |
int |
reason, |
|
|
amxd_dm_t * |
dm, |
|
|
amxo_parser_t * |
parser |
|
) |
| |
The function mod_module_mgmt_init() should have set XPON.ModuleError to true. Keep running to show this to the user.
Definition at line 101 of file xpon_mngr_main.c.
105 SAH_TRACEZ_INFO(
ME,
"reason=%d", reason);
107 bool success =
false;
109 bool module_error =
false;
bool mod_module_mgmt_init(bool *module_error)
void persistency_init(void)
void upgr_persistency_init(void)
static void do_cleanup(void)
◆ do_cleanup()
static void do_cleanup |
( |
void |
| ) |
|
|
static |
Definition at line 93 of file xpon_mngr_main.c.
void mod_module_mgmt_cleanup(void)
void persistency_cleanup(void)
void pplt_dm_cleanup(void)
void upgr_persistency_cleanup(void)
◆ xpon_mngr_get_dm()
amxd_dm_t* PRIVATE xpon_mngr_get_dm |
( |
void |
| ) |
|
◆ xpon_mngr_get_parser()
amxo_parser_t* PRIVATE xpon_mngr_get_parser |
( |
void |
| ) |
|
◆ s_app