DTNMA Reference Tools v2.0.0 - 9.gaff6489
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
An Externally Defined Data (EDD) descriptor. More...
#include <edd.h>
Data Fields | |
cace_amm_type_t | prod_type |
The required type for the produced value. | |
void(* | produce )(refda_edd_prod_ctx_t *ctx) |
Value production callback for an EDD object. | |
An Externally Defined Data (EDD) descriptor.
This defines the properties of an EDD in an Agent and includes common object metadata.
cace_amm_type_t refda_amm_edd_desc_t::prod_type |
The required type for the produced value.
This type will not change during the lifetime of the EDD. All type references are fully recursively resolved. The type object is owned by this descriptor.
Referenced by refda_adm_ietf_dtnma_agent_init().
void(* refda_amm_edd_desc_t::produce) (refda_edd_prod_ctx_t *ctx) |
Value production callback for an EDD object.
ctx
parameter.[in,out] | ctx | The production context, including result storage. |
Referenced by refda_adm_ietf_dtnma_agent_init().