DTNMA Reference Tools v2.0.0 - 9.gaff6489
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_tparent
 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 will never be null.

◆ parent

refda_runctx_t* refda_valprod_ctx_t::parent

Parent running context.

This will never be null.

◆ value

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.


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