TR181-XPON  1.4.0
TR-181 PON manager.
dm_xpon_mngr.h File Reference
#include <amxc/amxc.h>
#include <amxc/amxc_macros.h>
#include <amxp/amxp.h>
#include <amxd/amxd_dm.h>
#include <amxo/amxo.h>

Go to the source code of this file.

Functions

amxd_dm_t *PRIVATE xpon_mngr_get_dm (void)
 
amxo_parser_t *PRIVATE xpon_mngr_get_parser (void)
 

Function Documentation

◆ xpon_mngr_get_dm()

amxd_dm_t* PRIVATE xpon_mngr_get_dm ( void  )

Definition at line 85 of file xpon_mngr_main.c.

85  {
86  return s_app.dm;
87 }
amxd_dm_t * dm
static xpon_mngr_t s_app
Here is the caller graph for this function:

◆ xpon_mngr_get_parser()

amxo_parser_t* PRIVATE xpon_mngr_get_parser ( void  )

Definition at line 89 of file xpon_mngr_main.c.

89  {
90  return s_app.parser;
91 }
amxo_parser_t * parser
Here is the caller graph for this function: