Zephyr Project API 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

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.

Detailed Description

Collection of optional instrumentation hooks.

Any member may be NULL to skip that notification.

Field Documentation

◆ on_action

smf_action_hook smf_hooks::on_action

Hook called on entry/run/exit actions.

◆ on_error

smf_error_hook smf_hooks::on_error

Hook called on error.

◆ on_transition

smf_transition_hook smf_hooks::on_transition

Hook called on transition.


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