|
VSF Documented
|
The event-driven task (TCB); every VSF task is an eda at the bottom. Tasks share stacks and only occupy a stack while handling events; driven by events from its event queue. More...
#include <vsf_eda.h>
Data Fields | ||
| vsf_eda_on_terminate_t | on_terminate | |
| union { | ||
| vsf_eda_evthandler_t evthandler | ||
| vsf_slist_t frame_list | ||
| __vsf_eda_frame_t * frame | ||
| } | fn | |
| uintptr_t | return_value | |
The event-driven task (TCB); every VSF task is an eda at the bottom. Tasks share stacks and only occupy a stack while handling events; driven by events from its event queue.
| vsf_eda_on_terminate_t vsf_eda_t::on_terminate |
| vsf_eda_evthandler_t vsf_eda_t::evthandler |
| vsf_slist_t vsf_eda_t::frame_list |
| __vsf_eda_frame_t* vsf_eda_t::frame |
| union { ... } vsf_eda_t::fn |
| uintptr_t vsf_eda_t::return_value |