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

This is the header for the implementation of the ADM module "iana-display-hints" for the C-language reference DA. More...

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

Macros

#define REFDA_ADM_IANA_DISPLAY_HINTS_ENUM_ADM   0
 Enumeration of the ADM itself.
 
#define REFDA_ADM_IANA_DISPLAY_HINTS_ENUM_OBJID_IDENT_DISPLAY_INT_DEC   2
 For ./IDENT/display-int-dec.
 
#define REFDA_ADM_IANA_DISPLAY_HINTS_ENUM_OBJID_IDENT_DISPLAY_INT_BIN   3
 For ./IDENT/display-int-bin.
 
#define REFDA_ADM_IANA_DISPLAY_HINTS_ENUM_OBJID_IDENT_DISPLAY_INT_HEX   4
 For ./IDENT/display-int-hex.
 
#define REFDA_ADM_IANA_DISPLAY_HINTS_ENUM_OBJID_IDENT_DISPLAY_FLOAT_DEC   6
 For ./IDENT/display-float-dec.
 
#define REFDA_ADM_IANA_DISPLAY_HINTS_ENUM_OBJID_IDENT_DISPLAY_FLOAT_EXP   7
 For ./IDENT/display-float-exp.
 
#define REFDA_ADM_IANA_DISPLAY_HINTS_ENUM_OBJID_IDENT_DISPLAY_FLOAT_HEX   8
 For ./IDENT/display-float-hex.
 
#define REFDA_ADM_IANA_DISPLAY_HINTS_ENUM_OBJID_IDENT_DISPLAY_BSTR_TEXT   10
 For ./IDENT/display-bstr-text.
 
#define REFDA_ADM_IANA_DISPLAY_HINTS_ENUM_OBJID_IDENT_DISPLAY_BSTR_BASE16   11
 For ./IDENT/display-bstr-base16.
 
#define REFDA_ADM_IANA_DISPLAY_HINTS_ENUM_OBJID_IDENT_DISPLAY_BSTR_BASE64   12
 For ./IDENT/display-bstr-base64.
 
#define REFDA_ADM_IANA_DISPLAY_HINTS_ENUM_OBJID_IDENT_DISPLAY_TIME_TEXT   14
 For ./IDENT/display-time-text.
 
#define REFDA_ADM_IANA_DISPLAY_HINTS_ENUM_OBJID_IDENT_DISPLAY_TIME_DEC   15
 For ./IDENT/display-time-dec.
 

Functions

int refda_adm_iana_display_hints_init (refda_agent_t *agent)
 Initializer for the ADM module iana-display-hints.
 

Detailed Description

This is the header for the implementation of the ADM module "iana-display-hints" 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_iana_display_hints_init()