|
DTNMA Reference Tools v2.1.0 - 7.g389b8d8
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
Context for value production activities. More...
#include <valprod.h>
Collaboration diagram for refda_valprod_ctx_t:Data Fields | |
| refda_runctx_t * | runctx |
| 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 includes actual parameters for the production. This will never be null.
| const cace_ari_t* refda_valprod_ctx_t::ref |
Pointer to the reference which led to this production.
This includes given parameters for the production.
| refda_runctx_t* refda_valprod_ctx_t::runctx |
Parent running context.
This will never be null in operation.
| 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.