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

#include <timeline.h>

+ Collaboration diagram for refda_timeline_sbr_event_t:

Data Fields

refda_agent_tagent
 Agent which scheduled the SBR.
 
refda_amm_sbr_desc_tsbr
 SBR which was scheduled.
 
void(* callback )(refda_agent_t *agent, refda_amm_sbr_desc_t *sbr)
 Execution-defined callback, which should not be null.
 

Field Documentation

◆ agent

refda_agent_t* refda_timeline_sbr_event_t::agent

Agent which scheduled the SBR.

Referenced by refda_exec_worker_iteration().

◆ callback

void(* refda_timeline_sbr_event_t::callback) (refda_agent_t *agent, refda_amm_sbr_desc_t *sbr)

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().

◆ sbr

refda_amm_sbr_desc_t* refda_timeline_sbr_event_t::sbr

SBR which was scheduled.

Referenced by refda_exec_worker_iteration().


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