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

A CONST descriptor. More...

#include <const.h>

+ Collaboration diagram for refda_amm_const_desc_t:

Data Fields

cace_amm_type_t val_type
 The required type for the stored value and result value.
 
cace_ari_t value
 Storage for the constant value.
 
bool obsolete
 Determine whether the const has been marked obsolete.
 

Detailed Description

A CONST descriptor.

This defines the properties of a CONST in an Agent and includes common object metadata.

Field Documentation

◆ val_type

cace_amm_type_t refda_amm_const_desc_t::val_type

The required type for the stored value and result value.

This type will not change during the lifetime of the CONST. All type references are fully recursively resolved. The type object is owned by this descriptor.

◆ value

cace_ari_t refda_amm_const_desc_t::value

Storage for the constant value.

This is type-converted at initialization time so the parent struct has no explicit ::cace_amm_type_t because it is assumed that the value has been converted externally.

Referenced by refda_adm_ietf_dtnma_agent_init().


The documentation for this struct was generated from the following file: