DTNMA Reference Tools v2.0.0 - 10.g9536600
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
Loading...
Searching...
No Matches
refda_runctx_t Struct Reference

Context for all agent runtime activities. More...

#include <runctx.h>

+ Collaboration diagram for refda_runctx_t:

Data Fields

refda_agent_tagent
 Reference to the agent being operated within.
 
cace_ari_t mgr_ident
 During execution, the manager identity which caused the execution.
 
cace_ari_t nonce
 During execution, a reference to a context nonce value.
 

Detailed Description

Context for all agent runtime activities.

Because all contents are external pointers, no deinit function is needed.

Field Documentation

◆ agent

refda_agent_t* refda_runctx_t::agent

Reference to the agent being operated within.

This will never be null outside of unit tests.

◆ mgr_ident

cace_ari_t refda_runctx_t::mgr_ident

During execution, the manager identity which caused the execution.

When triggered by the agent itself this will be the undefined value.

◆ nonce

cace_ari_t refda_runctx_t::nonce

During execution, a reference to a context nonce value.

Otherwise this will be the undefined value.


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