DTNMA Reference Tools v2.0.0 - 9.gaff6489
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
Context for value production activities. More...
#include <valprod.h>
Data Fields | |
refda_runctx_t * | parent |
Parent running context. | |
const cace_ari_t * | ref |
Pointer to the reference which led to this production. | |
const cace_amm_lookup_t * | deref |
Dereference result which led to this production. | |
cace_ari_t | value |
Storage for the produced value. | |
Context for value production activities.
const cace_amm_lookup_t* refda_valprod_ctx_t::deref |
Dereference result which led to this production.
This will never be null.
refda_runctx_t* refda_valprod_ctx_t::parent |
Parent running context.
This will never be null.
cace_ari_t refda_valprod_ctx_t::value |
Storage for the produced value.
This is initialized as undefined and must be set to any other value to indicate successful production.