DTNMA Reference Tools v2.1.0 - 13.gc5c0bac
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
Loading...
Searching...
No Matches
refda_timeline_tbr_event_t Struct Reference

#include <timeline.h>

+ Collaboration diagram for refda_timeline_tbr_event_t:

Data Fields

refda_agent_tagent
 Agent which scheduled the TBR.
 
refda_amm_tbr_desc_ttbr
 TBR which was scheduled.
 
void(* callback )(refda_agent_t *agent, refda_amm_tbr_desc_t *tbr)
 Execution-defined callback, which should not be null.
 

Field Documentation

◆ agent

refda_agent_t* refda_timeline_tbr_event_t::agent

Agent which scheduled the TBR.

Referenced by refda_exec_worker_iteration().

◆ callback

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.

Parameters
[in,out]ctxThe associated execution context. A result value is set when the execution has finished.

Referenced by refda_exec_worker_iteration().

◆ tbr

refda_amm_tbr_desc_t* refda_timeline_tbr_event_t::tbr

TBR which was scheduled.

Referenced by refda_exec_worker_iteration().


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