DTNMA Reference Tools v2.0.0 - 9.gaff6489
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
Loading...
Searching...
No Matches
refda_ctrl_exec_ctx_t Struct Reference

Context for CTRL execution activities. More...

#include <ctrl_exec_ctx.h>

+ Collaboration diagram for refda_ctrl_exec_ctx_t:

Data Fields

refda_runctx_trunctx
 Parent running context.
 
const refda_amm_ctrl_desc_tctrl
 Descriptor for the CTRL being executed.
 
refda_exec_item_titem
 Internal execution bookkeeping item.
 

Detailed Description

Context for CTRL execution activities.

Field Documentation

◆ ctrl

const refda_amm_ctrl_desc_t* refda_ctrl_exec_ctx_t::ctrl

Descriptor for the CTRL being executed.

This will never be null.

◆ item

refda_exec_item_t* refda_ctrl_exec_ctx_t::item

Internal execution bookkeeping item.

This will never be null.

◆ runctx

refda_runctx_t* refda_ctrl_exec_ctx_t::runctx

Parent running context.

This will never be null.


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