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

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

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

Macros

#define REFDA_ADM_IETF_NETWORK_BASE_ENUM_ADM   26
 Enumeration of the ADM itself.
 
#define REFDA_ADM_IETF_NETWORK_BASE_ENUM_OBJID_IDENT_DISPLAY_BSTR_UUID   17
 For ./IDENT/display-bstr-uuid.
 
#define REFDA_ADM_IETF_NETWORK_BASE_ENUM_OBJID_IDENT_DISPLAY_BSTR_OID   18
 For ./IDENT/display-bstr-oid.
 
#define REFDA_ADM_IETF_NETWORK_BASE_ENUM_OBJID_IDENT_ABSTRACT_ENDPOINT   0
 For ./IDENT/abstract-endpoint.
 
#define REFDA_ADM_IETF_NETWORK_BASE_ENUM_OBJID_IDENT_ABSTRACT_ENDPOINT_PATTERN   1
 For ./IDENT/abstract-endpoint-pattern.
 
#define REFDA_ADM_IETF_NETWORK_BASE_ENUM_OBJID_TYPEDEF_URI   0
 For ./TYPEDEF/uri.
 
#define REFDA_ADM_IETF_NETWORK_BASE_ENUM_OBJID_TYPEDEF_UUID   5
 For ./TYPEDEF/uuid.
 
#define REFDA_ADM_IETF_NETWORK_BASE_ENUM_OBJID_TYPEDEF_OID   4
 For ./TYPEDEF/oid.
 
#define REFDA_ADM_IETF_NETWORK_BASE_ENUM_OBJID_TYPEDEF_ENDPOINT   1
 For ./TYPEDEF/endpoint.
 
#define REFDA_ADM_IETF_NETWORK_BASE_ENUM_OBJID_TYPEDEF_ENDPOINT_OR_URI   3
 For ./TYPEDEF/endpoint-or-uri.
 
#define REFDA_ADM_IETF_NETWORK_BASE_ENUM_OBJID_TYPEDEF_ENDPOINT_PATTERN   2
 For ./TYPEDEF/endpoint-pattern.
 

Functions

int refda_adm_ietf_network_base_init (refda_agent_t *agent)
 Initializer for the ADM module ietf-network-base.
 

Detailed Description

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