|
DTNMA Reference Tools v2.1.0 - 2.ga9a44fe
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
Context for CTRL execution activities. More...
#include <ctrl_exec_ctx.h>
Collaboration diagram for refda_ctrl_exec_ctx_t:Data Fields | |
| refda_runctx_t * | runctx |
| Parent running context. | |
| const refda_amm_ctrl_desc_t * | ctrl |
| Descriptor for the CTRL being executed. | |
| refda_exec_item_t * | item |
| Internal execution bookkeeping item. | |
Context for CTRL execution activities.
| const refda_amm_ctrl_desc_t* refda_ctrl_exec_ctx_t::ctrl |
Descriptor for the CTRL being executed.
This will never be null.
| refda_exec_item_t* refda_ctrl_exec_ctx_t::item |
Internal execution bookkeeping item.
This will never be null.
| refda_runctx_t* refda_ctrl_exec_ctx_t::runctx |
Parent running context.
This will never be null.