![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
State transition command information. More...
#include <vcu/ctrl/states.h>
Data Fields | |
enum states_state | src |
enum states_state | dst |
const char * | name |
const char * | desc |
State transition command information.
const char* states_trans_cmd_info::desc |
Description of the command.
enum states_state states_trans_cmd_info::dst |
Destination state to transition to.
const char* states_trans_cmd_info::name |
String representation of the command.
enum states_state states_trans_cmd_info::src |
Source state to transition from.