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

#include <timeline.h>

+ Collaboration diagram for refda_timeline_exec_event_t:

Data Fields

refda_exec_item_titem
 Execution item which created the wait.
 
void(* callback )(refda_ctrl_exec_ctx_t *ctx)
 Execution-defined callback, which should not be null.
 

Field Documentation

◆ callback

void(* refda_timeline_exec_event_t::callback) (refda_ctrl_exec_ctx_t *ctx)

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 check_execute(), and refda_exec_worker_iteration().

◆ item

refda_exec_item_t* refda_timeline_exec_event_t::item

Execution item which created the wait.

Referenced by check_execute(), and refda_exec_worker_iteration().


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