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

Each item in an execution sequence, which corresponds to a dereferenced control. More...

#include <exec_item.h>

+ Collaboration diagram for refda_exec_item_t:

Data Fields

refda_exec_seq_tseq
 Weak reference to a parent execution sequence.
 
cace_ari_t ref
 A copy of the single-CTRL reference which created this item.
 
cace_amm_lookup_t deref
 Dereference result for CTRL of this item.
 
cace_ari_t result
 Storage for an optional result value.
 
atomic_int execution_stage
 Values are one of the refda_exec_item_status_t enumerations.
 

Detailed Description

Each item in an execution sequence, which corresponds to a dereferenced control.

Field Documentation

◆ deref

◆ execution_stage

◆ ref

cace_ari_t refda_exec_item_t::ref

A copy of the single-CTRL reference which created this item.

This includes given parameters for the execution.

Referenced by check_execute(), refda_adm_ietf_dtnma_agent_edd_exec_running(), refda_exec_item_deinit(), refda_exec_item_init(), refda_exec_proc_ctrl_finish(), refda_exec_proc_ctrl_start(), refda_exec_proc_exp_ref(), and test_exec_ctrl_exec_one_int().

◆ result

cace_ari_t refda_exec_item_t::result

Storage for an optional result value.

This is initialized as undefined and may be set to any other value to indicate that a result is produced.

Referenced by check_execute(), refda_ctrl_exec_ctx_check_result(), refda_ctrl_exec_ctx_set_result_copy(), refda_ctrl_exec_ctx_set_result_move(), refda_ctrl_exec_ctx_set_result_null(), refda_exec_item_deinit(), refda_exec_item_init(), and refda_exec_proc_ctrl_finish().

◆ seq


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