DTNMA Reference Tools v2.0.0 - 9.gaff6489
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
A CONST descriptor. More...
#include <const.h>
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. | |
A CONST descriptor.
This defines the properties of a CONST in an Agent and includes common object metadata.
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.
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().