|
DTNMA Reference Tools v2.1.0 - 13.gc5c0bac
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
#include <timeline.h>
Collaboration diagram for refda_timeline_exec_event_t:Data Fields | |
| refda_exec_item_t * | item |
| Execution item which created the wait. | |
| void(* | callback )(refda_ctrl_exec_ctx_t *ctx) |
| Execution-defined callback, which should not be null. | |
| void(* refda_timeline_exec_event_t::callback) (refda_ctrl_exec_ctx_t *ctx) |
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 check_execute(), and refda_exec_worker_iteration().
| 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().