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

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

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

Macros

#define REFDA_ADM_IETF_BP_BASE_ENUM_ADM   5
 Enumeration of the ADM itself.
 
#define REFDA_ADM_IETF_BP_BASE_ENUM_OBJID_IDENT_DISPLAY_BSTR_EID   1
 For ./IDENT/display-bstr-eid.
 
#define REFDA_ADM_IETF_BP_BASE_ENUM_OBJID_IDENT_DISPLAY_BSTR_EID_PATTERN   3
 For ./IDENT/display-bstr-eid-pattern.
 
#define REFDA_ADM_IETF_BP_BASE_ENUM_OBJID_IDENT_BP_ENDPOINT   0
 For ./IDENT/bp-endpoint.
 
#define REFDA_ADM_IETF_BP_BASE_ENUM_OBJID_IDENT_BP_EID_PATTERN   2
 For ./IDENT/bp-eid-pattern.
 
#define REFDA_ADM_IETF_BP_BASE_ENUM_OBJID_TYPEDEF_EID_TEXT   0
 For ./TYPEDEF/eid-text.
 
#define REFDA_ADM_IETF_BP_BASE_ENUM_OBJID_TYPEDEF_EID_CBOR   1
 For ./TYPEDEF/eid-cbor.
 
#define REFDA_ADM_IETF_BP_BASE_ENUM_OBJID_TYPEDEF_EID_PATTERN_CBOR   2
 For ./TYPEDEF/eid-pattern-cbor.
 

Functions

int refda_adm_ietf_bp_base_init (refda_agent_t *agent)
 Initializer for the ADM module ietf-bp-base.
 

Detailed Description

This is the header for the implementation of the ADM module "ietf-bp-base" 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_bp_base_init()