DTNMA Reference Tools v2.0.0 - 9.gaff6489
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
Loading...
Searching...
No Matches
ietf_amm_semtype.h File Reference

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

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

Macros

#define REFDA_ADM_IETF_AMM_SEMTYPE_ENUM_ADM   24
 Enumeration of the ADM itself.
 
#define REFDA_ADM_IETF_AMM_SEMTYPE_ENUM_OBJID_IDENT_SEMTYPE   1
 For ./IDENT/semtype.
 
#define REFDA_ADM_IETF_AMM_SEMTYPE_ENUM_OBJID_IDENT_TYPE_USE   2
 For ./IDENT/type-use.
 
#define REFDA_ADM_IETF_AMM_SEMTYPE_ENUM_OBJID_IDENT_ULIST   3
 For ./IDENT/ulist.
 
#define REFDA_ADM_IETF_AMM_SEMTYPE_ENUM_OBJID_IDENT_DLIST   4
 For ./IDENT/dlist.
 
#define REFDA_ADM_IETF_AMM_SEMTYPE_ENUM_OBJID_IDENT_UMAP   5
 For ./IDENT/umap.
 
#define REFDA_ADM_IETF_AMM_SEMTYPE_ENUM_OBJID_IDENT_TBLT   6
 For ./IDENT/tblt.
 
#define REFDA_ADM_IETF_AMM_SEMTYPE_ENUM_OBJID_IDENT_TBLT_COL   7
 For ./IDENT/tblt-col.
 
#define REFDA_ADM_IETF_AMM_SEMTYPE_ENUM_OBJID_IDENT_UNION   8
 For ./IDENT/union.
 
#define REFDA_ADM_IETF_AMM_SEMTYPE_ENUM_OBJID_IDENT_SEQ   9
 For ./IDENT/seq.
 
#define REFDA_ADM_IETF_AMM_SEMTYPE_ENUM_OBJID_TYPEDEF_SEMTYPE   25
 For ./TYPEDEF/semtype.
 

Functions

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

Detailed Description

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

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

Function Documentation

◆ refda_adm_ietf_amm_semtype_init()