|
DTNMA Reference Tools v2.1.0 - 2.ga9a44fe
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
Context for all agent runtime activities. More...
#include <runctx.h>
Collaboration diagram for refda_runctx_t:Data Fields | |
| refda_agent_t * | agent |
| 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. | |
Context for all agent runtime activities.
Because all contents are external pointers, no deinit function is needed.
| refda_agent_t* refda_runctx_t::agent |
Reference to the agent being operated within.
This will never be null outside of unit tests.
| 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.
| cace_ari_t refda_runctx_t::nonce |
During execution, a reference to a context nonce value.
Otherwise this will be the undefined value.