|
Zephyr Project API 4.3.99
A Scalable Open Source RTOS
|
Collection of optional instrumentation hooks. More...
#include <smf.h>
Data Fields | |
| smf_transition_hook | on_transition |
| Hook called on transition. | |
| smf_action_hook | on_action |
| Hook called on entry/run/exit actions. | |
| smf_error_hook | on_error |
| Hook called on error. | |
Collection of optional instrumentation hooks.
Any member may be NULL to skip that notification.
| smf_action_hook smf_hooks::on_action |
Hook called on entry/run/exit actions.
| smf_error_hook smf_hooks::on_error |
Hook called on error.
| smf_transition_hook smf_hooks::on_transition |
Hook called on transition.