DTNMA Reference Tools v2.1.0 - 7.g389b8d8
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.

◆ 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.

◆ runctx

refda_runctx_t* refda_valprod_ctx_t::runctx

Parent running context.

This will never be null in operation.

◆ 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: