DTNMA Reference Tools v2.3.0 - 0.gf3d5850
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
Loading...
Searching...
No Matches
ietf_amm.h File Reference

This is the header for the implementation of the ADM module "ietf-amm" for the C-language reference DA. More...

#include "refda/agent.h"
#include "cace/util/defs.h"
+ Include dependency graph for ietf_amm.h:
+ This graph shows which files directly or indirectly include this file:

Macros

#define REFDA_ADM_IETF_AMM_ORG_NAME   "ietf"
 Text name of the organization.
 
#define REFDA_ADM_IETF_AMM_ORG_ENUM   1
 Enumeration of the organization.
 
#define REFDA_ADM_IETF_AMM_MODEL_NAME   "amm"
 Text name of the model.
 
#define REFDA_ADM_IETF_AMM_MODEL_ENUM   0
 Enumeration of the model.
 
#define REFDA_ADM_IETF_AMM_MODEL_REVISION   "2025-07-03"
 Revision date for the model.
 
#define REFDA_ADM_IETF_AMM_ENUM_ADM   REFDA_ADM_IETF_AMM_MODEL_ENUM
 

Functions

int refda_adm_ietf_amm_init (refda_agent_t *agent)
 Initializer for the ADM module ietf-amm.
 

Detailed Description

This is the header for the implementation of the ADM module "ietf-amm" for the C-language reference DA.

This contains defines for each enumeration in the ADM and declarations of module-level initialization functions.

Macro Definition Documentation

◆ REFDA_ADM_IETF_AMM_ENUM_ADM

#define REFDA_ADM_IETF_AMM_ENUM_ADM   REFDA_ADM_IETF_AMM_MODEL_ENUM
Deprecated:
use REFDA_ADM_IETF_AMM_MODEL_ENUM directly

◆ REFDA_ADM_IETF_AMM_MODEL_ENUM

#define REFDA_ADM_IETF_AMM_MODEL_ENUM   0

Enumeration of the model.

◆ REFDA_ADM_IETF_AMM_MODEL_NAME

#define REFDA_ADM_IETF_AMM_MODEL_NAME   "amm"

Text name of the model.

◆ REFDA_ADM_IETF_AMM_MODEL_REVISION

#define REFDA_ADM_IETF_AMM_MODEL_REVISION   "2025-07-03"

Revision date for the model.

◆ REFDA_ADM_IETF_AMM_ORG_ENUM

#define REFDA_ADM_IETF_AMM_ORG_ENUM   1

Enumeration of the organization.

◆ REFDA_ADM_IETF_AMM_ORG_NAME

#define REFDA_ADM_IETF_AMM_ORG_NAME   "ietf"

Text name of the organization.

Function Documentation

◆ refda_adm_ietf_amm_init()

int refda_adm_ietf_amm_init ( refda_agent_t agent)