|
DTNMA Reference Tools v2.3.0 - 0.gf3d5850
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
This is the compilation unit for the implementation of the ADM module "ietf-amm" for the C-language reference DA. More...
#include "ietf_amm.h"#include "refda/agent.h"#include "refda/ctrl_exec_ctx.h"#include "refda/edd_prod_ctx.h"#include "refda/oper_eval_ctx.h"#include "refda/register.h"#include "cace/amm/semtype.h"#include "cace/ari/text.h"#include "cace/util/defs.h"#include "cace/util/logging.h"#include "cace/util/mutex.h"
Include dependency graph for ietf_amm.c:Functions | |
| int | refda_adm_ietf_amm_init (refda_agent_t *agent) |
| Initializer for the ADM module ietf-amm. | |
This is the compilation unit for the implementation of the ADM module "ietf-amm" for the C-language reference DA.
This contains definitions of every AMM object instance in the ADM and file-local callback functions for all EDDs, CTRLs, and OPERs.
| int refda_adm_ietf_amm_init | ( | refda_agent_t * | agent | ) |
Initializer for the ADM module ietf-amm.
| [in,out] | agent | The agent to register this namespace and its objects within. |
References agent, cace_amm_idseg_ref_withenum(), cace_amm_obj_store_add_ns(), CACE_LOG_DEBUG, CACE_MUTEX_LOCK, CACE_MUTEX_UNLOCK, CHKERR1, refda_agent_t::objs, refda_agent_t::objs_mutex, REFDA_ADM_IETF_AMM_MODEL_ENUM, REFDA_ADM_IETF_AMM_MODEL_NAME, REFDA_ADM_IETF_AMM_MODEL_REVISION, REFDA_ADM_IETF_AMM_ORG_ENUM, and REFDA_ADM_IETF_AMM_ORG_NAME.
Referenced by main(), refda_loader_basemods(), suite_adms_init(), and test_util_agent_crit_adms().