DTNMA Reference Tools v2.1.0 - 13.gc5c0bac
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
Loading...
Searching...
No Matches
refda_valprod_ctx_t Struct Reference

Context for value production activities. More...

#include <valprod.h>

+ Collaboration diagram for refda_valprod_ctx_t:

Data Fields

refda_runctx_trunctx
 Parent running context.
 
const cace_ari_tref
 Pointer to the reference which led to this production.
 
const cace_amm_lookup_tderef
 Dereference result which led to this production.
 
cace_ari_t value
 Storage for the produced value.
 

Detailed Description

Context for value production activities.

Field Documentation

◆ deref

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.

Referenced by refda_edd_prod_ctx_get_aparam_index(), refda_edd_prod_ctx_get_aparam_name(), refda_edd_prod_ctx_has_aparam_undefined(), refda_valprod_ctx_init(), and refda_valprod_run().

◆ ref

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.

Referenced by refda_valprod_ctx_init(), and refda_valprod_run().

◆ runctx

◆ value


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