|
DTNMA Reference Tools v2.1.0 - 13.gc5c0bac
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
#include <exec_status.h>
Collaboration diagram for refda_exec_status_t:Data Fields | |
| sem_t | finished |
| A semaphore which has a value when the target is finished executing. | |
| atomic_bool | failed |
| Once finished has a value, this is an indicator that a CTRL failed. | |
| atomic_bool refda_exec_status_t::failed |
Once finished has a value, this is an indicator that a CTRL failed.
Referenced by refda_exec_add_target(), refda_exec_proc_ctrl_finish(), refda_exec_status_init(), and refda_exec_status_wait().
| sem_t refda_exec_status_t::finished |
A semaphore which has a value when the target is finished executing.
Referenced by refda_exec_add_target(), refda_exec_proc_ctrl_finish(), refda_exec_status_deinit(), refda_exec_status_init(), and refda_exec_status_wait().