|
DTNMA Reference Tools v2.1.0 - 13.gc5c0bac
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
#include <timeline.h>
Collaboration diagram for refda_timeline_tbr_event_t:Data Fields | |
| refda_agent_t * | agent |
| Agent which scheduled the TBR. | |
| refda_amm_tbr_desc_t * | tbr |
| TBR which was scheduled. | |
| void(* | callback )(refda_agent_t *agent, refda_amm_tbr_desc_t *tbr) |
| Execution-defined callback, which should not be null. | |
| refda_agent_t* refda_timeline_tbr_event_t::agent |
Agent which scheduled the TBR.
Referenced by refda_exec_worker_iteration().
| void(* refda_timeline_tbr_event_t::callback) (refda_agent_t *agent, refda_amm_tbr_desc_t *tbr) |
Execution-defined callback, which should not be null.
| [in,out] | ctx | The associated execution context. A result value is set when the execution has finished. |
Referenced by refda_exec_worker_iteration().
| refda_amm_tbr_desc_t* refda_timeline_tbr_event_t::tbr |
TBR which was scheduled.
Referenced by refda_exec_worker_iteration().